Hello,
I'm having some trouble flashing a JFFS2 rootfs to a DM368 evaluation board. Upon boot, the kernel is complaining about ECC errors.
The JFFS2 image was built with the following params:
--eraseblock=0x20000 --pagesize=0x800 --pad --little-endian --no-cleanmarkers
It was flashed with the following command (transfered via loady):
nand write.jffs2 0x80700000 0x800000 0x3c0000
Attached is my boot log:
I'm not sure what I'm missing. Are my mkfs.jffs2 params incorrect? FYI, this is a LeopardBoard DM368 dev unit.