[bootlin/training-materials updates] master: Yocto slides: mention the two supported hardware boards (bccf21f8)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Sep 25 15:20:01 CEST 2019


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

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

commit bccf21f889241e0b6350312bcfcc730cc30c637e
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Sep 25 15:18:28 2019 +0200

    Yocto slides: mention the two supported hardware boards
    
    - The idea is to have only one set of slides for both supported boards
    - That's easier to reference and people don't miss that 2 platforms
      are supported
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

bccf21f889241e0b6350312bcfcc730cc30c637e
 mk/yocto-stm32.mk                                    |   2 ++
 mk/yocto.mk                                          |   2 ++
 .../beagleboneblack-board/beagleboneblack-board.tex  |   2 +-
 slides/discovery-board-dk1/discovery-board-dk1.tex   |   6 +++---
 .../discovery-board-dk1.png                          | Bin 0 -> 100192 bytes
 .../using-either-bbb-or-stm32.tex                    |  19 +++++++++++++++++++
 6 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/mk/yocto-stm32.mk b/mk/yocto-stm32.mk
index 868610f0..bb1fc594 100644
--- a/mk/yocto-stm32.mk
+++ b/mk/yocto-stm32.mk
@@ -2,6 +2,8 @@ YOCTO_STM32_SLIDES    = \
 		first-slides \
 		about-us \
 		course-information-title \
+		using-either-bbb-or-stm32 \
+		beagleboneblack-board \
 		discovery-board-dk1 \
 		yocto-course-outline \
 		course-information \
diff --git a/mk/yocto.mk b/mk/yocto.mk
index 5c9129ec..453dd53f 100644
--- a/mk/yocto.mk
+++ b/mk/yocto.mk
@@ -2,7 +2,9 @@ YOCTO_SLIDES    = \
 		first-slides \
 		about-us \
 		course-information-title \
+		using-either-bbb-or-stm32 \
 		beagleboneblack-board \
+		discovery-board-dk1 \
 		yocto-course-outline \
 		course-information \
 		setup-lab \
diff --git a/slides/beagleboneblack-board/beagleboneblack-board.tex b/slides/beagleboneblack-board/beagleboneblack-board.tex
index 2df050f5..6d9e733a 100644
--- a/slides/beagleboneblack-board/beagleboneblack-board.tex
+++ b/slides/beagleboneblack-board/beagleboneblack-board.tex
@@ -1,5 +1,5 @@
 \begin{frame}
-\frametitle{Hardware used in this training session}
+\frametitle{Supported hardware}
   BeagleBone Black or BeagleBone Black Wireless, from
 \href{https://beagleboard.org}{BeagleBoard.org}
   \begin{columns}
diff --git a/slides/discovery-board-dk1/discovery-board-dk1.tex b/slides/discovery-board-dk1/discovery-board-dk1.tex
index c38d1e44..043f1a8f 100644
--- a/slides/discovery-board-dk1/discovery-board-dk1.tex
+++ b/slides/discovery-board-dk1/discovery-board-dk1.tex
@@ -1,6 +1,6 @@
 \begin{frame}
-\frametitle{Hardware used in this training session}
-  Using STMicroelectronics STM32MP157C-DK1 Discovery boards in all practical labs
+\frametitle{Supported hardware}
+  STMicroelectronics STM32MP157C-DK1 Discovery board
   \begin{columns}
     \column{0.6\textwidth}
     {\footnotesize
@@ -22,6 +22,6 @@
   \vspace{1em}
   {\small
   Board and CPU documentation, design files, software:
-  \url{https://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html}
+  \url{https://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html}
   }
 \end{frame}
diff --git a/slides/using-either-bbb-or-stm32/discovery-board-dk1.png b/slides/using-either-bbb-or-stm32/discovery-board-dk1.png
new file mode 100644
index 00000000..64e4a105
Binary files /dev/null and b/slides/using-either-bbb-or-stm32/discovery-board-dk1.png differ
diff --git a/slides/using-either-bbb-or-stm32/using-either-bbb-or-stm32.tex b/slides/using-either-bbb-or-stm32/using-either-bbb-or-stm32.tex
new file mode 100644
index 00000000..c5859ddd
--- /dev/null
+++ b/slides/using-either-bbb-or-stm32/using-either-bbb-or-stm32.tex
@@ -0,0 +1,19 @@
+\begin{frame}
+\frametitle{Two supported hardware platforms}
+  There are two variants of the practical labs for this course, one
+  supporting the Beaglebone Black board, the other supporting the
+  STMicroelectronics STM32MP157C-DK1 Discovery board.
+  \vfill
+  \begin{columns}
+    \column{0.5\textwidth}
+    \includegraphics[height=0.5\textheight]{slides/beagleboneblack-board/beagleboneblack.png}
+    \newline
+    Beaglebone Black
+    \newline {\scriptsize \url{https://bootlin.com/doc/training/yocto/}}
+    \column{0.5\textwidth}
+    \includegraphics[height=0.5\textheight]{slides/discovery-board-dk1/discovery-board-dk1.png}
+    \newline
+    STM32MP157C-DK1 Discovery
+    \newline {\scriptsize \url{https://bootlin.com/doc/training/yocto-stm32/}}
+  \end{columns}
+\end{frame}




More information about the training-materials-updates mailing list