[bootlin/training-materials updates] master: boot-time labs: install libssl-dev before building U-Boot (b5040a8c)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Jun 12 18:27:17 CEST 2023


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

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

commit b5040a8c09618769f795fe372a24013f6c90be79
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Jun 12 18:27:17 2023 +0200

    boot-time labs: install libssl-dev before building U-Boot
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

b5040a8c09618769f795fe372a24013f6c90be79
 labs/boot-time-build-bootloader/boot-time-build-bootloader.tex     | 7 ++++++-
 .../boot-time-build-kernel-and-start-system.tex                    | 7 +------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/labs/boot-time-build-bootloader/boot-time-build-bootloader.tex b/labs/boot-time-build-bootloader/boot-time-build-bootloader.tex
index 230195d8..52fddd90 100644
--- a/labs/boot-time-build-bootloader/boot-time-build-bootloader.tex
+++ b/labs/boot-time-build-bootloader/boot-time-build-bootloader.tex
@@ -23,6 +23,12 @@ sudo apt install gcc-arm-linux-gnueabihf
 export CROSS_COMPILE=arm-linux-gnueabihf-
 \end{verbatim}
 
+We will also need this package to compile U-Boot and later the
+Linux kernel:
+\begin{verbatim}
+sudo apt install libssl-dev
+\end{verbatim}
+
 \section{Configuring U-Boot}
 
 Let's use a ready-made U-Boot configuration for our hardware.
@@ -56,7 +62,6 @@ the CPUs and I/Os are always fully loaded, for optimum performance.
 At the end, you have \code{MLO} and \code{u-boot.img} files that we will
 put on a micro SD card for booting.
 
-
 \input{../common/boneblack-sdcard-preparation.tex}
 
 \section{Booting your new bootloader}
diff --git a/labs/boot-time-build-kernel-and-start-system/boot-time-build-kernel-and-start-system.tex b/labs/boot-time-build-kernel-and-start-system/boot-time-build-kernel-and-start-system.tex
index 65e4ccc0..6adb0e59 100644
--- a/labs/boot-time-build-kernel-and-start-system/boot-time-build-kernel-and-start-system.tex
+++ b/labs/boot-time-build-kernel-and-start-system/boot-time-build-kernel-and-start-system.tex
@@ -6,12 +6,7 @@ running.
 
 \section{Setup}
 
-Go to the \code{~/boot-time-labs/kernel/linux/} directory and install a
-package to we will need to compile the Linux kernel:
-
-\begin{verbatim}
-sudo apt install libssl-dev
-\end{verbatim}
+Go to the \code{~/boot-time-labs/kernel/linux/} directory.
 
 First let's get the latest updates to the remote \code{stable} tree
 (that's needed if you started from a ready made archive of the Linux git




More information about the training-materials-updates mailing list