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.
I must write a second boot program to boot my application program, the second boot program would be boot by ti rom boot, so I must know ti ROM boot work method, which is same to the second boot program that I must write, my question is where to find TI ROM boot source code, which is urgent to me!!!thank you!
Source for the C6747 boot ROM is not available. The documentation regarding the boot looader (the app note and various wiki articles) should be sufficient to describe the AIS format and the boot loading procedures such that you could recreate that functionality for a secondary loader.
I would recommend starting with the secondary loader code that is available as part of the boot and flash utility package, as there is a lot of source there that can be useful for doing what I think you want to do.
Regards, Daniel
I am fresh here, can you give some website for "boot and flash utility package", or where can find the a lot of source. thank you!
Sorry, the following two Wiki links should be helpful:
http://processors.wiki.ti.com/index.php/Serial_Boot_and_Flash_Loading_Utility_for_OMAP-L137
http://processors.wiki.ti.com/index.php/Boot_Images_for_OMAP-L137
The first has a link to where you can download the package, the second discusses some booting scenarios for this family of parts.
Regards, Daniel