summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-linux-user-guide/doc/using_enea_linux.xml')
-rw-r--r--doc/book-enea-linux-user-guide/doc/using_enea_linux.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml b/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
index 4cee415..f26ff46 100644
--- a/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
+++ b/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
@@ -174,7 +174,7 @@ $ cd &lt;build_dir&gt;/tmp/deploy/sdk/ # Here is the SDK installer script</prog
174 described in the following sections.</para> 174 described in the following sections.</para>
175 175
176 <section id="enea-linux-x86-pxe"> 176 <section id="enea-linux-x86-pxe">
177 <title>Boot via PXE using DHCP, TFTP, and NFS servers</title> 177 <title>Booting via PXE</title>
178 178
179 <para>Below you find an example of how to boot Enea Linux in a target 179 <para>Below you find an example of how to boot Enea Linux in a target
180 supporting PXE. The PXE boot is handled by the target BIOS.</para> 180 supporting PXE. The PXE boot is handled by the target BIOS.</para>
@@ -684,6 +684,16 @@ $ ./enea-*-toolchain-&lt;version&gt;.sh</programlisting>
684 set up, you can proceed with Cross-Compiling Applications from Command 684 set up, you can proceed with Cross-Compiling Applications from Command
685 Line (4.1) or, if Eclipse is installed, Cross-Compiling from Eclipse 685 Line (4.1) or, if Eclipse is installed, Cross-Compiling from Eclipse
686 (5.4.1).</para> 686 (5.4.1).</para>
687
688 <section id="boot_qemux86">
689 <title>Building and booting Enea Linux on QEMU x86</title>
690
691 <para>Build an Enea Linux image from the SDK to run on QEMU x86:</para>
692
693 <programlisting>$ cd &lt;sdkdir&gt;/workspace
694$ devtool build-image enea-image-standard
695$ devtool runqemu kvm enea-image-standard nographic slirp </programlisting>
696 </section>
687 </section> 697 </section>
688 698
689 <section id="pkg_mg"> 699 <section id="pkg_mg">