[bootlin/training-materials updates] master: Embedded Linux labs: latest U-Boot no longer broken (63a6a16e)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed May 12 08:56:13 CEST 2021


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

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

commit 63a6a16e8a72f6e5cb1d8e5ef5230c99c19c68b1
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed May 12 08:56:13 2021 +0200

    Embedded Linux labs: latest U-Boot no longer broken
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

63a6a16e8a72f6e5cb1d8e5ef5230c99c19c68b1
 labs/sysdev-u-boot/sysdev-u-boot.tex | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/labs/sysdev-u-boot/sysdev-u-boot.tex b/labs/sysdev-u-boot/sysdev-u-boot.tex
index 39b37440..da6aea5c 100644
--- a/labs/sysdev-u-boot/sysdev-u-boot.tex
+++ b/labs/sysdev-u-boot/sysdev-u-boot.tex
@@ -117,7 +117,7 @@ look like:
 
 \section{Configuring and compiling U-Boot}
 
-Get U-Boot sources:
+Get U-Boot sources, and checkout a version that we have tested:
 
 \begin{bashinput}
 $ git clone https://gitlab.denx.de/u-boot/u-boot
@@ -125,10 +125,6 @@ $ cd u-boot
 $ git checkout v2020.07
 \end{bashinput}
 
-Note that the latest versions of U-Boot (v2021.01 at the time of this
-writing) are broken for the SAMA5D3 Xplained board. We're trying
-to solve this!
-
 Get an understanding of U-Boot's
 configuration and compilation steps by reading the \code{README} file,
 and specifically the {\em Building the Software} section.




More information about the training-materials-updates mailing list