This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can any one provide ECC BCH 16-bits source code example?

Other Parts Discussed in Thread: AM3352

I am trying to bring up our AndroMeda with AM3352 and NAND detail as below:

NAND:

-Page size x8: 2176 bytes (2048 + 128 bytes

-Block size: 64 pages (128K + 8K bytes)

-Plane size: 2 planes x 1024 blocks per plane

-Device size: 2Gb: 2048 blocks

It can be loaded by booting from an SD card.

But when I tried to boot from Nand after writing XLDR, EBOOT and NK to Nand, it failed with a string of Cs out the serial port.

After some investigation I found that reason is the ECC type is not correct, we used ECC BCH 8bit, but it requires ECC BCH16bits, we only have source code with ECC BCH 8bit and 4bits.

So can anyone provide ECC BCH 16-bit source code?

Our target OS: WEC2013