Hello,
I'm working with an application that must guarantee that data is saved (even if partially) in case of a power failure. We've opted to use JFFS2, and are currently facing some issues with ECC. Looking through the boot messages, this is one of the first ones shown:
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
So it appears I have ECC disabled. I've poked around the internet, but did not find out how to turn it on. Also, I've stumbled upon a forum thread stating that changing the data caching policy should make my system more robust (I only found some information regarding changing some parameters on fstab, but all the examples I've seen of this were for ext filesystems). As these two issues seem to be deeply related, I would like to know how to enable these features on the kernel.
Also, we are using U-Boot, and kernel version 3.2.61, on an AM335x.
Regards,
Guilherme
Source: