From a23636b6aac5fc3336b548535ae1fd7b46b89dfc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 25 May 2012 16:42:26 -0600 Subject: documentation/yocto-project-qs/yocto-project-qs.xml: pre-built example fix The example showing how to use pre-built images, the toolchain, and filesystem was off a bit. I changed some wording to indicate using the .ext3 filetype of the filesystem. Previously it talked about expanding the tarball version but the example has been changed to use .ext3. Also, the environment setup file has been mis-named forever. It should have i586 in it and not i686. And, finally, the image name does not have a release number as part of the name. (From yocto-docs rev: c9953c9bb716ae5be183020c5143152226bf1de5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'documentation/yocto-project-qs') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index e00e54005d..89a6cd9cf2 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -684,11 +684,13 @@ Continuing with the example, the following two commands setup the emulation environment and launch QEMU. - This example assumes the root filesystem tarball has been downloaded and expanded, and - that the kernel and filesystem are for a 32-bit target architecture. + This example assumes the root filesystem (.ext3 file) and + the pre-built kernel image file both reside in your home directory. + The kernel and filesystem are for a 32-bit target architecture. - $ source &YOCTO_ADTPATH_DIR;/environment-setup-i686-poky-linux - $ runqemu qemux86 bzImage-qemux86-&DISTRO;.bin \ + $ cd $HOME + $ source &YOCTO_ADTPATH_DIR;/environment-setup-i586-poky-linux + $ runqemu qemux86 bzImage-qemux86.bin \ core-image-sato-qemux86.ext3 -- cgit v1.2.3-54-g00ecf