JFFS2 errors on qspi with Arria10
Hi there,
I am encountering jffs2 errors on my Arria10 hps after i made a kernel update from 4.3 to 4.15.
The device is booting normaly, but the error occurs when transfering some files over scp to the device - sometimes multiple Transfers work fine but eventually it happens an i get a random number of error messages like:
[ 630.885149] jffs2: Node totlen on flash (0xc49d8ee2) != totlen from node ref (0x00000854)
[ 630.932352] jffs2: Node totlen on flash (0x86fd0cb7) != totlen from node ref (0x000008b0)
[ 630.978193] jffs2: Node totlen on flash (0x4e333c29) != totlen from node ref (0x000007b0)
most of the time the system continues to work. sometimes it just freezes!
after a reboot i am always presented with a broken filesystem:
[ 1.514192] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00080804: 0x1081 instead
as implied, the old kernel 4.3 version has no issue with the jffs2 filesystem on the qspi flash.
I tried adjusting some timings in the devicetree without any luck.
Anyone has a idea on how to isolate the source of the problem?
Thanks & Regards,
Nicolas