Hello,
I am using calixto sodimm board of OMAPL138.
Here i have two applications
1) DSP application on CCS4 which gennerates a .ou t file
2) ARM u-boot application which is bin file.
When using only ARM side i load the u-boot in SPI-flash and boot my board and works fine.
Problem arises when i try to start the DSP application. To do this i have followed all the procedure given by TI on this link
processors.wiki.ti.com/index.php/OMAP-L138_Bootloader
Here it says to configure the HOST1CFG and PSC registers, which i have modified in my u-boot source code.
Using the AISgen tool as described in the wiki page i am not able to start the DSP side.
Can someone suggest me the method how to generate AIS bin file for ARM uboot+DSP .out file.
Sanket