[bootlin/training-materials updates] master: labs/buildroot-basic: stop talking about uImage (79199548)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Nov 26 22:30:16 CET 2021


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

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

commit 79199548fd51d2468ea931322ded18eb7a55c9ca
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Fri Nov 26 22:29:59 2021 +0100

    labs/buildroot-basic: stop talking about uImage
    
    That's too legacy.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

79199548fd51d2468ea931322ded18eb7a55c9ca
 labs/buildroot-basic/buildroot-basic.tex | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/labs/buildroot-basic/buildroot-basic.tex b/labs/buildroot-basic/buildroot-basic.tex
index db748a76..61842c5b 100644
--- a/labs/buildroot-basic/buildroot-basic.tex
+++ b/labs/buildroot-basic/buildroot-basic.tex
@@ -163,9 +163,7 @@ Now, let's do the configuration:
 
   \item The \code{Kernel binary format} is the next option. Since we
     are going to use a recent U-Boot bootloader, we'll keep the
-    default of the \code{zImage} format. The \code{uImage} format used
-    to be the norm on ARM platforms, but everybody is now
-    transitioning to the \code{zImage} format.
+    default of the \code{zImage} format.
 
   \item On ARM, all modern platforms now use the {\em Device Tree} to
     describe the hardware. The BeagleBone Black Wireless is in this




More information about the training-materials-updates mailing list