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.

How to program flash with multiple applications and raw binary files

Other Parts Discussed in Thread: AM1808, OMAP-L138

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.