Temat: Nand flash driver give error ( uncorrectable ECC error )
I compiled openwrt for a new device and the initramfs is booted successfully all functions is working properly but when I try to install permanently flashing factory file on the nand flash I get ( uncorrectable ECC error) the nand flash is ( hynix H27U518S2CT ) ( nand: 64 MiB, SLC, erase size: 16 KiB, page size: 512, OOB size: 16 )
when I reflash the device by the original image the device boot normally so the nand flash is in good condition , I think the problem with the nand driver specially ( subpages ecc corrections )
I also tried ( nand-ecc-mode = "soft") option in my dts file got also error.
any advice will be appreciated
I posted this problem in openwrt forum but not get any reply there
the log through this link
https://forum.openwrt.org/t/nand-flash- … ror/130826