Other Parts Discussed in Thread: SYSBIOS
I am trying to migrate a dsp/bios project to the latest sys/bios 6.4. All the documentation seems to show how to use ccs to configure the os. Our project does not use ccs and when I tried to use ccs it crashes or just complains about missing files.
Is there a document or example showing how to setup sysbios using only the commandline(or makefiles)?
I have makefiles setup to use tconf along with a .tcf and .tci file.
tconf -Dconfig.importPath="/home/lab/ti-dvsdk/dspbios/packages;/home/lab/ti-dvsdk/dspbios/packages/ti/bios;/home/lab/workspaces/ipsim/dsp/BiosCfg/;./" /home/lab/workspaces/myproj/dsp/BiosCfg//dspBios.tcf 0
This generates some source files along with a linker .cmd file.
Is there an easy way to migrate this configuration to the new sys/bios 6.4?