Hello Everyone,
Am using OMAPL137 and it is a dual core TI controller. It has ARM and DSP core. Am using CCS V6 as my IDE. I have created to separate projects in my CCS. One project is to wake up DSP core and other project is to wake ARM core. Anyways, i will not say it as DSP boot code. Since DSP itself is a bootable device. I have done couple of things to generate the .bin flie. Below are the things done to generate the .bin file.
Step 1: Created support projects for DSP core wake up and ARM core wakeup.
Step 2: I build both the projects separately and got two output files in the debug directory of the project folder. I.e, DSP BOOT.OUT and ARM BOOT.OUT
Step 3 : By making use of the AIS gen tool i generated two binary files with selecting the configuration for EVM in the file menu . DSP BOOT.bin and ARM BOOT.bin
So,now i have two binary files.and i have to load these binary files to the target. I cannot load two binary files to the target. I think we have to merge it with the help of some tool. So, my queries are below. Kindly have a look at and give me your valuable inputs.
Do i have to convert my binary file to image file with the help of any tool?? or Do i need to load my binary file directly to the target using emulator.??
How do i merge my DSP BOOT.bin and ARM BOOT.bin files??
Also, in the example project i have seen this HexAIS_OMAP-L137 file. How do i generate this single file??? Is this the file which i need to flash it to my flash memory??
Also, i have attached the file and made a circle on that file.
Waiting for your reply at the earliest!!
Thanks & Regards
Naveen Chandra