ECC check for Erased pages in NAND

0

I wanted to verify the following patch

https://patchwork.kernel.org/patch/8368341/

For same , wrote all zero's to one of nand partition :

nandwrite -n /dev/mdt1 < /dev/zero

But now when I dump this nand partition, see following errors:

 ECC: 3 uncorrectable bitflip(s) at offset 0x00000000
 ECC: 2 uncorrectable bitflip(s) at offset 0x00000800
 ECC: 2 uncorrectable bitflip(s) at offset 0x00001000

I thought above mentioned patch , suppose to fix this ECC errors but it didn't.

Is they other way to verify this patch ?

linux-kernel
linux-device-driver
asked on Stack Overflow Jun 27, 2018 by Milan • edited Jun 28, 2018 by old_timer

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0