diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-01-20 15:07:21 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-25 11:58:52 -0800 |
commit | 74c24e08af245404f0c9aac9b9313170b4b03c7f (patch) | |
tree | 0cca550a41153d33b34b0250fa115f5262b05b90 /documentation | |
parent | 63e6319bd18146b5bc25d9b8ab57b294a020cf9a (diff) | |
download | poky-74c24e08af245404f0c9aac9b9313170b4b03c7f.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: Added note to poky-qemu command
Depending on the architecture you are booting and the profile of the
filesystem image QEMU might come up in a new shell, and existing shell,
have a GUI, or be in command-line mode. I added a note indicating this
behavior.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f62eac16d7..24480bc787 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -471,8 +471,19 @@ | |||
471 | $ source /opt/poky/environment-setup-i586-poky-linux | 471 | $ source /opt/poky/environment-setup-i586-poky-linux |
472 | $ poky-qemu qemui586 zImage-2.6.34-qemux86-0.9 yocto-image-sdk-qemux86-0.9.rootfs.ext3 ext3 | 472 | $ poky-qemu qemui586 zImage-2.6.34-qemux86-0.9 yocto-image-sdk-qemux86-0.9.rootfs.ext3 ext3 |
473 | </literallayout> | 473 | </literallayout> |
474 | </section> | 474 | |
475 | 475 | <para> | |
476 | The environment in which QEMU launches varies depending on the filesystem image and on the | ||
477 | target architecture. For example, if you source the environment for the ARM target | ||
478 | architecture and then boot the minimal QEMU image, the emulator comes up in a new | ||
479 | shell in command-line mode. However, if you boot the SDK image QEMU comes up with | ||
480 | a GUI. | ||
481 | </para> | ||
482 | |||
483 | <note><para> | ||
484 | Booting the PPC image results in QEMU launching in the same shell in command-line mode. | ||
485 | </para></note> | ||
486 | </section> | ||
476 | </section> | 487 | </section> |
477 | </section> | 488 | </section> |
478 | 489 | ||