Part Number: TMS320C6727B
Tool/software: Code Composer Studio
I am trying to modify our boot method. I want to load and run a new application image after Secondary boot loader executes (tisecboot).
To do this, I have generated two .bin file using the genAIS, AIS2BIN tools:
1) Golden.bin (generated in -tisecmode) --> Boot the DSP and run application that should load & handover execution to App.bin - never modified
2) App.bin (generated in -raw) --> keeps changing for future upgrades
The approach I am using is, I am reusing the code provided by TI - TISecondaryBoot.c (SPRAA66 function: TISecondaryBoot_parseAisStream)
I expect this code to load the App.bin (raw AIS stream) and run the same.
I want to check with the forum users if this is the correct approach or if there is any other way to do this.
Please share your suggestions / experiences about this.
Thanks
Lak