[bootlin/training-materials updates] master: yocto-first-build-stm32: update paths (940bc0d5)

Alexandre Belloni alexandre.belloni at bootlin.com
Tue Dec 14 14:35:48 CET 2021


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

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

commit 940bc0d523d664236f331ee3701f5663ea079db9
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Tue Dec 14 14:35:19 2021 +0100

    yocto-first-build-stm32: update paths
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

940bc0d523d664236f331ee3701f5663ea079db9
 labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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 86f9f5ad..0bceda5b 100644
--- a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
+++ b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
@@ -35,7 +35,8 @@ and download the OpenEmbedded and STM32MP layers:
 \begin{verbatim}
 git clone -b dunfell https://git.openembedded.org/meta-openembedded
 git clone https://github.com/STMicroelectronics/meta-st-stm32mp
-git checkout -b dunfell a95cc1ec39b60a1dc50d0902c91675935959e6d2
+cd meta-st-stm32mp
+git checkout a95cc1ec39b60a1dc50d0902c91675935959e6d2
 \end{verbatim}
 
 \section{Set up the build environment}
@@ -81,13 +82,13 @@ root filesystem files. To generate the final image, You will find scripts in
 Execute it:
 \begin{verbatim}
 sudo ./create_sdcard_from_flashlayout.sh \
-../flashlayout_core-image-minimal/trusted/FlashLayout_sdcard_stm32mp157d-dk1-basic.tsv
+../flashlayout_core-image-minimal/trusted/FlashLayout_sdcard_stm32mp157d-dk1-trusted.tsv
 \end{verbatim}
 
 Flash the SD card with that image:
 \begin{verbatim}
 umount /dev/mmcblk0p*
-sudo dd if=../flashlayout_core-image-minimal_FlashLayout_sdcard_stm32mp157d-dk1-basic.raw  \
+sudo dd if=../FlashLayout_sdcard_stm32mp157d-dk1-trusted.raw  \
 of=/dev/mmcblk0 bs=8M conv=fdatasync status=progress
 \end{verbatim}
 




More information about the training-materials-updates mailing list