aboutsummaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorGiulio Benetti <giulio.benetti@benettiengineering.com>2020-04-27 17:53:03 +0200
committerStefano Babic <sbabic@denx.de>2020-05-01 19:03:02 +0200
commite1747cefbd383a97090cae467d280a8712a2e798 (patch)
treeaf764063d40d141506949f4722b1c0dc24cfa300 /board/freescale
parentd81a68957f3f4158dd45eda38b8e21ce8e96e590 (diff)
downloadu-boot-e1747cefbd383a97090cae467d280a8712a2e798.zip
u-boot-e1747cefbd383a97090cae467d280a8712a2e798.tar.gz
u-boot-e1747cefbd383a97090cae467d280a8712a2e798.tar.bz2
imxrt1050-evk: README: change dd command destination
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>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/imxrt1050-evk/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/imxrt1050-evk/README b/board/freescale/imxrt1050-evk/README
index f7e2894..a7e68fa 100644
--- a/board/freescale/imxrt1050-evk/README
+++ b/board/freescale/imxrt1050-evk/README
@@ -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: