[bootlin/training-materials updates] master: sysdev: labs: stm32: fix 'load mmc' partition number (6fe8012e)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Dec 14 11:57:38 CET 2022


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

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

commit 6fe8012efd96b7a827596cd83cce07d4531ce975
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Dec 14 11:57:38 2022 +0100

    sysdev: labs: stm32: fix 'load mmc' partition number
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

6fe8012efd96b7a827596cd83cce07d4531ce975
 .../sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex b/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
index 1224c686..94e4af76 100644
--- a/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
+++ b/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
@@ -150,8 +150,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}
-=> load mmc 0:1 %\zimageboardaddr% zImage
-=> load mmc 0:1 %\dtbboardaddr% %\dtbname%
+=> load mmc 0:4 %\zimageboardaddr% zImage
+=> load mmc 0:4 %\dtbboardaddr% %\dtbname%
 => bootz %\zimageboardaddr% - %\dtbboardaddr%
 \end{ubootinput}
 




More information about the training-materials-updates mailing list