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

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Jul 19 20:17:05 CEST 2021


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

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

commit e35faa083b37aa9f0522172336e5518b0572f99a
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>


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

e35faa083b37aa9f0522172336e5518b0572f99a
 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