[bootlin/training-materials updates] master: yocto: labs: stm32: remove status=progress from 'dd' command line (99b34658)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Dec 28 22:30:09 CET 2022


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

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

commit 99b346582f5e693277869fe1073136c9abfdedb6
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Dec 28 22:30:09 2022 +0100

    yocto: labs: stm32: remove status=progress from 'dd' command line
    
    It does not show progress, and the BBB labs don't use it anyway.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

99b346582f5e693277869fe1073136c9abfdedb6
 labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 712ca9e0..f7f0d499 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 @@ Execute it (replace \code{157d} with \code{157a} depending on your board variant
 Flash the SD card with that image:
 \begin{bashinput}
 umount /dev/mmcblk0p*
-sudo dd if=../FlashLayout_sdcard_stm32mp157d-dk1-trusted.raw of=/dev/mmcblk0 bs=8M conv=fdatasync status=progress
+sudo dd if=../FlashLayout_sdcard_stm32mp157d-dk1-trusted.raw of=/dev/mmcblk0 bs=8M conv=fdatasync
 \end{bashinput}
 
 \section{Setting up serial communication with the board}




More information about the training-materials-updates mailing list