diff --git a/demos/system_reference-ST.rst b/demos/system_reference-ST.rst index 9ec9cc5..0fcd61f 100644 --- a/demos/system_reference-ST.rst +++ b/demos/system_reference-ST.rst @@ -106,10 +106,10 @@ microSD card inserted on your HOST PC using command .. code-block:: console cd tmp-glibc/deploy/images/stm32mp15-disco-oss/ - # Eject potential media mounted from the sdcardreplace by mmcblk (X = 0,1..) or + # Unmount potential media mounted from the sdcard. Replace by mmcblk (X = 0,1..) or #sd( Y = b,c,d,..) depending on the connection sudo eject /dev/ - # Flash wic image on your sdcar. replace by mmcblk (X = 0,1..) or + # Flash wic image on your sdcard. Replace by mmcblk (X = 0,1..) or #sd( Y = b,c,d,..) depending on the connection sudo dd if=core-image-base-stm32mp15-disco-oss.rootfs.wic of=/dev/ bs=8M conv=fdatasync status=progress