summaryrefslogtreecommitdiffstats
path: root/documentation/book-enea-linux-users-guide/doc/gettingstarted.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/book-enea-linux-users-guide/doc/gettingstarted.xml')
-rw-r--r--documentation/book-enea-linux-users-guide/doc/gettingstarted.xml85
1 files changed, 85 insertions, 0 deletions
diff --git a/documentation/book-enea-linux-users-guide/doc/gettingstarted.xml b/documentation/book-enea-linux-users-guide/doc/gettingstarted.xml
new file mode 100644
index 0000000..c219fab
--- /dev/null
+++ b/documentation/book-enea-linux-users-guide/doc/gettingstarted.xml
@@ -0,0 +1,85 @@
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="enea-linux-install">
5 <title>Getting Started</title>
6
7 <para>This chapter describes the steps required until you have a Linux
8 kernel up and running on an emulated or physical target. Detailed examples
9 are found in the <link linkend="enea-linux-target">Target Guide</link>
10 chapter.</para>
11
12 <para>Start with preparations on your Linux host:</para>
13
14 <orderedlist spacing="compact">
15 <listitem>
16 <para><link linkend="enea-linux-sysreq">System requirements </link>must
17 be met</para>
18 </listitem>
19
20 <listitem>
21 <para><link linkend="enea-linux-inst-packages">Install
22 packages</link></para>
23 </listitem>
24
25 <listitem>
26 <para><link linkend="enea-linux-download">Download and install Enea
27 Linux</link></para>
28 </listitem>
29
30 <listitem>
31 <para><link linkend="enea-linux-install-cc-toolchain">Install the
32 Cross-Compilation Toolchain</link> (optional)</para>
33 </listitem>
34 </orderedlist>
35
36 <para>Once the host environment is ready to use, you can download or build
37 your own images (kernel, root filesystem, etc.) for a specific target<phrase
38 condition="qemu"> or emulated architecture</phrase>, and boot Enea Linux on
39 target<phrase condition="qemu"> or emulated on host</phrase>:</para>
40
41 <orderedlist continuation="continues" spacing="compact">
42 <listitem>
43 <para>Get images: <link linkend="enea-linux-precompiled-images">Download
44 precompiled images</link> or <link linkend="enea-linux-own-images">Build
45 your own images</link></para>
46 </listitem>
47
48 <listitem>
49 <para>Run Enea Linux: <link linkend="enea-linux-target">Install and boot
50 Enea Linux on target </link><phrase condition="qemu">or <link
51 linkend="enea-linux-run-qemu">Run Enea Linux in
52 QEMU</link></phrase></para>
53 </listitem>
54 </orderedlist>
55
56 <para condition="eclipse">For your convenience, you can use the optional
57 Eclipse IDE with application development tools (ADT) to cross-compile,
58 trace, and monitor the performance of your applications, see <link
59 linkend="enea-linux-eclipse">Using Eclipse Tools</link>.</para>
60
61 <para>Similar information as in this chapter is provided in the <xi:include
62 href="../../docsrc_common/pardoc-distro.xml"
63 xmlns:xi="http://www.w3.org/2001/XInclude"
64 xpointer="element(ULINK_YOCTO_QUICK_URL/1)" />.</para>
65
66 <?hard-pagebreak ?>
67
68 <xi:include href="../../../../documentation/book-enea-linux-users-guide/doc/install_packages.xml"
69 xmlns:xi="http://www.w3.org/2001/XInclude" />
70
71 <?hard-pagebreak ?>
72
73 <xi:include href="install_enealinux.xml"
74 xmlns:xi="http://www.w3.org/2001/XInclude" />
75
76 <?hard-pagebreak ?>
77
78 <xi:include href="install_toolchain.xml"
79 xmlns:xi="http://www.w3.org/2001/XInclude" />
80
81 <?hard-pagebreak ?>
82
83 <xi:include href="../../../../documentation/book-enea-linux-users-guide/doc/images_precompiled.xml"
84 xmlns:xi="http://www.w3.org/2001/XInclude" />
85</chapter> \ No newline at end of file