diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index e00e54005d..89a6cd9cf2 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -684,11 +684,13 @@ Continuing with the example, the following two commands setup the emulation environment and launch QEMU. - This example assumes the root filesystem tarball has been downloaded and expanded, and - that the kernel and filesystem are for a 32-bit target architecture. + This example assumes the root filesystem (.ext3 file) and + the pre-built kernel image file both reside in your home directory. + The kernel and filesystem are for a 32-bit target architecture. - $ source &YOCTO_ADTPATH_DIR;/environment-setup-i686-poky-linux - $ runqemu qemux86 bzImage-qemux86-&DISTRO;.bin \ + $ cd $HOME + $ source &YOCTO_ADTPATH_DIR;/environment-setup-i586-poky-linux + $ runqemu qemux86 bzImage-qemux86.bin \ core-image-sato-qemux86.ext3