[bootlin/training-materials updates] master: Embedded Linux slides: minor improvements (2c59f956)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Sep 24 14:02:55 CEST 2020


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/2c59f956b8be30b7accce9e9097f489b1d7138b5

>---------------------------------------------------------------

commit 2c59f956b8be30b7accce9e9097f489b1d7138b5
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Sep 24 14:02:55 2020 +0200

    Embedded Linux slides: minor improvements
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

2c59f956b8be30b7accce9e9097f489b1d7138b5
 slides/sysdev-intro/sysdev-intro.tex                              | 8 +++++---
 .../sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex   | 3 ++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/slides/sysdev-intro/sysdev-intro.tex b/slides/sysdev-intro/sysdev-intro.tex
index 42301bd1..42607b11 100644
--- a/slides/sysdev-intro/sysdev-intro.tex
+++ b/slides/sysdev-intro/sysdev-intro.tex
@@ -231,7 +231,8 @@
   \begin{itemize}
   \item x86 and x86-64, as found on PC platforms, but also embedded systems
     (multimedia, industrial)
-  \item ARM, with hundreds of different SoCs (all sorts of products)
+  \item ARM, with hundreds of different {\em System on Chip}s ({\em
+	SoC}: CPU + on-chip devices, for all sorts of products)
   \item RiscV, the rising architecture with a free instruction set
         (from high-end cloud computing to the smallest embedded systems)
   \item PowerPC (mainly real-time, industrial applications)
@@ -423,14 +424,15 @@
     \begin{itemize}
     \item A BSP contains a bootloader and kernel with the suitable
       device drivers for the targeted hardware
-    \item Purpose of our {\em Kernel Development} training
+    \item Purpose of our \href{https://bootlin.com/training/kernel}
+      {\em Kernel Development course}
     \end{itemize}
   \item {\bf System integration}
     \begin{itemize}
     \item Integrate all the components, bootloader, kernel,
       third-party libraries and applications and in-house applications
       into a working system
-    \item Purpose of {\em this} training
+    \item Purpose of {\em this} course
     \end{itemize}
   \item {\bf Development of applications}
     \begin{itemize}
diff --git a/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex b/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
index 16204dc7..0bfd606b 100644
--- a/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
+++ b/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
@@ -85,7 +85,8 @@ a cross-compiling toolchain
 \item {\bf Buildroot}
   \begin{itemize}
   \item Makefile-based. Can build glibc, uClibc and musl based
-    toolchains, for a wide range of architectures.
+    toolchains, for a wide range of architectures. Use \code{make sdk}
+    to only generate a toolchain.
   \item \url{https://buildroot.org}
   \end{itemize}
 \item {\bf PTXdist}




More information about the training-materials-updates mailing list