[bootlin/training-materials updates] master: labs/sysdev-u-boot-stm32: Fix command to show the partition (5af7153c)

Gregory CLEMENT gregory.clement at bootlin.com
Thu Sep 29 10:29:56 CEST 2022


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

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

commit 5af7153cd3053117c6110b2a010fe43e0d6a21b0
Author: Gregory CLEMENT <gregory.clement at bootlin.com>
Date:   Tue Sep 27 10:21:57 2022 +0200

    labs/sysdev-u-boot-stm32: Fix command to show the partition
    
    Use correct command to match the output log with the size of the
    partition and no more the sectors.
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>


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

5af7153cd3053117c6110b2a010fe43e0d6a21b0
 labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
index e9f1bf44..bea66c92 100644
--- a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
+++ b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
@@ -290,7 +290,7 @@ Then, the 4 partitions are created with:
 You can verify everything looks right with:
 
 \begin{verbatim}
-(parted) unit s
+(parted) unit compact
 (parted) print
 Model: SD SS16G (sd/mmc)
 Disk /dev/mmcblk0: 15.9GB




More information about the training-materials-updates mailing list