Is there any way to dump more than 0x100 bytes from nand flash?

Calvin Johnson linux.cj at gmail.com
Fri Aug 24 10:19:18 EDT 2012


Hi,

In U-Boot there is "nand dump <address>" command which is very useful
to check the contents of the NAND page and OOB area.

I tried searching for an alternative in Barebox, and found that we can
use some thing like "md -b -s /dev/nand0.barebox.bb". But this will
dump only 0x100 bytes. In order to increase the size, I need to
compile again.

Is there any way to dump more bytes from the NAND flash and from
different blocks/pages?

How are the experts working with this?

Thanks for your help,
Calvin



More information about the barebox mailing list