I'm looking for details about nand flash ECC algorithms used in DM37x processors. I need to add nand flash spare area to client's data images and program those images into nand flash devices before they are soldered to PCB on assembly line. One image uses 1-bit Hamming algorithm, other image uses 8-bit BCH algorithm. I tried common algorithms from Linux MTD, but they seem don't work... :(
Thanks in advance