Skip to content

Commit bd22105

Browse files
committed
demos: ST: Fix typo in documentation
Fix typo in some comments. Signed-off-by: Arnaud Pouliquen <[email protected]>
1 parent 7353a87 commit bd22105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/system_reference-ST.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ microSD card inserted on your HOST PC using command
106106
.. code-block:: console
107107
108108
cd tmp-glibc/deploy/images/stm32mp15-disco-oss/
109-
# Eject potential media mounted from the sdcardreplace <device> by mmcblk<X> (X = 0,1..) or
109+
# Unmount potential media mounted from the sdcard. Replace <device> by mmcblk<X> (X = 0,1..) or
110110
#sd<Y>( Y = b,c,d,..) depending on the connection
111111
sudo eject /dev/<device>
112-
# Flash wic image on your sdcar. replace <device> by mmcblk<X> (X = 0,1..) or
112+
# Flash wic image on your sdcard. Replace <device> by mmcblk<X> (X = 0,1..) or
113113
#sd<Y>( Y = b,c,d,..) depending on the connection
114114
sudo dd if=core-image-base-stm32mp15-disco-oss.rootfs.wic of=/dev/<device> bs=8M conv=fdatasync status=progress
115115

0 commit comments

Comments
 (0)