Hi
I'm trying to develop a console script that would load all the C6472 cores sequentially. I've reviewed the info at
http://tiexpressdsp.com/index.php/Scripting_Console
and found some of the basic scripts that I need:
js:> activeDS.memory.loadProgram("myApp.out");
or loadProg myApp.out
But what script would I use to select next core, connect to it, then load it. I'd like to run this in a loop to load all cores.
Any idea where I can find this information?
Cheers