From 63e6319bd18146b5bc25d9b8ab57b294a020cf9a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 20 Jan 2011 13:59:44 -0800 Subject: [PATCH] documentation/yocto-project-qs/yocto-project-qs.xml: Updated value for environment setup command The value for the 64-bit architecture was "x86-64" and not "x86_64". Changed it to be correct. Signed-off-by: Scott Rifenbark --- .../yocto-project-qs/yocto-project-qs.xml | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 7223e0a7b7..f62eac16d7 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -308,8 +308,7 @@ - Install the stand-alone Yocto toolchain tarball and then set up the - environment to emulate the hardware. + Install the stand-alone Yocto toolchain tarball. @@ -326,14 +325,14 @@ - Start the QEMU emulator. + Set up the environment to emulate the hardware and then start the QEMU emulator. -
- Installing the Toolchain and Setting Up the Environment +
+ Installing the Toolchain You can download the pre-built toolchain, which includes the poky-qemu script and support files, from . @@ -379,21 +378,6 @@ $ sudo tar -xvjf yocto-eglibc-x86_64-i586-toolchain-sdk-0.9.tar.bz2 - - - The following command form sets up the emulation environment. - - - - $ source /opt/poky/environment-setup-<arch>-poky-linux-<if> - - Where: - <arch> is a string representing the target architecture: - i586, x86-64, ppc603e, mips, or armv5te. - - <if> is a string representing an embedded application binary interface. - Not all setup scripts include this string. -
@@ -441,8 +425,24 @@
-
- Starting the QEMU Emulator +
+ Setting Up the Environment and Starting the QEMU Emulator + + Before you start the QEMU emulator you need to set up the emulation environment. + The following command form sets up the emulation environment. + + + + $ source /opt/poky/environment-setup-<arch>-poky-linux-<if> + + Where: + <arch> is a string representing the target architecture: + i586, x86_64, ppc603e, mips, or armv5te. + + <if> is a string representing an embedded application binary interface. + Not all setup scripts include this string. + + Finally, this command form invokes the QEMU emulator @@ -463,7 +463,7 @@ Continuing with the example, the following two commands setup the emulation - environment and launch QEMu. + environment and launch QEMU. The kernel and filesystem are for a 32-bit target architecture.