[bootlin/training-materials updates] master: Update to DT 101 seminar slides and videos (fa362b8d)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Apr 21 10:56:12 CEST 2021


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

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

commit fa362b8dcac4393144bfbe3478423ba85e1e160c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Apr 21 10:56:12 2021 +0200

    Update to DT 101 seminar slides and videos
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

fa362b8dcac4393144bfbe3478423ba85e1e160c
 common/device-tree-video.jpg                           | Bin 0 -> 111696 bytes
 slides/kernel-device-model/device-tree-video.png       | Bin 129097 -> 0 bytes
 slides/kernel-device-model/kernel-device-model.tex     |   8 ++++----
 slides/sysdev-kernel-building/device-tree-video.png    | Bin 129097 -> 0 bytes
 .../sysdev-kernel-building/sysdev-kernel-building.tex  |   9 +++++----
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/common/device-tree-video.jpg b/common/device-tree-video.jpg
new file mode 100644
index 00000000..2db662ff
Binary files /dev/null and b/common/device-tree-video.jpg differ
diff --git a/slides/kernel-device-model/device-tree-video.png b/slides/kernel-device-model/device-tree-video.png
deleted file mode 100644
index 2051397c..00000000
Binary files a/slides/kernel-device-model/device-tree-video.png and /dev/null differ
diff --git a/slides/kernel-device-model/kernel-device-model.tex b/slides/kernel-device-model/kernel-device-model.tex
index c129a368..85c39421 100644
--- a/slides/kernel-device-model/kernel-device-model.tex
+++ b/slides/kernel-device-model/kernel-device-model.tex
@@ -983,9 +983,9 @@ examples:
   \begin{columns}
     \column{0.6\textwidth}
        \begin{itemize}
-       \item Device Tree: hardware description for everybody, Thomas Petazzoni (Dec. 2020):\\
-	     slides: \url{https://frama.link/4QDSpwCk}\\
-	     video: \url{https://frama.link/hkz8oUQK}
+       \item Device Tree 101 webinar, Thomas Petazzoni (2021):\\
+	     Slides: \url{https://bootlin.com/blog/device-tree-101-webinar-slides-and-videos/}\\
+	     Video: \url{https://youtu.be/a9CZ1Uk3OYQ}
        \item Kernel documentation
          \begin{itemize}
          \item \kdochtmldir{driver-api/driver-model}
@@ -999,7 +999,7 @@ examples:
          \end{itemize}
        \end{itemize}
     \column{0.4\textwidth}
-    \includegraphics[width=\textwidth]{slides/kernel-device-model/device-tree-video.png}
+    \includegraphics[width=\textwidth]{common/device-tree-video.jpg}
   \end{columns}
 \end{frame}
 
diff --git a/slides/sysdev-kernel-building/device-tree-video.png b/slides/sysdev-kernel-building/device-tree-video.png
deleted file mode 100644
index 2051397c..00000000
Binary files a/slides/sysdev-kernel-building/device-tree-video.png and /dev/null differ
diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index d8543be0..273bae18 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -572,6 +572,7 @@ tools (\code{gcc}, \code{as}, \code{ld}, \code{objcopy}, \code{strip}...).
 
 \begin{frame}
   \frametitle{Customize your board device tree!}
+  \small
   Often needed for embedded board users:
   \begin{columns}
     \column{0.65\textwidth}
@@ -584,12 +585,12 @@ tools (\code{gcc}, \code{as}, \code{ld}, \code{objcopy}, \code{strip}...).
 	     interactively.
        \item To configure some system parameters: flash partitions,
 	     kernel command line (other ways exist)
-       \item Device Tree: hardware description for everybody, Thomas Petazzoni (Dec. 2020):\\
-             slides: \url{https://frama.link/4QDSpwCk}\\
-	     video: \url{https://frama.link/hkz8oUQK}
+       \item Device Tree 101 webinar, Thomas Petazzoni (2021):\\
+             Slides: \url{https://bootlin.com/blog/device-tree-101-webinar-slides-and-videos/}\\
+             Video: \url{https://youtu.be/a9CZ1Uk3OYQ}
        \end{itemize}
     \column{0.35\textwidth}
-    \includegraphics[width=\textwidth]{slides/sysdev-kernel-building/device-tree-video.png}
+    \includegraphics[width=\textwidth]{common/device-tree-video.jpg}
   \end{columns}
 \end{frame}
 




More information about the training-materials-updates mailing list