[bootlin/training-materials updates] master: Misc improvements (6ac702eb)

Michael Opdenacker michael.opdenacker at bootlin.com
Sun May 31 16:13:18 CEST 2020


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

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

commit 6ac702eb5f10dbc3baf8e74724503461c7a995c4
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sun May 31 16:13:18 2020 +0200

    Misc improvements
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

6ac702eb5f10dbc3baf8e74724503461c7a995c4
 labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex | 2 +-
 labs/sysdev-block-filesystems/sysdev-block-filesystems.tex             | 2 +-
 labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex                       | 2 +-
 labs/yocto-first-build-stm32/yocto-first-build-stm32.tex               | 2 +-
 labs/yocto-first-build/yocto-first-build.tex                           | 2 +-
 5 files changed, 5 insertions(+), 5 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 836118bf..680628cf 100644
--- a/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
+++ b/labs/sysdev-block-filesystems-stm32/sysdev-block-filesystems-stm32.tex
@@ -44,7 +44,7 @@ Plug the SD card in your workstation. If partitions are mounted,
 unmount them:
 
 \begin{verbatim}
-$ sudo umount /dev/mmcblk0*
+$ sudo umount /dev/mmcblk0p*
 \end{verbatim}
 
 Using \code{parted}, add two partitions, starting from the beginning
diff --git a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 3001c98c..69798b5f 100644
--- a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -61,7 +61,7 @@ Type the \code{mount} command to check your currently mounted
 partitions. If SD partitions are mounted, unmount them:
 
 \begin{verbatim}
-$ sudo umount /dev/mmcblk0*
+$ sudo umount /dev/mmcblk0p*
 \end{verbatim}
 
 Then, clear possible SD card contents remaining from previous
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 27baa80a..ac7341c9 100644
--- a/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
+++ b/labs/sysdev-u-boot-stm32/sysdev-u-boot-stm32.tex
@@ -182,7 +182,7 @@ Type the \code{mount} command to check your currently mounted
 partitions. If SD partitions are mounted, unmount them:
 
 \begin{verbatim}
-$ sudo umount /dev/mmcblk0*
+$ sudo umount /dev/mmcblk0p*
 \end{verbatim}
 
 Then, clear possible SD card contents remaining from previous
diff --git a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
index f228f176..6dd94293 100644
--- a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
+++ b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
@@ -88,7 +88,7 @@ sudo ./create_sdcard_from_flashlayout.sh \
 
 Flash the SD card with that image:
 \begin{verbatim}
-umount /dev/mmcblk0*
+umount /dev/mmcblk0p*
 sudo dd if=../flashlayout_core-image-minimal_FlashLayout_sdcard_stm32mp157a-dk1-basic.raw  \
 of=/dev/mmcblk0 bs=8M conv=fdatasync status=progress
 \end{verbatim}
diff --git a/labs/yocto-first-build/yocto-first-build.tex b/labs/yocto-first-build/yocto-first-build.tex
index 409774e0..e991d8b5 100644
--- a/labs/yocto-first-build/yocto-first-build.tex
+++ b/labs/yocto-first-build/yocto-first-build.tex
@@ -86,7 +86,7 @@ partition layout. You will find a bash script to do so, under
 
 Execute it:
 \begin{verbatim}
-umount /dev/mmcblk0*
+umount /dev/mmcblk0p*
 sudo ./format_sdcard.sh /dev/mmcblk0
 \end{verbatim}
 




More information about the training-materials-updates mailing list