I downloaded BIOSPSP_01_30_00_05. Imported and built uart interrupt sample. Wanted to see the DSP/BIOS configuration. But when I double-click on uartSample.tcf I get the error:
js: "C:/Program Files/Texas Instruments/xdctools_3_16_02_32/include/utils.tci", line 553: Error: Can't find import file: 'uartSample.tci' (not found along 'C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/examples/evmOMAPL138/uart/interrupt/build/uartSample/.gconf/uartSample/;;C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/examples/evmOMAPL138/uart/interrupt/build/uartSample;C:/Program Files/Texas Instruments/bios_5_41_04_18/packages;C:/Program Files/Texas Instruments/xdctools_3_16_02_32/include;C:/Program Files/Texas Instruments/xdctools_3_16_02_32/packages')
Correct any script errors in C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/examples/evmOMAPL138/uart/interrupt/build/uartSample/.gconf/uartSample/uartSample.tcf
using the Configuration Tool or a text editor, if necessary.
TConf initialization arguments:
-e environment['config.importPath']='C:/Program Files/Texas Instruments/pspdrivers_01_30_00_05/packages/ti/pspiom/examples/evmOMAPL138/uart/interrupt/build/uartSample;C:/Program Files/Texas Instruments/bios_5_41_04_18/packages' -e environment['config.scriptName']='uartSample.tcf'
The tci file is in the same directory as the tcf file. I don't know why TConf cannot figure that out.
Regardless, I guess I need to know how to specify exactly where TConf should look for the tci file.