Is there a way to check flash memory for ECC errors from the Linux command line? Note that I do not want to correct ECC errors. I just want to detect errors and list page addresses where they occur.
Asked
Active
Viewed 607 times
4
Gilles 'SO- stop being evil'
- 807,993
- 194
- 1,674
- 2,175
Stephen305
- 173
- 5
-
1I have used memtest86 for this in the past. You have to compile a small C program-- unless someone has packaged it up, now. – Jeff Schaller Jul 01 '15 at 02:41