From mboxrd@z Thu Jan 1 00:00:00 1970 From: sbabic at denx.de Date: Sun, 1 Nov 2020 15:38:54 +0100 (CET) Subject: [PATCH V2 01/12] board: imx: address dd usage in README In-Reply-To: <20201014091210.12113-2-peng.fan@nxp.com> Message-ID: <20201101143854.40AFB82529@phobos.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================