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.

nand-writer verify failure!

Other Parts Discussed in Thread: OMAP-L137, OMAPL138

I use OMAP-L137_FlashAndBootUtils_2_40 to transfer .bin data to flash ,but it fail,because it verify failure,

 it failed at ECC

if ((*hNandInfo->hEccInfo->fxnCorrect)(hNandInfo,&dest[hNandInfo->dataBytesPerOp*i],readECC) != E_PASS)
    {
      return E_FAIL;
    }