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_Flashing_Tool

My board uses a 16 bit wide Micron NAND (EVM uses 8 bit wide Micron NAND). My NAND chip does show up in AM335X_NAND_CHIP_InfoObj DEVICE_NAND_CHIP_infoTable[]. However, NAND_Flashing_Tool fails to flash my board --- it does claim to erase my board. Any ideas on where I should look in NAND_Flashing_Tool to find the problem?

  • After much thrashing around we determined that StarterWare has a bug in differntiating between 8 bit and 16 bit NAND. So our boot loader now works on our board and can flash our own apps. I will speculate that a similar bug is also in the NAND_FLASH_TOOL that is part of CCS. I have not yet fixed the tool in CCS, but that is now a low priority for us since we fixed StarterWare NAND and our boot code.