From bcb58492430f1497293493207d10cb26c8d0514e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 6 Jan 2011 12:55:42 -0800 Subject: documentation/yocto-project-qs/yocto-project-qs.xml: Corrections to Using Pre-Built Binaries and QEMU section. Made several small changes: - Added a period to three-bullet list for consistency - grammar fix to sentence - Added clarification for getting stuff from qemu URL - Fixed the forms for the image and the file system image Signed-off-by: Scott Rifenbark --- documentation/yocto-project-qs/yocto-project-qs.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 1c45cde88b..ca2794b1b0 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -302,7 +302,7 @@ - Install the standalone Yocto toolchain tarball + Install the standalone Yocto toolchain tarball. @@ -319,7 +319,7 @@ - You can download the pre-built toolchain which includes the poky-qemu script and support files from . These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the 5 supported target architectures. The tarballs are self contained and install into /opt/poky. + You can download the pre-built toolchain, which includes the poky-qemu script and support files, from . These are available for i586 (32-bit) and x86_64 (64 bit) host machines, targeting each of the five supported target architectures. The tarballs are self contained and install into /opt/poky. Use these commands to install the toolchain tarball (taking the 64 bit host, 32 bit i586 target as an example): @@ -331,13 +331,20 @@ - You can download the pre-built Linux kernel and the file image system from . + You can download the pre-built Linux kernel and the file image system suitable for + running in the emulator QEMU from + . + Be sure to use the kernel and file image system that matches the architecture you want + to simulate. + + + The kernel and file image system have the following forms, respectively: *zImage*qemu*.bin - poky-image-*-qemu*.ext2.bz2 + yocto-image-*-qemu*.ext3.bz2 -- cgit v1.2.3-54-g00ecf