Hello
I am using NAND flash with AM3352 processor.
How can i program Uboot and application program at particular location on NAND flash.
There is no USB/MMC/ interface on my target board.
Is there any JTAG tool for programming the Uboot?
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.
Hello
I am using NAND flash with AM3352 processor.
How can i program Uboot and application program at particular location on NAND flash.
There is no USB/MMC/ interface on my target board.
Is there any JTAG tool for programming the Uboot?
Hi,
NAND flashing tool is available as part of PSP release package.
Details can be found at
Thanks, Avinash
You load the flash programming tool into the processor via jtag, and then run it; it downloads the file you want to program into flash over jtag.
you would need an XDS560
The issue you will face is that the nandflash.out is not part of the latest PSP anymore, And I dont know how far you have to roll back to get it
Alternative way is to use uboot to do it : http://processors.wiki.ti.com/index.php/AM35x-OMAP35x-PSP_04.02.00.07_UserGuide#NAND. but the procedure doesnt initally target the AM335, I was told it would still apply but didnt check. You could then load from ethernet.
Can anyone refine my answer on those 2 options?