</para></note>
The final command runs the image:
<literallayout class='monospaced'>
- $ runqemu qemux86
+ $ poky-qemu qemux86
</literallayout>
<note><para>
Depending on the number of processors and cores, the amount or RAM, the speed of your
<section id='installing-the-toolchain'>
<title>Installing the Toolchain</title>
<para>
- You can download the pre-built toolchain, which includes the runqemu script and
+ You can download the pre-built toolchain, which includes the poky-qemu script and
support files, from
<ulink url='http://yoctoproject.org/downloads/yocto-1.0/toolchain/'></ulink>.
Toolchains are available for 32-bit and 64-bit development systems from the
</para>
<literallayout class='monospaced'>
- $ runqemu <<emphasis>qemuarch</emphasis>> <<emphasis>kernel</emphasis>> <<emphasis>filesystem_image</emphasis>>
+ $ poky-qemu <<emphasis>qemuarch</emphasis>> <<emphasis>kernel</emphasis>> <<emphasis>filesystem_image</emphasis>>
Where:
<<emphasis>qemuarch</emphasis>> is a string representing the target architecture: qemux86, qemux86-64,
<literallayout class='monospaced'>
$ source /opt/poky/environment-setup-i686-poky-linux
- $ runqemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3
+ $ poky-qemu qemux86 zImage-2.6.34-qemux86-1.0.bin yocto-image-sdk-qemux86-1.0.rootfs.ext3
</literallayout>
<para>