[PATCH v2 2/4] imxrt1020-evk: README: fix dd command destination
Giulio Benetti
giulio.benetti at benettiengineering.com
Mon Apr 27 17:11:05 CEST 2020
Make "of=" the same for the 2 commands since we're writing to the
same sd-card.
Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
---
board/freescale/imxrt1020-evk/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/imxrt1020-evk/README b/board/freescale/imxrt1020-evk/README
index 3da72fdad2..bcb3683163 100644
--- a/board/freescale/imxrt1020-evk/README
+++ b/board/freescale/imxrt1020-evk/README
@@ -11,7 +11,7 @@ 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/sdb bs=1k seek=1; sync
- Flash the u-boot.img image into the micro SD card:
--
2.20.1
More information about the U-Boot
mailing list