summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml8
1 files changed, 4 insertions, 4 deletions
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 @@
301 </para></note> 301 </para></note>
302 The final command runs the image: 302 The final command runs the image:
303 <literallayout class='monospaced'> 303 <literallayout class='monospaced'>
304 $ poky-qemu qemux86 304 $ runqemu qemux86
305 </literallayout> 305 </literallayout>
306 <note><para> 306 <note><para>
307 Depending on the number of processors and cores, the amount or RAM, the speed of your 307 Depending on the number of processors and cores, the amount or RAM, the speed of your
@@ -366,7 +366,7 @@
366 <section id='installing-the-toolchain'> 366 <section id='installing-the-toolchain'>
367 <title>Installing the Toolchain</title> 367 <title>Installing the Toolchain</title>
368 <para> 368 <para>
369 You can download the pre-built toolchain, which includes the poky-qemu script and 369 You can download the pre-built toolchain, which includes the runqemu script and
370 support files, from 370 support files, from
371 <ulink url='http://yoctoproject.org/downloads/yocto-1.0/toolchain/'></ulink>. 371 <ulink url='http://yoctoproject.org/downloads/yocto-1.0/toolchain/'></ulink>.
372 Toolchains are available for 32-bit and 64-bit development systems from the 372 Toolchains are available for 32-bit and 64-bit development systems from the
@@ -481,7 +481,7 @@
481 </para> 481 </para>
482 482
483 <literallayout class='monospaced'> 483 <literallayout class='monospaced'>
484 $ poky-qemu &lt;<emphasis>qemuarch</emphasis>&gt; &lt;<emphasis>kernel</emphasis>&gt; &lt;<emphasis>filesystem_image</emphasis>&gt; 484 $ runqemu &lt;<emphasis>qemuarch</emphasis>&gt; &lt;<emphasis>kernel</emphasis>&gt; &lt;<emphasis>filesystem_image</emphasis>&gt;
485 485
486 Where: 486 Where:
487 &lt;<emphasis>qemuarch</emphasis>&gt; is a string representing the target architecture: qemux86, qemux86-64, 487 &lt;<emphasis>qemuarch</emphasis>&gt; is a string representing the target architecture: qemux86, qemux86-64,
@@ -501,7 +501,7 @@
501 501
502 <literallayout class='monospaced'> 502 <literallayout class='monospaced'>
503 $ source /opt/poky/environment-setup-i686-poky-linux 503 $ source /opt/poky/environment-setup-i686-poky-linux
504 $ poky-qemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3 504 $ runqemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3
505 </literallayout> 505 </literallayout>
506 506
507 <para> 507 <para>