summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml10
1 files changed, 6 insertions, 4 deletions
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 @@
684 <para> 684 <para>
685 Continuing with the example, the following two commands setup the emulation 685 Continuing with the example, the following two commands setup the emulation
686 environment and launch QEMU. 686 environment and launch QEMU.
687 This example assumes the root filesystem tarball has been downloaded and expanded, and 687 This example assumes the root filesystem (<filename>.ext3</filename> file) and
688 that the kernel and filesystem are for a 32-bit target architecture. 688 the pre-built kernel image file both reside in your home directory.
689 The kernel and filesystem are for a 32-bit target architecture.
689 <literallayout class='monospaced'> 690 <literallayout class='monospaced'>
690 $ source &YOCTO_ADTPATH_DIR;/environment-setup-i686-poky-linux 691 $ cd $HOME
691 $ runqemu qemux86 bzImage-qemux86-&DISTRO;.bin \ 692 $ source &YOCTO_ADTPATH_DIR;/environment-setup-i586-poky-linux
693 $ runqemu qemux86 bzImage-qemux86.bin \
692 core-image-sato-qemux86.ext3 694 core-image-sato-qemux86.ext3
693 </literallayout> 695 </literallayout>
694 </para> 696 </para>