[bootlin/training-materials updates] master: Embedded Linux: u-boot lab: add required packages (5e30d676)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Sep 27 17:15:19 CEST 2022


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

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

commit 5e30d67624bfac2c73fde5fb0063f31157d2da15
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Sep 26 16:33:21 2022 +0200

    Embedded Linux: u-boot lab: add required packages
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

5e30d67624bfac2c73fde5fb0063f31157d2da15
 labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
index 1c1724b3..4373e071 100644
--- a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
+++ b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
@@ -133,10 +133,13 @@ Basically, you need to:
     watchdog.
   \end{itemize}
 
-Install the following packages which may be needed to compile U-Boot for
+Install the following packages which should be needed to compile U-Boot for
 your board:
 
-\bashcmd{$ sudo apt install libssl-dev device-tree-compiler swig}
+\begin{bashinput}
+$ sudo apt install libssl-dev device-tree-compiler swig \
+       python3-distutils python3-dev
+\end{bashinput}
 
 \item Finally, run \inlinebash{$ make
     DEVICE_TREE=stm32mp157a-dk1}\footnote{You can speed up the




More information about the training-materials-updates mailing list