diff options
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f52c699c82..7223e0a7b7 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -302,13 +302,14 @@           </mediaobject>           <para> -             For this scenario you need to do three things: +             For this scenario you need to do several things:           </para>           <itemizedlist>               <listitem>                   <para> -                     Install the stand-alone Yocto toolchain tarball. +                     Install the stand-alone Yocto toolchain tarball and then set up the  +                     environment to emulate the hardware.                   </para>               </listitem>               <listitem> @@ -323,6 +324,12 @@                       Download the filesystem image for your target machine's architecture.                   </para>               </listitem> +             <listitem> +                 <para> +                     Start the QEMU emulator. +                 </para> +             </listitem> +           </itemizedlist>          <section id='installing-the-toolchain-and-setting-up-the-environment'> | 
