arm-softmmu/qemu-system-arm -nographic -s -S -m 128 -M ixus -option-rom. We can run qemu from builddir so no need for make install: I simply typed 'apt-get source qemu' and got 0.9.1 here. I use ixus860is.dump and isus860is_dump.elf here. have a raw firmware dump and an elf packed version of it.I'll post the files in the forum, because this wiki is not that comfortable for exchanging code pieces. However, qemu is a nice toolbox so I set up a simple ARM board. I found stderr/stdout so we get some cute core dumps in the console ) theres some RAM at 0x0, ROM starts at 0xff81000. Mh, why not run the firmware dump with that? ) In conjunction with CPU emulation, it also provides a set of device models (ARM !), allowing it to run a variety of unmodified guest operating systems, thus it can be viewed as a hosted virtual machine monitor. QEMU is a processor emulator that relies on dynamic binary translation to achieve a reasonable speed while being easy to port on new host CPU architectures.