[bootlin/training-materials updates] master: training: slides: add slide mentioning the "Preparing the system" lab (ef8f207b)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Aug 23 14:32:12 CEST 2023


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

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

commit ef8f207b8f564d91205d7e9efc88f641425721c9
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Aug 22 14:11:20 2023 +0200

    training: slides: add slide mentioning the "Preparing the system" lab
    
    This lab is not mentioned in the slides. Add it before the "Linux Common
    Analysis & Observability Tools" section so that the image is ready for use
    at the end of those slides.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

ef8f207b8f564d91205d7e9efc88f641425721c9
 .../debugging-linux-application-stack.tex                    | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex b/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
index 0448436a..342fe344 100644
--- a/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
+++ b/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
@@ -608,3 +608,15 @@ long ptrace(enum __ptrace_request request, pid_t pid, void *addr, void *data);
           tracee process state
   \end{itemize}
 \end{frame}
+
+\setuplabframe
+{Preparing the system}
+{
+  Prepare the STM32MP157D board
+  \begin{itemize}
+    \item Build an image using Buildroot
+    \item Connect the board
+    \item Load the kernel from SD card
+    \item Mount the root filesystem over NFS
+  \end{itemize}
+}




More information about the training-materials-updates mailing list