[U-Boot] Flash sanity checks

2009-09-30 Thread Prafulla Wadaskar
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? Regards.. Prafulla . .

Re: [U-Boot] Flash sanity checks

2009-09-30 Thread Dieter Kiermaier
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

Re: [U-Boot] Flash sanity checks

2009-09-30 Thread Stefan Roese
On Wednesday 30 September 2009 11:58:22 Dieter Kiermaier wrote: 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