Is there a configuration file so that Flash Tool v1.6.0.0 will support the AM335X EVM?
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.
Is there a configuration file so that Flash Tool v1.6.0.0 will support the AM335X EVM?
I will never have u-boot on my product (isn't this a StarterWare forum for people not using u-boot or linux?). I have my own utility to flash the NAND (both my boot code and my apps and RTOS), but it only works after I get an initial boot installed in NAND. When I get into production, I will have my NAND pre-flashed. But I do need a utiltity to recover corrupted hardware and for pre-production products that will not have NAND pre-flashed. Right now my only option is to do this through CCS and JTAG. If you give me the communication spec to talk to the TI boot loader through UART0, I will write my own bare NAND flash tool. It should actually be quite simple to do and I have done this with other ARM processors in the past.
HI Brad,
You can use UART to send your executable to the ROM code through xmodem. Kindly refer to the section 26.3.9.5 UART Boot Procedure, of AM335x TRM for the details.
Regards,
Sujith.