"Linux Development" "DSP development" using CCS6.1 to generate out files while generating bin files
Try to install on Windows CCS6.1 Development am4378-linux application, this thought is OK, the result tried various methods, out file and bin file format can not be executed, the output is the binary file format is incorrect, presumably may also need to Linux host Linux installation CCS6.1 and then you can come back.
The following summary is to generate the bin file format after the build out file by adding the post-build steps implementation.
This format seems to be different in the DSP boot mode may be used, such as to burn a multi-core NAND flash program, in the configuration of IBL Parameter table parameters, set the BBLOB format, you may need to burn write bin format, and if the direct elf format , you can start by burning the write out file directly.
The following compiled steps are added below, and remember that the following commands are in the same line.
"D:/ti/ccsv6/utils/tiobj2bin/tiobj2bin" "${buildartifactfilename}" "${buildartifactfilebasename}.bin" D:/ti/ Ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armofd "" D:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armhex "" D:/ Ti/ccsv6/utils/tiobj2bin/mkhex4bin "
2016-9-5 22:57
Zhang Bongyi pyZhangBIT2010@126.com