Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

QEMU

32 bytes added, 16:34, 10 January 2012
no edit summary
Install QEMU:
<pre>$ make install</pre>
Optionally you can download from [http://downloads.igep.es/QEMU/qemu-linaro.tar.gz here] the QEMU binaries, we suggest install it under /opt directory with the right user execution permissions.<br>
== Board Emulation ==
</pre><pre>Second Partition:
$ mount -o loop,offset$[106496*512] igep-nano.img /mnt/tmp</pre>
Now you're ready for execute the emulatorin a console with this command:<br>
<pre>qemu-system-arm -M igep -m 512 -clock unix -serial stdio -drive file=igep-nano.img,if=sd,cache=writeback -usb -monitor telnet:localhost:7100,server,nowait,nodelay</pre>
Parameters:<br>