[bootlin/training-materials updates] master: Boot time labs: work-around for Falcon Mode support (e77dc2e9)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Apr 14 11:01:46 CEST 2021


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

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

commit e77dc2e9c9426e36d84479fcdbea090cc0d47a37
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Apr 14 11:01:46 2021 +0200

    Boot time labs: work-around for Falcon Mode support
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

e77dc2e9c9426e36d84479fcdbea090cc0d47a37
 labs/boot-time-bootloader/boot-time-bootloader.tex | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/labs/boot-time-bootloader/boot-time-bootloader.tex b/labs/boot-time-bootloader/boot-time-bootloader.tex
index 901ceb60..a9abe80b 100644
--- a/labs/boot-time-bootloader/boot-time-bootloader.tex
+++ b/labs/boot-time-bootloader/boot-time-bootloader.tex
@@ -18,6 +18,11 @@ you've surely been longing to do.
 
 \section{Recompiling the bootloader}
 
+{\bf Importante note}: for this lab, because of issues with Falcon Mode
+in U-Boot 2019.01 that we are currently investigating, you will have to
+switch back to the 2019.01 version of U-Boot, configured with its
+\code{am335x_boneblack_defconfig} file.
+
 It's now time to eliminate useless features in U-Boot. Go to
 \code{~/boot-time-labs/bootloader/u-boot/} and run \code{make
 menuconfig} to unselect features that we don't need in our system.
@@ -38,9 +43,9 @@ time and fill the below table:
   Step & Duration & Description \\
   \hline
   \hline
-  U-Boot SPL & & Between \code{U-Boot SPL 2021.04} and \code{U-Boot 2021.04} \\
+  U-Boot SPL & & Between \code{U-Boot SPL 2019.01} and \code{U-Boot 2019.01} \\
   \hline
-  U-Boot & & Between \code{U-Boot 2021.04} and \code{Starting kernel} \\
+  U-Boot & & Between \code{U-Boot 2019.01} and \code{Starting kernel} \\
   \hline
   Kernel + Init scripts & & Between \code{Starting kernel} and \code{Starting ffmpeg} \\
   \hline
@@ -77,9 +82,9 @@ latest results:
   Step & Duration & Description \\
   \hline
   \hline
-  U-Boot SPL & & Between \code{U-Boot SPL 2021.04} and \code{U-Boot 2021.04} \\
+  U-Boot SPL & & Between \code{U-Boot SPL 2019.01} and \code{U-Boot 2019.01} \\
   \hline
-  U-Boot & & Between \code{U-Boot 2021.04} and \code{Starting kernel} \\
+  U-Boot & & Between \code{U-Boot 2019.01} and \code{Starting kernel} \\
   \hline
   Kernel + Init scripts & & Between \code{Starting kernel} and \code{Starting ffmpeg} \\
   \hline
@@ -198,7 +203,7 @@ When it works, update your table again:
   Step & Duration & Description \\
   \hline
   \hline
-  U-Boot SPL & & Between \code{U-Boot SPL 2021.04} and \code{Starting kernel} \\
+  U-Boot SPL & & Between \code{U-Boot SPL 2019.01} and \code{Starting kernel} \\
   \hline
   Kernel + Init scripts & & Between \code{Starting kernel} and \code{Starting ffmpeg} \\
   \hline




More information about the training-materials-updates mailing list