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)
commitaa5bbfd961ca551376a397df377986ba011569c1
tree8fc898ab86818901af5af9a7268b2cfa267999a8
parent2c31d7e746766f47a007f39c030706e493a9cc77
board: imx: address dd usage in README

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