My customer is using the OMAP3530DCBBA, here is the question;
We are using code that was demonstrated on the Beagle Board.
The OMAP’s program is stored in its pop memory.
The XLOADER of the program is stored in NAND POP Memory using Hamming Code.
The UBOOT Loader, Linux Kernel, and Linux File System are stored using 8 Bit-error Correcting BCH Code.
We wish to use JTAG to perform the initial program load into the POP memory.
If we do this we must compute the proper error codes.
The Hamming Code is well documented in the OMAP35x Technical Reference manual, SPRUF98D
October 2009.
However, I could not find documentation on the polynomial that the OMAP uses to compute the BCH code.
What is the Polynomial that the OMAP uses to compute the 8 Bit Error Correcting BCH Code?
Comments......