imxrt1020-evk: README: change dd command destination
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Mon, 27 Apr 2020 15:53:04 +0000 (17:53 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 1 May 2020 17:03:10 +0000 (19:03 +0200)
Set dd "of=" to "of=/dev/sdX" to be generic and prevent host hard drive
damage.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
board/freescale/imxrt1020-evk/README

index 3da72fdad279f9c89bccb7bfec15342d30c0f297..abee7ca5f3d7786368650638b7bc2290850cedbc 100644 (file)
@@ -11,11 +11,11 @@ This will generate the SPL image called SPL and the u-boot.img.
 
 - Flash the SPL image into the micro SD card:
 
-sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
+sudo dd if=SPL of=/dev/sdX bs=1k seek=1; sync
 
 - Flash the u-boot.img image into the micro SD card:
 
-sudo dd if=u-boot.img of=/dev/sdb bs=1k seek=128; sync
+sudo dd if=u-boot.img of=/dev/sdX bs=1k seek=128; sync
 
 - Jumper settings: