Re: [PATCH] board: imx: address dd usage in README

2020-10-13 Thread Tom Rini
On Mon, Oct 12, 2020 at 02:14:43PM +0800, Peng Fan wrote: > 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

[PATCH] board: imx: address dd usage in README

2020-10-11 Thread Peng Fan
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 i