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.

CCSTUDIO: Code Composer Studio 12.8 and Uniflash 8.7 on Ubuntu 24.04

Part Number: CCSTUDIO
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

I know that at the moment it is not supported by Texas Instruments, but here is what I did to make Code Composer 12.08 and Uniflash 8.7 work on Ubuntu 24.04:


  • After downloading dependencies, install them manually (keep in mind that you won't get security updates for them):
    • sudo apt install libtinfo5_6.3-2ubuntu0.1_amd64.deb
    • sudo apt install gconf2-common_3.2.6-8ubuntu1_all.deb libgconf-2-4_3.2.6-8ubuntu1_amd64.deb
    • sudo dpkg -i libpython2.7-stdlib_2.7.18-13ubuntu1.1_amd64.deb libpython2.7-minimal_2.7.18-13ubuntu1.1_amd64.deb libpython2.7_2.7.18-13ubuntu1.1_amd64.deb
  • Install Uniflash without dependencies problems:
    • During installation, there was a problem running postinstall script automatically. It is necessary to allow normal user to identify and access debug probes. I did it manually by running the script in the folder where Uniflash was installed:
      • sudo ./postinstall.sh
  • Install Code Composer Studio without dependencies problems:
    • Check if Code Composer can detect your debug probe by running:
      • ~/ti/ccs1280/ccs/ccs_base/common/uscif/xds110 -e -v

References:
www.reddit.com/.../
github.com/.../25984
                wget -q mirrors.kernel.org/.../libgconf-2-4_3.2.6-8ubuntu1_amd64.deb
                wget -q mirrors.kernel.org/.../gconf2-common_3.2.6-8ubuntu1_all.deb
                sudo apt update
                sudo apt install ./gconf2-common_3.2.6-8ubuntu1_all.deb ./libgconf-2-4_3.2.6-8ubuntu1_amd64.deb