From: Giulio Benetti Date: Mon, 27 Apr 2020 15:53:03 +0000 (+0200) Subject: imxrt1050-evk: README: change dd command destination X-Git-Tag: v2020.07-rc2~15^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e1747cefbd383a97090cae467d280a8712a2e798;p=oweals%2Fu-boot.git 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 --- diff --git a/board/freescale/imxrt1050-evk/README b/board/freescale/imxrt1050-evk/README index f7e2894025..a7e68fa9b3 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: