Hello,
I am trying to develop some bringup code specific to my board using StaterWare for AM335x and CCSv5(installed in linux) . I am able to build the CCS projects inside Starterware and even debug using JTAG on the AM335x EVM.
The build using CCSv5 creates only one .out file. It is not creating the .bin and *_ti.bin files which can be put in MMC card and loaded by the bootloader inside the StarterWare.
The build of CCS says :
/bin/sh: /opt/ti/ccsv5/utils/tiobj2bin/tiobj2bin.bat: No such file or directory
/bin/sh: ../../../../../../../tools/ti_image/tiimage.exe: Permission denied
The /opt/ti/ccsv5/utils folder does not contain tiobj2bin folder. Where can I get the tiobj2bin.bat file ?
Did something go wrong in CCSv5 installation ??
I have installed CCSv5 only for Sitara line of processors.
How do I prepare the .bin from .out ..... so that I do not require the JTAG to run the code.
Regards
Radhika