diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/poky-qemu.README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/poky-qemu.README b/scripts/poky-qemu.README index 1b4e763a38..da37d7ca89 100644 --- a/scripts/poky-qemu.README +++ b/scripts/poky-qemu.README | |||
@@ -52,6 +52,8 @@ Notes | |||
52 | - Your qemu system will be accessible as 192.16.7.2. | 52 | - Your qemu system will be accessible as 192.16.7.2. |
53 | - The default NFS mount points are /srv/nfs/qemux86 or /srv/nfs/qemuarm | 53 | - The default NFS mount points are /srv/nfs/qemux86 or /srv/nfs/qemuarm |
54 | depending on the target type. | 54 | depending on the target type. |
55 | - Images built for qemux86/qemuarm contain NFS server which export whole | ||
56 | rootfs (/) in read/write mode. | ||
55 | - You can set QEMU_MEMORY to control amount of available memory (default 64M). | 57 | - You can set QEMU_MEMORY to control amount of available memory (default 64M). |
56 | - You can set SERIAL_LOGFILE to have the serial output from the image logged | 58 | - You can set SERIAL_LOGFILE to have the serial output from the image logged |
57 | to a file. | 59 | to a file. |
@@ -90,7 +92,3 @@ Known Issues | |||
90 | 92 | ||
91 | - There is a bug in the ARM qemu in that means occasionally it will use 100% | 93 | - There is a bug in the ARM qemu in that means occasionally it will use 100% |
92 | cpu. You will need to restart it in this situation. | 94 | cpu. You will need to restart it in this situation. |
93 | - There is a problem with the ARM image not auto assigning an IP when using an | ||
94 | ext2 image. To have working TCP/IP connectivity run: | ||
95 | 'ifconfig eth0 192.168.7.2 up' | ||
96 | |||