Tagged Questions

3
votes
0answers
54 views

Emulating a NAND based storage device in Qemu?

I want to test out a first stage bootloader I wrote in order to bootload an unfinished kernel, so I can debug it and see if it works or not. Is it possible to make Qemu emulate a NAND storage device, ...
3
votes
3answers
2k views

Low level qemu based debugging

I've to test some low level code on an ARM architecture. Typically experimentation is quite complicated on the real board, so I was thinking about QEMU. What I'd like to get is some kind of debugging ...
3
votes
2answers
3k views

How to emulate an ARM architecture under OSX 10.6 (“Snow Leopard”)?

I wish to emulate an ARM architecture (I wish to compile software for my DNS-323 NAS drive, to be more precise) and I'm having a hard time. First I tried installing Q, which is an OSX port of QEMU. ...
1
vote
2answers
64 views

Calling ARM assembly from C, GCC (bare metal)

I am trying to do some bare-metal programming in ARM with GCC and testing on QEMU. Whenever I call into an ARM label from C, my program hangs. I have a simple example of code that shows the problem ...
1
vote
1answer
92 views

Graphics development on ARM

I am planning to make a small OS and run a Tetris clone on it using an ARM Cortex-M3. Unfortunately, I am not able to buy any development boards as of now, so I will have to use simulators. I have ...
1
vote
2answers
721 views

Playing/Learning — QEMU (for ARM), Angstrom Linux (or Debian)

My ultimate goal is to do some programming for the Angstrom Linux (or Debian or other Linux distros), on QEMU emulating ARM processor board s.a. Versatile board. I am happy to experiement, but if ...
1
vote
0answers
246 views

scratchbox arm cannot execute c compiled program

Hi i set up a scratchbox with a arm-linux-gnueabi-gcc toolchain and qemu emulator. When i want to run inside scratchbox [sbox-arm:/]> a ./configure script (from a mono tarball) i am getting the ...
1
vote
2answers
803 views

Some issue with simulating mini2440 on Qemu

I have compiled qemu for mini2440, I got the source code from here. http://gnufiish.org/trac/wiki/Qemu I am able to run the arm image provided on the wiki site of Qemu, no issues here. I compiled ...
0
votes
0answers
62 views

Fail to run qemu-system-arm under Windows

I'm trying to run a simple test program for ARM in Qemu under Windows. The command line is: >qemu-system-arm -M versatilepb -chardev console,id=foo -serial file:CON -m 128m -kernel test.bin I ...
0
votes
0answers
79 views

Add virtual devices on qemu for arm?

I know qemu is a very good emulator for x86 architecture, I can easily add virtual devices on it with usb_add, pci_add, device_add etc commands, but when I switch to arm version(qemu-system-arm), I ...
0
votes
1answer
915 views

Boot from flash-rom with qemu-system-arm

Is it possible to emulate boot from flash memory using qemu-system-arm? (Using Integrator/CP motherboard) I'm able to boot using qemu's -kernel option, but if I try using an option such as -pflash, ...
-1
votes
0answers
57 views

Running Windows emulated with QEMU on the Panda board ES [closed]

I've just bought the pandaboard ES. Now i'm installing ubuntu oneirc on it. I would like to know if and how can I run the emulated version of windows (which version is better ? XP or Seven ?) throught ...