]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-qemu.README: Minor updates
authorRichard Purdie <richard@openedhand.com>
Thu, 22 May 2008 08:22:47 +0000 (08:22 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 22 May 2008 08:22:47 +0000 (08:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4535 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-qemu.README

index e6d3c48a7b01b7ccf8b6ee46fdb95da40dd9cb54..ecceae978463f32a4cd7c0a35f27f165b5dcffed 100644 (file)
@@ -34,10 +34,10 @@ The runqemu script is run as:
 
 where:
 
-   <target> is "qemuarm" or "qemux86"
-   <type> is "ext2" or "nfs"
-   <zimage> is the path to a kernel (zimage-qemuarm.bin)
-   <filesystem> is the path to an ext2 image (filesystem-qemuarm.ext2)
+   <target> is "qemuarm","qemux86","nokia800","spitz" or "akita"
+   <type> is "ext2", "nfs", "ext3" or "jffs2". (not all machines support all options)
+   <zimage> is the path to a kernel (e.g. zimage-qemuarm.bin)
+   <filesystem> is the path to the image (e.g. filesystem-qemuarm.ext2)
 
 It will default to the qemuarm, ext2 and the last kernel and poky-image-sdk 
 image built by poky.
@@ -86,12 +86,5 @@ Finally, launch:
 
 (Substitute qemux86 for qemuarm when using qemux86)
 
-   
-Known Issues
-============
-
- - There is a bug in the ARM qemu in that means occasionally it will use 100% 
-   cpu. You will need to restart it in this situation.
-
 
-                                         Copyright (C) 2006-2007 OpenedHand Ltd.
+                                         Copyright (C) 2006-2008 OpenedHand Ltd.