Skip to content

Commit

Permalink
yocto-stm32: Update labs for stm32mp157-D board
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
  • Loading branch information
minimaxwell committed Oct 5, 2021
1 parent 6041cc7 commit a1376fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
Expand Up @@ -81,13 +81,13 @@ \section{Set up the SD card}
Execute it:
\begin{verbatim}
sudo ./create_sdcard_from_flashlayout.sh \
../flashlayout_core-image-minimal/FlashLayout_sdcard_stm32mp157a-dk1-basic.tsv
../flashlayout_core-image-minimal/trusted/FlashLayout_sdcard_stm32mp157d-dk1-basic.tsv
\end{verbatim}
Flash the SD card with that image:
\begin{verbatim}
umount /dev/mmcblk0p*
sudo dd if=../flashlayout_core-image-minimal_FlashLayout_sdcard_stm32mp157a-dk1-basic.raw \
sudo dd if=../flashlayout_core-image-minimal_FlashLayout_sdcard_stm32mp157d-dk1-basic.raw \
of=/dev/mmcblk0 bs=8M conv=fdatasync status=progress
\end{verbatim}
Expand Down

0 comments on commit a1376fd

Please sign in to comment.