At the moment I am using Zoom AM1808 eXperimenter Kit and Code Composer Studio v4.
What I need to start with is to program the flash with the following:
ubl (modified from StarterWare) + application1 + application2 + header1 + header2.
The two application files are identical and so are the two header files.
I understand that the ubl.out will be converted to ubl_ais.out, and the application.out will be converted using out2rprc.exe.
Currently to program the flash we use sfh_OMAP_L138.exe in no ubl mode and just for one application.
Is there a way for me to do the above without having to do it in several steps (ubl + app1, ubl + app2, noubl for header1, noubl for header2)?
Thank you so much.