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.xml13
1 files changed, 7 insertions, 6 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 f22f6a2..0704dbf 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
@@ -10,9 +10,11 @@
10 sections:</para> 10 sections:</para>
11 11
12 <section id="build_images"> 12 <section id="build_images">
13 <title>Building the images</title> 13 <title>Building Real-Time images</title>
14 14
15 <para>Build Enea Linux images using the following steps:</para> 15 <para>Real-Time images use the Intel RT kernel, no additional configuration is needed.</para>
16
17 <para><emphasis role="bold">How to Build an Enea Linux RT image</emphasis></para>
16 18
17 <procedure> 19 <procedure>
18 <step> 20 <step>
@@ -54,7 +56,7 @@ $ TEMPLATECONF=meta-el-rt/conf/template.&lt;machine&gt; \
54 </step> 56 </step>
55 57
56 <step> 58 <step>
57 <para>Build Enea Linux image</para> 59 <para>Build Enea Linux RT image</para>
58 60
59 <programlisting># You have already initiated the build environment and are in the &lt;build_dir&gt; 61 <programlisting># You have already initiated the build environment and are in the &lt;build_dir&gt;
60$ bitbake &lt;enea-image-name&gt; 62$ bitbake &lt;enea-image-name&gt;
@@ -174,7 +176,7 @@ $ cd &lt;build_dir&gt;/tmp/deploy/sdk/ # Here is the SDK installer script</prog
174 described in the following sections.</para> 176 described in the following sections.</para>
175 177
176 <section id="enea-linux-x86-pxe"> 178 <section id="enea-linux-x86-pxe">
177 <title>Boot via PXE using DHCP, TFTP, and NFS servers</title> 179 <title>Booting via PXE</title>
178 180
179 <para>Below you find an example of how to boot Enea Linux in a target 181 <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> 182 supporting PXE. The PXE boot is handled by the target BIOS.</para>
@@ -284,8 +286,7 @@ label device01
284 286
285 <listitem> 287 <listitem>
286 <para>Populate the root file system in the NFS directory by 288 <para>Populate the root file system in the NFS directory by
287 unpacking 289 unpacking <filename>enea-image-rt-intel-corei7-64.tar.gz</filename>
288 <filename>enea-image-rt-intel-corei7-64.tar.gz</filename>
289 found at 290 found at
290 <filename>&lt;build_dir&gt;/tmp/deploy/images/&lt;target&gt;/</filename>.</para> 291 <filename>&lt;build_dir&gt;/tmp/deploy/images/&lt;target&gt;/</filename>.</para>
291 </listitem> 292 </listitem>