We are using DM6433 in our application and a NAND flash is connected to it for storing the Application boot code. What is the procedure to flash an image to the NAND Flash through JTAG.
Note is, we did not place any external RAM to the DM6433.
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.
We are using DM6433 in our application and a NAND flash is connected to it for storing the Application boot code. What is the procedure to flash an image to the NAND Flash through JTAG.
Note is, we did not place any external RAM to the DM6433.
Hi Roshan,
As per my knowledge we do not have any project to program NAND flash for DM6433 using JTAG,
But we do have an example project for OMAPL138 devices.
http://www.ti.com/tool/biossw-c6748
After installing above mentioned link for bios-c6sdk package, you will find NANDWriter example project at below path.
c6sdk_02_00_00_00\tools\OMAP-L138_FlashAndBootUtils_2_36\OMAP-L138\CCS\NANDWriter
You can refer it for developing your own code.