Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

QEMU

6 bytes added, 10:53, 6 August 2012
no edit summary
Install QEMU:
<pre>$ make install</pre>
Optionally you can download from [http://www.isee.biz/component/zoo/item/qemu-emulator here] the QEMU binaries, we suggest install it under /opt directory with the right user execution permissions.<br>
== Board Emulation ==
Optionally you can mount the partitions in you host PC and modify the content as:<br>
<pre>First Partition:
$ mount -o loop,offset=$[63*512] igep-nano.img /mnt/tmp
</pre><pre>Second Partition:
$ mount -o loop,offset=$[106496*512] igep-nano.img /mnt/tmp</pre>
Now you're ready for execute the emulator in 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 -device usb-kbd -device usb-mouse</pre>
-m&nbsp;: Memory assigned to the Virtualized board in Mega Bytes.
[[Image:QEMU_bootQEMU boot.png|thumb|center]]
== Tips ==
$ sudo losetup -d /dev/loop0
</pre>Now you should see your new partition with your wished new size.
[[Category:Development toolsDevelopment_tools|QEMU]]