So this little 8MB chip from MX (MX29LV640) is becoming quite popular. I have a few devices which use this flash chip.
On any of these devices, doing:
mtd -r erase rootfs_dataSuccessfully clears the partition, but hell ensues after the reboot.
SQUASHFS error: Unable to read page, block 1106cc, size 347c
SQUASHFS error: sb_bread failed reading block 0x44e
SQUASHFS error: Unable to read fragment cache block [1106cc]
SQUASHFS error: Unable to read page, block 1106cc, size 347c
SQUASHFS error: sb_bread failed reading block 0x257
SQUASHFS error: Unable to read fragment cache block [92013]
SQUASHFS error: Unable to read page, block 92013, size 3e7fOn and on and on and on...
The device must be rebooted once more, or sometimes twice more, until everything is clean and mounted properly.
Since I'm experiencing this on multiple platforms with this same chip, I'd assume other people have this problem as well? Wondering how to start tackling this issue.
