diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-22 08:22:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-22 08:22:47 +0000 |
commit | 8b243f4e1c5169e4cf411454f2c77c8d8ac0f644 (patch) | |
tree | f9777bc9d6124b8a3e6f0d287c9b49a47d0143d9 | |
parent | e95249b6591583831306d0a9d0400c8683f32ee0 (diff) | |
download | poky-8b243f4e1c5169e4cf411454f2c77c8d8ac0f644.tar.gz |
poky-qemu.README: Minor updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4535 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | scripts/poky-qemu.README | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/scripts/poky-qemu.README b/scripts/poky-qemu.README index e6d3c48a7b..ecceae9784 100644 --- a/scripts/poky-qemu.README +++ b/scripts/poky-qemu.README | |||
@@ -34,10 +34,10 @@ The runqemu script is run as: | |||
34 | 34 | ||
35 | where: | 35 | where: |
36 | 36 | ||
37 | <target> is "qemuarm" or "qemux86" | 37 | <target> is "qemuarm","qemux86","nokia800","spitz" or "akita" |
38 | <type> is "ext2" or "nfs" | 38 | <type> is "ext2", "nfs", "ext3" or "jffs2". (not all machines support all options) |
39 | <zimage> is the path to a kernel (zimage-qemuarm.bin) | 39 | <zimage> is the path to a kernel (e.g. zimage-qemuarm.bin) |
40 | <filesystem> is the path to an ext2 image (filesystem-qemuarm.ext2) | 40 | <filesystem> is the path to the image (e.g. filesystem-qemuarm.ext2) |
41 | 41 | ||
42 | It will default to the qemuarm, ext2 and the last kernel and poky-image-sdk | 42 | It will default to the qemuarm, ext2 and the last kernel and poky-image-sdk |
43 | image built by poky. | 43 | image built by poky. |
@@ -86,12 +86,5 @@ Finally, launch: | |||
86 | 86 | ||
87 | (Substitute qemux86 for qemuarm when using qemux86) | 87 | (Substitute qemux86 for qemuarm when using qemux86) |
88 | 88 | ||
89 | |||
90 | Known Issues | ||
91 | ============ | ||
92 | |||
93 | - There is a bug in the ARM qemu in that means occasionally it will use 100% | ||
94 | cpu. You will need to restart it in this situation. | ||
95 | |||
96 | 89 | ||
97 | Copyright (C) 2006-2007 OpenedHand Ltd. | 90 | Copyright (C) 2006-2008 OpenedHand Ltd. |