summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2018-01-29 12:01:49 +0100
committerMiruna Paun <Miruna.Paun@enea.com>2018-01-29 12:01:49 +0100
commiteec5639a1f393aa4d064d9daeef231adfc35058f (patch)
tree3d33c63c75224e94f0229962be4fa72f58c09669 /doc/book-enea-linux-user-guide/doc/using_enea_linux.xml
parentb566b491d4003efd31631a893bc3434fc670189f (diff)
downloadel_releases-standard-eec5639a1f393aa4d064d9daeef231adfc35058f.tar.gz
LXCR-8091 updated the using_eclipse.xml with revised version and fixed numerous ID errors, and renamed the security report without the book in front
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.xml26
1 files changed, 13 insertions, 13 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 a880500..cb94ea7 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
@@ -1,15 +1,15 @@
1<?xml version="1.0" encoding="ISO-8859-1"?> 1<?xml version="1.0" encoding="ISO-8859-1"?>
2<chapter id="usingenealinux"> 2<chapter id="using_enealinux">
3 <title>Using Enea Linux</title> 3 <title>Using Enea Linux</title>
4 4
5 <section id="buildingenealinux"> 5 <section id="build_enealinux">
6 <title>Building Enea Linux</title> 6 <title>Building Enea Linux</title>
7 7
8 <para>Enea Linux is made available as sources as well. This allows 8 <para>Enea Linux is made available as sources as well. This allows
9 building various Enea Linux artifacts and this is detailed in the 9 building various Enea Linux artifacts and this is detailed in the
10 following sections:</para> 10 following sections:</para>
11 11
12 <section> 12 <section id="build_images">
13 <title>Building the images</title> 13 <title>Building the images</title>
14 14
15 <para>Build Enea Linux images using the following steps:</para> 15 <para>Build Enea Linux images using the following steps:</para>
@@ -84,14 +84,14 @@ $ cd &lt;build_dir&gt;/tmp/deploy/images/&lt;target&gt;/ # Here are the build b
84 Git repositories on git.enea.com. The build process fetches 84 Git repositories on git.enea.com. The build process fetches
85 information from git.enea.com so the user running the build shall 85 information from git.enea.com so the user running the build shall
86 have the ssh key properly configured. Please refer to <xref 86 have the ssh key properly configured. Please refer to <xref
87 linkend="gettingsources" /> for more details on how to get access 87 linkend="getting_sources" /> for more details on how to get access
88 to Enea Linux sources.</para> 88 to Enea Linux sources.</para>
89 </note> 89 </note>
90 </step> 90 </step>
91 </procedure> 91 </procedure>
92 </section> 92 </section>
93 93
94 <section> 94 <section id="build_sdk">
95 <title>Building the SDK</title> 95 <title>Building the SDK</title>
96 96
97 <para>If you want to rebuild a cross-compilation toolchain to be used by 97 <para>If you want to rebuild a cross-compilation toolchain to be used by
@@ -100,7 +100,7 @@ $ cd &lt;build_dir&gt;/tmp/deploy/images/&lt;target&gt;/ # Here are the build b
100 <procedure> 100 <procedure>
101 <step> 101 <step>
102 <para>Clone Enea Linux sources using Repo tool. Please refer to 102 <para>Clone Enea Linux sources using Repo tool. Please refer to
103 <xref linkend="gettingsources" /> for more details on how to do 103 <xref linkend="getting_sources" /> for more details on how to do
104 this.</para> 104 this.</para>
105 105
106 <programlisting>$ mkdir enea-linux 106 <programlisting>$ mkdir enea-linux
@@ -166,7 +166,7 @@ $ cd &lt;build_dir&gt;/tmp/deploy/sdk/ # Here is the SDK installer script</prog
166 </section> 166 </section>
167 </section> 167 </section>
168 168
169 <section id="bootingenealinux"> 169 <section id="boot_enealinux">
170 <title>Booting Enea Linux</title> 170 <title>Booting Enea Linux</title>
171 171
172 <para>Regardless whether you decide to use the pre-built images or if you 172 <para>Regardless whether you decide to use the pre-built images or if you
@@ -177,7 +177,7 @@ $ cd &lt;build_dir&gt;/tmp/deploy/sdk/ # Here is the SDK installer script</prog
177 <para>Enea Linux supports multiple booting methods so those will be 177 <para>Enea Linux supports multiple booting methods so those will be
178 described in the following sections.</para> 178 described in the following sections.</para>
179 179
180 <section> 180 <section id="boot_from_arm">
181 <title>Boot from RAM</title> 181 <title>Boot from RAM</title>
182 182
183 <para>This example requires that a TFTP server is set up at IP address 183 <para>This example requires that a TFTP server is set up at IP address
@@ -206,7 +206,7 @@ console=ttyS0,115200"
206U-Boot&gt; booti 0x01000000 0x03000000 0x02000000</programlisting> 206U-Boot&gt; booti 0x01000000 0x03000000 0x02000000</programlisting>
207 </section> 207 </section>
208 208
209 <section> 209 <section id="boot_from_sd">
210 <title>Boot from SD card</title> 210 <title>Boot from SD card</title>
211 211
212 <para>Copy the 212 <para>Copy the
@@ -387,8 +387,8 @@ BBLAYERS ?= " \
387 the bsp-layer/s layer for your target and any other additional layer/s. 387 the bsp-layer/s layer for your target and any other additional layer/s.
388 For details on how to do this, see the <ulink 388 For details on how to do this, see the <ulink
389 url="http://www.yoctoproject.org/docs/2.3/dev-manual/dev-manual.html#understanding-and-creating-layers">Yocto 389 url="http://www.yoctoproject.org/docs/2.3/dev-manual/dev-manual.html#understanding-and-creating-layers">Yocto
390 2.3 Dev Manual, section &lt;Understanding and Creating 390 2.3 Dev Manual, section "Understanding and Creating Layers"</ulink> . If
391 Layers&gt;</ulink> . If needed replace the Yocto version.</para> 391 needed replace the Yocto version.</para>
392 392
393 <para>Layers can be added when you initialize the build environment. The 393 <para>Layers can be added when you initialize the build environment. The
394 layers required for each target are specified in the build commands in 394 layers required for each target are specified in the build commands in
@@ -461,7 +461,7 @@ BBLAYERS ?= " \
461 <programlisting>$ bitbake enea-image-&lt;name&gt;</programlisting> 461 <programlisting>$ bitbake enea-image-&lt;name&gt;</programlisting>
462 </section> 462 </section>
463 463
464 <section> 464 <section id="busybox">
465 <title>Busybox</title> 465 <title>Busybox</title>
466 466
467 <para>Busybox uses the same configuration system as the Linux kernel 467 <para>Busybox uses the same configuration system as the Linux kernel
@@ -763,7 +763,7 @@ Removing ptest-runner (2.0.2+git0+6d2872116c-r0.0) ...
763</programlisting> 763</programlisting>
764 </section> 764 </section>
765 765
766 <section id="pmsearching"> 766 <section id="pm_searching">
767 <title>Searching</title> 767 <title>Searching</title>
768 768
769 <para>The <literal>apt-cache search</literal> allows searching for the 769 <para>The <literal>apt-cache search</literal> allows searching for the