From accff3502121a15eb08a73a22f5212b1029d64f1 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Tue, 2 Oct 2018 05:43:39 +0000 Subject: UG: fix review comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1: Add a link to Real time documentation /wiki page from table 1.1 (page 4) 2: Check the portal for Enea Linux content and sdk dir (page 9 sec 4.1) 3: change the tag Enea_Linux_8.0 to Enea_Linux_RT_8.0 (page 11 & 12) 4: Remove references to raspberrypi3 (page 32 sec 7.5) 5: Rename ”sdk” to ”esdk” in getting_enea_linux Change-Id: Ia1e12770998d5e036b3d7562f433d142af48a2e8 Signed-off-by: Sona Sarmadi --- .../doc/getting_enea_linux.xml | 4 ++-- doc/book-enea-linux-user-guide/doc/preface.xml | 13 ++++++++++++- .../doc/real_time_in_enea_linux.xml | 7 ++++++- .../doc/using_eclipse.xml | 8 ++++---- .../doc/using_enea_linux.xml | 21 +++++++++++---------- 5 files changed, 35 insertions(+), 18 deletions(-) (limited to 'doc') diff --git a/doc/book-enea-linux-user-guide/doc/getting_enea_linux.xml b/doc/book-enea-linux-user-guide/doc/getting_enea_linux.xml index e58726e..bb29464 100644 --- a/doc/book-enea-linux-user-guide/doc/getting_enea_linux.xml +++ b/doc/book-enea-linux-user-guide/doc/getting_enea_linux.xml @@ -34,8 +34,8 @@ - sdk directory - this directory includes the - installer for the SDK. + esdk directory - this directory includes the + installer for the Extensible SDK. diff --git a/doc/book-enea-linux-user-guide/doc/preface.xml b/doc/book-enea-linux-user-guide/doc/preface.xml index 1752ff5..ff06753 100644 --- a/doc/book-enea-linux-user-guide/doc/preface.xml +++ b/doc/book-enea-linux-user-guide/doc/preface.xml @@ -103,6 +103,17 @@ The release specific document listing the CVEs affecting this distribuition. + + + Enea + Linux Real Time documentation and Real-Time + Linux Wiki + + Enea Linux Real-Time Guide and Real-Time Linux Wiki + page. + @@ -154,4 +165,4 @@ - \ No newline at end of file + diff --git a/doc/book-enea-linux-user-guide/doc/real_time_in_enea_linux.xml b/doc/book-enea-linux-user-guide/doc/real_time_in_enea_linux.xml index 8d7b8d4..fa60f93 100644 --- a/doc/book-enea-linux-user-guide/doc/real_time_in_enea_linux.xml +++ b/doc/book-enea-linux-user-guide/doc/real_time_in_enea_linux.xml @@ -11,7 +11,12 @@ Addtional packages provided in the RT profile - +# + + + + + diff --git a/doc/book-enea-linux-user-guide/doc/using_eclipse.xml b/doc/book-enea-linux-user-guide/doc/using_eclipse.xml index f6c7759..7484db4 100644 --- a/doc/book-enea-linux-user-guide/doc/using_eclipse.xml +++ b/doc/book-enea-linux-user-guide/doc/using_eclipse.xml @@ -900,7 +900,7 @@ root 329 0.0 0.2 1864824 2600 ? Ssl 12:47 0:08 /usr/sbin/tcf-agent -d -L- -l0

In this section you learn to set up Eclipse for KGDB KGDB kernel debugging over the serial port, with examples for - the raspberrypi3 target. This is only given as an + the intel-corei7-64 target. This is only given as an example, your Enea Linux distribution may contain other targets. The corresponding instruction for debugging outside Eclipse is available in Debugging the Linux Kernel (KGDB) from Command Line.LATER: Merge @@ -934,7 +934,7 @@ root 329 0.0 0.2 1864824 2600 ? Ssl 12:47 0:08 /usr/sbin/tcf-agent -d -L- -l0

/boot folder. If you build your own kernel using bitbake, it should be available in your build folder. Located in, for example: - tmp/work/raspberrypi3_64-enea-linux/linux-raspberrypi/1_4.9.59+gitAUTOINC+meta_machine-r0/image/boot/vmlinux-4.9.59 + tmp/work/corei7-64-intel-common-enea-linux/linux-intel-rt/4.14.59+gitAUTOINC+d64aec9793_6a0fa58d9e-r0/linux-corei7-64-intel-common-preempt-rt-build/vmlinux @@ -1042,7 +1042,7 @@ root 329 0.0 0.2 1864824 2600 ? Ssl 12:47 0:08 /usr/sbin/tcf-agent -d -L- -l0

Browse to the location of the GDB binary installed by the cross-compilation toolchain installer, by default: - <extsdkdir>/tmp/sysroots/x86_64-linux/usr/bin/<arch>-enea-linux/<arch>-enea-linux-gdb. + <extsdkdir>/tmp/sysroots/x86_64/usr/bin/<arch>-enea-linux/<arch>-enea-linux-gdb.
@@ -1185,7 +1185,7 @@ root 329 0.0 0.2 1864824 2600 ? Ssl 12:47 0:08 /usr/sbin/tcf-agent -d -L- -l0

Sysroot Location. Example: - $ <extsdkdir>/tmp/sysroots/x86_64-linux/usr/bin/\ + $ <extsdkdir>/tmp/sysroots/x86_64/usr/bin/\ <arch>-enea-linux/<arch>-enea-linux-gdb where <sdkdir> is e.g. 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 19ec877..9fde297 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 @@ -12,9 +12,11 @@
Building Real-Time images - Real-Time images use the Intel RT kernel, no additional configuration is needed. + Real-Time images use the Intel RT kernel, no additional + configuration is needed. - How to Build an Enea Linux RT image + How to Build an Enea Linux RT + image @@ -29,14 +31,14 @@ $ mkdir enea-linux $ cd enea-linux $ repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git \ - -b refs/tags/Enea_Linux_8.0 -m $MACHINE/default.xml + -b refs/tags/Enea_Linux_RT_8.0 -m $MACHINE/default.xml $ repo sync Source the build environment - $ cd poky + $ cd poky $ TEMPLATECONF=meta-el-rt/conf/template.<machine> \ . ./oe-init-build-env <build_dir> @@ -108,14 +110,14 @@ $ cd <build_dir>/tmp/deploy/images/<target>/ # Here are the build b $ mkdir enea-linux $ cd enea-linux $ repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git \ - -b refs/tags/Enea_Linux_8.0 -m $MACHINE/default.xml + -b refs/tags/Enea_Linux_RT_8.0 -m $MACHINE/default.xml $ repo sync Source the build environment - $ cd poky + $ cd poky $ TEMPLATECONF=meta-el-rt/conf/template.<machine> \ . ./oe-init-build-env <build_dir> @@ -441,11 +443,10 @@ BBLAYERS ?= " \ Adding a Recipe Study the Hello - World recipe in the Yocto Project Development Manual. If - needed replace the example version (2.5) with the Yocto version in your - Enea Linux distribution. + World recipe in the Yocto Project Development Manual. If needed + replace the example version (2.5) with the Yocto version in your Enea + Linux distribution.
-- cgit v1.2.3-54-g00ecf