diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index b9f3662994..9e930cbe09 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -301,7 +301,7 @@ The final command runs the image: - $ poky-qemu qemux86 + $ runqemu qemux86 Depending on the number of processors and cores, the amount or RAM, the speed of your @@ -366,7 +366,7 @@
Installing the Toolchain - You can download the pre-built toolchain, which includes the poky-qemu script and + You can download the pre-built toolchain, which includes the runqemu script and support files, from . Toolchains are available for 32-bit and 64-bit development systems from the @@ -481,7 +481,7 @@ - $ poky-qemu <qemuarch> <kernel> <filesystem_image> + $ runqemu <qemuarch> <kernel> <filesystem_image> Where: <qemuarch> is a string representing the target architecture: qemux86, qemux86-64, @@ -501,7 +501,7 @@ $ source /opt/poky/environment-setup-i686-poky-linux - $ poky-qemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3 + $ runqemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3