Difference between revisions of "Testing with QEMU"

From Openembedded.org
Jump to: navigation, search
(Undo revision 3316 by Yjytalamago (Talk))
m (good to know: update link to AngstromAndQemu wiki page)
Line 14: Line 14:
 
* Ctrl+Alt+4: parallel console (?)
 
* Ctrl+Alt+4: parallel console (?)
 
* logfile at ???
 
* logfile at ???
* some [http://linuxtogo.org/gowiki/AngstromAndQemu more info in the Angstrom wiki]
+
* some [http://www.linuxtogo.org/gowiki/AngstromAndQemu more info in the Angstrom wiki]
  
  

Revision as of 22:40, 15 December 2010

QEMU is great for testing images and apps. There is no need to flash or install images back and forth on real hardware. Here are a few things that may help you testing OE stuff with QEMU.

Do's and Dont's

  • use at least version 0.9x of qemu, earlier versions are unreliable
  • if possible use the poky-qemu and poky-scripts, they are more widely tested than stock qemu

good to know