[bootlin/training-materials updates] master: sysdev-kernel-cross-compiling-stm32mp1.tex: don't use ext2load (3262837c)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Oct 14 10:02:13 CEST 2022


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

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

commit 3262837c2d7acf5ff870a2d3463a5e08bb9cb1a3
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Oct 14 10:02:13 2022 +0200

    sysdev-kernel-cross-compiling-stm32mp1.tex: don't use ext2load
    
    ... as we're loading from an ext4 filesystem.
    Working with U-Boot's ext2/ext4 implementation, but confusing.
    
    Using the generic "load" command instead; good to show it.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

3262837c2d7acf5ff870a2d3463a5e08bb9cb1a3
 common/sysdev-kernel-cross-compiling-stm32mp1.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/sysdev-kernel-cross-compiling-stm32mp1.tex b/common/sysdev-kernel-cross-compiling-stm32mp1.tex
index 17a41150..0f8a825b 100644
--- a/common/sysdev-kernel-cross-compiling-stm32mp1.tex
+++ b/common/sysdev-kernel-cross-compiling-stm32mp1.tex
@@ -17,8 +17,8 @@ Insert the SD card back in the board and reset it. You should now be
 able to load the DTB and kernel image from the SD card and boot with:
 
 \begin{ubootinput}
-=> ext2load mmc 0:4 0xc0000000 zImage
-=> ext2load mmc 0:4 0xc4000000 stm32mp157a-dk1.dtb
+=> load mmc 0:4 0xc0000000 zImage
+=> load mmc 0:4 0xc4000000 stm32mp157a-dk1.dtb
 => bootz 0xc0000000 - 0xc4000000
 \end{ubootinput}
 




More information about the training-materials-updates mailing list