QEMU

From ArmadeusWiki
Revision as of 18:19, 24 October 2007 by JulienB (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

UNDER CONSTRUCTION

Construction.png

Well, you don't have enough money to buy an Armadeus board and just want to be part of the "Software" side of the project ? Then QEMU can be a good choice for you !!

Just be aware that currently Armadeus hardware is not emulated under QEMU, we are just using an other board hard and linux kernel to launch our Rootfs an test our software which is not custom hardware related (ie User interface, Network, etc...)

Installation

  • on Debian just do a:
[armadeus]$ sudo apt-get install qemu

Get/generate simulation images

Launch it

[armadeus]$ qemu-system-arm -m 16 -kernel /home/jboibessot/qemu/zImage.integrator -nographic -hda /..../system/buildroot/rootfs.arm_nofpu.ext2 -append "console=ttyAMA0 root=/dev/hda1" ????

Links