From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Kiermaier Date: Wed, 30 Sep 2009 11:58:22 +0200 Subject: [U-Boot] Flash sanity checks In-Reply-To: <73173D32E9439E4ABB5151606C3E19E202EF7E9826@SC-VEXCH1.marvell.com> References: <73173D32E9439E4ABB5151606C3E19E202EF7E9826@SC-VEXCH1.marvell.com> Message-ID: <200909301158.22708.dk-arm-linux@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Mittwoch 30 September 2009 11:28:15 schrieb Prafulla Wadaskar: Hi Prafulla, > Hi list > > We use Raw NAND/flash and copy the binary there, > After copy, > is there a way to check the flash sanity after we have burnt an image? > (e.g. by nand reading and diffing with the binary in RAM?) > > Are there any feature/utility/commands readily available for u-boot? I've done it in the past by reading it back to ram and use cmp command. Maybe it is usefull for you, too? Dieter > > Regards.. > Prafulla . . > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >