[bootlin/training-materials updates] master: Embedded Linux: introduce "DTS" and "DTB" earlier (6095be5e)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:40 CEST 2021


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

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

commit 6095be5e91056f66369a70c2503026e801b1a7e8
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Jul 19 20:17:05 2021 +0200

    Embedded Linux: introduce "DTS" and "DTB" earlier
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

6095be5e91056f66369a70c2503026e801b1a7e8
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index 6f7d1f93..765c0c65 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -559,8 +559,8 @@ CONFIG_NTFS_RW=y
 \begin{frame}
   \frametitle{Device Tree (2)}
   \begin{itemize}
-  \item A {\em Device Tree Source}, written by kernel developers,
-    is compiled into a binary {\em Device Tree Blob}, and needs to
+  \item A {\em Device Tree Source (DTS)}, written by kernel developers,
+    is compiled into a binary {\em Device Tree Blob (DTB)}, and needs to
     be passed to the kernel at boot time.
     \begin{itemize}
     \item There is one different Device Tree for each board/platform
@@ -569,8 +569,8 @@ CONFIG_NTFS_RW=y
      \item See \kfile{arch/arm/boot/dts/at91-sama5d3_xplained.dts} for
       example.
     \end{itemize}
-  \item The bootloader must load both the kernel image and the Device
-    Tree Blob in memory before starting the kernel.
+  \item The bootloader must load both the kernel image and the DTB
+    in memory before starting the kernel.
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list