i'm building an application for the 64x+ target processor on the OMAP 35x EVM board from Mistral. i'm building this app outside of the CCS IDE and would like to automate the process of opening up CCS, connecting to the Cortex A8 core, running the GEL script to release the 64x+ from reset, then connecting to the 64x+ processor, downloading the app and running it. What is the recommended method for accomplishing this. I have a perl script that i used to do something similar on a 6713 target board, but this was not a multicore setup. in looking at the CCS scripting API, its not clear that this would be supported? I was looking into changing the GEL script specified for the Cortex processor in the CCS setup, and modifying that to run the IVA22_GEM_startup() function by calling it from the startup() function but it doesn't appear to be working?
thanks for any help
Rob