Difference between revisions of "QEMU"

From ArmadeusWiki
Jump to: navigation, search
 
m (Launch it)
Line 12: Line 12:
  
 
==Launch it==
 
==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" ????
+
  [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==
 
==Links==

Revision as of 17:38, 27 October 2007

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