Hi,
I am looking for something to load cfg files on command line(e.g. DOS console) same like loading cfg files on CCS.
I am making something to build the C667x DSP project on command line.
(I refer to http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create)
I made like below some scripts to build our project.
eclipsec -noSplash -data "%SOURCE_ROOT%" -application com.ti.ccstudio.apps.projectBuild -ccs.workspace -ccs.clean
eclipsec -noSplash -data "%SOURCE_ROOT%" -application com.ti.ccstudio.apps.projectBuild -ccs.workspace -ccs.autoImport
However, I realized I need one more thing before build on command line.
It's cfg file loading on CCS.
When I usually build on CCS, I have to double-clicking cfg file(Configuro Script File)
before clean/build.
So, I refer to http://rtsc.eclipse.org/cdoc-tip/index.html#xdc/tools/configuro/package.html
However, I don't know how exactly to do on CCS inside.
Could you tell me how exactly works loading(double-clicking) cfg file on CCS?
and
What scripts can I use to do same like loading(double-clicking) cfg file on CCS?
Please help me.
thanks for reading.
BR,
Hyungtae.