]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: imx: address dd usage in README
authorPeng Fan <peng.fan@nxp.com>
Wed, 14 Oct 2020 09:11:59 +0000 (17:11 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 1 Nov 2020 14:37:19 +0000 (15:37 +0100)
When using cygwin64 "dd (coreutils) 8.26 Packaged by Cygwin (8.26-2)",
the last not 512bytes aligned data wat cut off and not burned into SD
card.

Saying the flash.bin size is 1085608 bytes, not 512bytes aligned. It only
burned 1085440 bytes, the leaving 168 bytes were not burnned and cause
boot issue.

So update README dd command to add "conv=notrunc"

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/imx8mm_evk/README
board/freescale/imx8mn_evk/README
board/freescale/imx8mp_evk/README
board/freescale/imx8mq_evk/README
board/freescale/imx8qxp_mek/README
board/freescale/imxrt1020-evk/README
board/freescale/imxrt1050-evk/README
board/freescale/mx6sabreauto/README
board/freescale/mx6sabresd/README
board/freescale/mx6ul_14x14_evk/README
board/freescale/mx6ullevk/README

index fa3f079f31ce51232d49c966330a58f7f7882395..3307711d5d763b2900caa050fbd1a7b71119a9a4 100644 (file)
@@ -30,7 +30,7 @@ $ export ATF_LOAD_ADDR=0x920000
 $ make flash.bin
 
 Burn the flash.bin to MicroSD card offset 33KB
-$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33
+$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33 conv=notrunc
 
 Boot
 ====
index ff3d15c02b7e4c42ce1c070cf94f7490b6072fa1..ec007afb2509a02037e4cc32a0b58c46e77f2637 100644 (file)
@@ -30,7 +30,7 @@ $ export ATF_LOAD_ADDR=0x960000
 $ make flash.bin
 
 Burn the flash.bin to MicroSD card offset 32KB
-$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32
+$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32 conv=notrunc
 
 Boot
 ====
index 7dd3a9352a571d4279427b41ff853ca29c1fd248..3c64979be9504a2b9e63c5daab950c59b5f333f8 100644 (file)
@@ -33,7 +33,7 @@ $ export ATF_LOAD_ADDR=0x960000
 $ make flash.bin
 
 Burn the flash.bin to the MicroSD card at offset 32KB
-$sudo dd if=flash.bin of=/dev/sd[x] bs=1K seek=32; sync
+$sudo dd if=flash.bin of=/dev/sd[x] bs=1K seek=32 conv=notrunc; sync
 
 Boot
 ====
index 859f852255eb8c20e0f3a0d29a972b7d6cfafdbd..2689459b9f6caf27ac88af938be18a7efe1dd740 100644 (file)
@@ -30,7 +30,7 @@ $ make imx8mq_evk_defconfig
 $ make flash.bin
 
 Burn the flash.bin to MicroSD card offset 33KB
-$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33
+$sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=33 conv=notrunc
 
 Boot
 ====
index 6e4eb5996b066033878f7c1c4282db3c8a4a3590..6f99d0e13e964f2de37a8512a671e12175d94a25 100644 (file)
@@ -43,7 +43,7 @@ Flash the binary into the SD card
 
 Burn the flash.bin binary to SD card offset 32KB:
 
-$ sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32
+$ sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32 conv=notrunc
 
 Boot
 ====
index abee7ca5f3d7786368650638b7bc2290850cedbc..9bc5bc00bc8a3d63120b281498c0942e4ec11ebc 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/sdX bs=1k seek=1; sync
+sudo dd if=SPL of=/dev/sdX bs=1k seek=1 conv=notrunc; sync
 
 - Flash the u-boot.img image into the micro SD card:
 
-sudo dd if=u-boot.img of=/dev/sdX bs=1k seek=128; sync
+sudo dd if=u-boot.img of=/dev/sdX bs=1k seek=128 conv=notrunc; sync
 
 - Jumper settings:
 
index a7e68fa9b32be500a69142879ccae6d52bbdaf50..f32130024618a694eae8c35a94908a2bbac8457a 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/sdX bs=1k seek=1; sync
+sudo dd if=SPL of=/dev/sdX bs=1k seek=1 conv=notrunc; sync
 
 - Flash the u-boot.img image into the micro SD card:
 
-sudo dd if=u-boot.img of=/dev/sdX bs=1k seek=128; sync
+sudo dd if=u-boot.img of=/dev/sdX bs=1k seek=128 conv=notrunc; sync
 
 - Jumper settings:
 
index 4c0fda1a2dea1d6211f8c7c8ce4a7e84e07be85e..710026a05e73c97a2e11a4886f6d920b78b7e5a6 100644 (file)
@@ -13,11 +13,11 @@ This will generate the SPL and u-boot-dtb.img binaries.
 
 - Flash the SPL binary into the SD card:
 
-$ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
+$ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 conv=notrunc && sync
 
 - Flash the u-boot-dtb.img binary into the SD card:
 
-$ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
+$ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 conv=notrunc && sync
 
 Booting via Falcon mode
 -----------------------
@@ -36,11 +36,11 @@ This will generate the SPL image called SPL and the u-boot-dtb.img.
 
 - Flash the SPL image into the SD card:
 
-$ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 && sync
+$ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 conv=notrunc && sync
 
 - Flash the u-boot-dtb.img image into the SD card:
 
-$ sudo dd if=u-boot-dtb.img of=/dev/sdb bs=1K seek=69 && sync
+$ sudo dd if=u-boot-dtb.img of=/dev/sdb bs=1K seek=69 conv=notrunc && sync
 
 Create a FAT16 boot partition to store uImage and the dtb file, then copy the files there:
 
index 4ea4454b9f97264fabc39d48f533027d845c96d1..974b0be175fe9ed481a036d711617c9c1d33bab8 100644 (file)
@@ -25,11 +25,11 @@ This will generate the SPL and u-boot-dtb.img binaries.
 
 - Flash the SPL binary into the SD card:
 
-$ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
+$ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 conv=notrunc && sync
 
 - Flash the u-boot-dtb.img binary into the SD card:
 
-$ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
+$ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 conv=notrunc && sync
 
 
 2. Booting from eMMC
@@ -53,8 +53,8 @@ Mount the eMMC in the host PC:
 
 - Flash SPL and u-boot-dtb.img binaries into the eMMC:
 
-$ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
-$ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
+$ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 conv=notrunc && sync
+$ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 conv=notrunc && sync
 
 Set SW6 to eMMC 8-bit boot: 11010110
 
@@ -69,11 +69,11 @@ This will generate the SPL image called SPL and the u-boot-dtb.img.
 
 - Flash the SPL image into the SD card:
 
-$ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 oflag=sync status=none && sync
+$ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 oflag=sync status=none conv=notrunc && sync
 
 - Flash the u-boot-dtb.img image into the SD card:
 
-$ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 oflag=sync status=none && sync
+$ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 oflag=sync status=none conv=notrunc && sync
 
 Create a partition for root file system and extract it there:
 
index e101abe48c7892e6c0be2e99c642016968059719..70eb86efba129b51b2f6388f3a52a1af08320c39 100644 (file)
@@ -14,11 +14,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/mmcblk0 bs=1k seek=1 conv=notrunc; sync
 
 - Flash the u-boot.img image into the micro SD card:
 
-sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
+sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69 conv=notrunc; sync
 
 - Jumper settings:
 
index d5c87708630fbd61800edfce3c247f6f409d3630..47a35f61a2e67af122b230ad5a69a586fce53b9f 100644 (file)
@@ -15,7 +15,7 @@ This generates the u-boot-dtb.imx image in the current directory.
 
 - Flash the u-boot-dtb.imx image into the micro SD card:
 
-$ sudo dd if=u-boot-dtb.imx of=/dev/sdb bs=1K seek=1 && sync
+$ sudo dd if=u-boot-dtb.imx of=/dev/sdb bs=1K seek=1 conv=notrunc && sync
 
 - Jumper settings: