[bootlin/training-materials updates] master: Boot time: update hardware (576e8017)

Michael Opdenacker michael.opdenacker at bootlin.com
Sun May 19 09:48:10 CEST 2019


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

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

commit 576e801718d228ecf023d712a8c78a043dafe34c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sun May 19 09:48:10 2019 +0200

    Boot time: update hardware
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

576e801718d228ecf023d712a8c78a043dafe34c
 mk/boot-time.mk                        |   3 ++-
 slides/beaglecam/beaglecam.jpg         | Bin 0 -> 296516 bytes
 slides/beaglecam/beaglecam.tex         |  21 +++++++++++++++++++++
 slides/sama5d3-board/sama5d3-board.tex |  18 ------------------
 slides/sama5d3-board/sama5d31ek.jpg    | Bin 52608 -> 0 bytes
 5 files changed, 23 insertions(+), 19 deletions(-)

diff --git a/mk/boot-time.mk b/mk/boot-time.mk
index 0ea2f19e..a9a83796 100644
--- a/mk/boot-time.mk
+++ b/mk/boot-time.mk
@@ -3,7 +3,8 @@ BOOT_TIME_SLIDES = \
 		about-us \
 		course-information-title \
 		boot-time-thanks \
-		sama5d3-board \
+		beagleboneblack-board \
+		beaglecam \
 		boottime-course-outline \
 		boottime-principles \
 		boottime-measuring \
diff --git a/slides/beaglecam/beaglecam.jpg b/slides/beaglecam/beaglecam.jpg
new file mode 100644
index 00000000..e8e0a807
Binary files /dev/null and b/slides/beaglecam/beaglecam.jpg differ
diff --git a/slides/beaglecam/beaglecam.tex b/slides/beaglecam/beaglecam.tex
new file mode 100644
index 00000000..d139a0fb
--- /dev/null
+++ b/slides/beaglecam/beaglecam.tex
@@ -0,0 +1,21 @@
+\begin{frame}
+  \frametitle{The full system}
+  \begin{columns}
+  \column{0.5\textwidth}
+    \begin{itemize}
+	\item Beagle Bone Black board (of course). The Wireless variant
+	      should work fine too.
+	\item Beagle Bone LCD cape\\
+              \url{https://elinux.org/Beagleboard:BeagleBone_LCD4}\\
+	      Unfortunately, no longer manufactured. You could adapt
+	      the course to use an HDMI display instead.
+        \item Standard USB webcam (supported through the \code{uvcvideo}
+	      driver.
+    \end{itemize}
+  \column{0.5\textwidth}
+     \includegraphics[width=\textwidth]{slides/beaglecam/beaglecam.jpg}
+  \end{columns}
+\end{frame}
+
+
+
diff --git a/slides/sama5d3-board/sama5d3-board.tex b/slides/sama5d3-board/sama5d3-board.tex
deleted file mode 100644
index 3c8a5d32..00000000
--- a/slides/sama5d3-board/sama5d3-board.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\begin{frame}
-\frametitle{Hardware used in this training session}
-  Using SAMA5D31-EK boards in the practical labs
-  \begin{columns}
-    \column{0.6\textwidth}
-    \begin{itemize}
-      \item Microchip SAMA5D3x embedded MPU (cortex A5 at 536MHz)
-      \item 4 Gb DDR2, 2 Gb NAND flash, 128 Mb NOR, 32 Mb SPI Serial DataFlash
-      \item Ethernet 10/100/1Gb
-      \item Two USB 2.0 Hosts, one USB 2.0 Host/Device
-      \item 5.0” WVGA resistive TFT LCD module with four QTouch keys
-      \item MicroSD card slot, JTAG, MMC/MMC+/SD/SDIO/CE-ATA, CAN, HDMI
-      \item Priced at \$595
-    \end{itemize}
-    \column{0.4\textwidth}
-    \includegraphics[width=\textwidth]{slides/sama5d3-board/sama5d31ek.jpg}
-  \end{columns}
-\end{frame}
diff --git a/slides/sama5d3-board/sama5d31ek.jpg b/slides/sama5d3-board/sama5d31ek.jpg
deleted file mode 100644
index 9f473cbc..00000000
Binary files a/slides/sama5d3-board/sama5d31ek.jpg and /dev/null differ




More information about the training-materials-updates mailing list