Skip to content

Commit

Permalink
demos: ST: Fix typo in documentation
Browse files Browse the repository at this point in the history
Fix typo in some comments.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
  • Loading branch information
arnopo committed Oct 18, 2024
1 parent 7353a87 commit bd22105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/system_reference-ST.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <device> by mmcblk<X> (X = 0,1..) or
# Unmount potential media mounted from the sdcard. Replace <device> by mmcblk<X> (X = 0,1..) or
#sd<Y>( Y = b,c,d,..) depending on the connection
sudo eject /dev/<device>
# Flash wic image on your sdcar. replace <device> by mmcblk<X> (X = 0,1..) or
# Flash wic image on your sdcard. Replace <device> by mmcblk<X> (X = 0,1..) or
#sd<Y>( Y = b,c,d,..) depending on the connection
sudo dd if=core-image-base-stm32mp15-disco-oss.rootfs.wic of=/dev/<device> bs=8M conv=fdatasync status=progress
Expand Down

0 comments on commit bd22105

Please sign in to comment.