This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello,
Some system info first:
1. Ubuntu 14.04
2. Run UniFlash with sudo privileges
When I do lsusb, the debugger is there.
Bus 002 Device 011: ID 0451:bef0 Texas Instruments, Inc.
Here's the commands I used to install UniFlash:
wget http://software
-dl
.ti.com/ccs/esd/uniflash/uniflash_sl.4.2.1435.run
sudo
ln
-sf
/lib/x86_64
-linux
-gnu
/libudev.so.1 /lib/x86_64
-linux
-gnu
/libudev.so.0
chmod
776
uniflash_sl.
4.2
.
1435
.run
sudo ./uniflash_sl.
4.2
.
1435
.run
On a related note, we had another coworker try UniFlash 4.0 and 4.2 on his Window machine. It did get through the erase operation, but failed part way through the program operation.
Hello,
A couple of notes.
I have less error messages on my linux console when I start UniFlash with sudo. It is able to autodetect.
We were able to test the JTAG connection to TMS320 today using CCS 7 on the same machine.
When we tried to load the debugger with CCS (which in turn flashes the device), it crashed the application quickly.
thanks
Jerry
DevTest.zipAlso, here's the .out file (coff?) we're trying to program. IT is NOT a zip file, i had to change the extension from .out to .zip to get this website to accept the upload. Change back to .out if you download.
Hello,
Using the dslite shell script worked, thank you! I actually prefer command line anyway, in general.
Note, looks like dslite.sh wasn't in the UniFlash 4.2 package?
Here was my Ubuntu linux command:
/opt/ti/uniflash_4.1/dslite.sh -c <path>/TMS320F28375D.ccxml -f -e <coff image file>.out
I didn't need to use sudo, either!
thanks
Jerry