Questions tagged [device-emulation]

Anything related to the software emulation of hardware devices.

Anything related to the software emulation of hardware devices.

96 questions
2
votes
0 answers

Microblaze on QEMU not producing serial output

I'm trying to emulate baremetal Microblaze code using QEMU but don't get any output from the "print" function. The microblaze is produced from a xilinx project, this produces a .dts file which is used to make a .dtb for use with QEMU. I'm using…
StanOverflow
  • 557
  • 1
  • 5
  • 21
2
votes
1 answer

Where is Windows CE Platform Builder 3.00?

I need to emulate a Windows CE executable on my Windows 7 64-bit machine. Back in the day, I used eMbedded Visual C++ 4.0's bundled device emulator, but nowadays the cool kids want me to use "Platform Builder" and ActiveSync. So I found a Windows CE…
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
2
votes
1 answer

How to enable device emulation mode (device mode) in chrome by default

How to run chrome with device mode emulation (emulating mouse events as touch screen events) without manually enabling it in dev tools? Preferably with a flag change or a run time parameter change.
udnisap
  • 899
  • 1
  • 10
  • 19
2
votes
1 answer

How to give an emulation the right speed?

I want to write an emulator for a particulary slow CPU which runs at 600 or so kilohertz. If I were to write an emulator for the CPU in the naïve way (i.e. emulating one instruction at a time without anything else), the emulation would be much…
fuz
  • 88,405
  • 25
  • 200
  • 352
2
votes
1 answer

hardware emulation

I need to write controlling software for a very specialized and fairly complex industrial robot. I'm not allowed to access the actual robot before testing the final software, because it has to work all the time. It would be necessary to somehow…
2
votes
1 answer

Can't create/add account @emulated android device

I never used android before but I'm really interested to try so I installed eclipse and sdk so far. I managed to create a virtual device using jelly bean and it seems to work fine. I can browse the internet etc. Now I wanted to install a few apps…
user1825476
  • 21
  • 1
  • 2
2
votes
0 answers

I cannot get a GPU emulator working

I would be interested to try a GPU emulator, but I have tried to use Multi2Sim, GPGPU-sim, and Ocelot, and for each of these three emulators I get a problem for which it seems hard to find a solution on the internet. I will describe the problem I…
Avery Musbach
  • 102
  • 1
  • 1
  • 7
1
vote
0 answers

QEMU multiple instances/ headless

I'm looking for a way to automate high load tests on Android apps. That means we need many virtual android devices that can be automated. QEMU came to my mind as it provides a free & open-source emulation software to emulate android devices. Is it…
1
vote
1 answer

How do I simulate the joystick of a PS4 controller on a PC using C#?

I've been creating a program to play games on a computer, but the controls are on my phone. But, I didn't know how to simulate the joystick, so I searched online. In this website, someone said that I need to make my own device driver to simulate it,…
NOT_A_ROBOT
  • 113
  • 1
  • 15
1
vote
3 answers

Run Device Emulator 3.0 (WM6.5) in Windows XP Mode

Is it possible to run Windows XP Mode within Windows 7, install Visual Studio 2008, and use Device Emulator 3.0 (using a Windows Mobile 6.5 image)? So far, I can get the image to run, but no matter what I do, I can't seem to get the network to work…
DaleyKD
  • 417
  • 1
  • 4
  • 18
1
vote
2 answers

Windows Phone app's icon not changing

I am extremely close to publishing my Windows Phone app. However, even though I changed the ApplicationIcon and Background images, the Windows Phone emulator doesn't use them. Any ideas of why this is not working?
1
vote
3 answers

Trap memory accesses inside a standard executable built with MinGW

So my problem sounds like this. I have some platform dependent code (embedded system) which writes to some MMIO locations that are hardcoded at specific addresses. I compile this code with some management code inside a standard executable (mainly…
iocapa
  • 51
  • 1
  • 5
1
vote
1 answer

What I need to read/analyze in order to understand how QEMU emulates supported network devices?

I would like to analyze how QEMU emulates the supported network devices reading the source code. Also I would like to share with me your opinions about what background is needed to understand QEMU's source code. Please suggest to me some good books…
limitcracker
  • 2,208
  • 3
  • 24
  • 23
1
vote
3 answers

Mobile Emulators

I want mobile emulators to emulate Android, iPhone and Windows phones. Can`t find emulators anywhere.
sikas
  • 5,435
  • 28
  • 75
  • 120
1
vote
2 answers

Where does BasiEgaXorz write its compiled Sega Genesis binary (basic.bin) to?

BasiEgaXorz is an old Win32 program that allows you to write BASIC programs and compile them to Sega Genesis cartridge or Sega CD ROMs. I get this screen: But where is my ROM?
Fredrick Brennan
  • 7,079
  • 2
  • 30
  • 61