Part Number: CODECOMPOSER
Other Parts Discussed in Thread: CCSTUDIO
Tool/software:
I’m developing a Docker image repository (hub.docker.com/r/whuzfb/ccstudio) that supports various versions of Code Composer Studio (CCS) for reproducible and containerized development environments. So far, I have implemented support for CCS versions from 10.* through 20.* (e.g., CCS 10.x to CCS 12.x, including CCS 20.x), on Ubuntu systems from 20.04 to 24.04. The tested versions are:
10.x (tested versions 10.0.0.00010, 10.4.0.00006)
11.x (tested versions 11.0.0.00012, 11.2.0.00007)
12.x (tested versions 12.0.0.00009, 12.8.1.00005)
20.x (tested version 20.2.0.00012)
The Dockerfiles, CI integration examples (including build automation and firmware generation), and usage documentation are open-sourced on github.com/zfb132/ccstudio and actions/build-ccstudio-project, aiming to help other developers easily replicate consistent CCS environments. I think this may also serve as a reproducible and automated installation reference for CCS on Linux-based systems.
As a mmWave device developer, I have located and tested the mmWave SDK successfully. However, I would like to integrate a broader set of SDKs and tools (such as device support packages, emulators, compilers, and other TI plugins) into my build system.
My question is:
Where can I find an official and comprehensive list of all installable SDKs, plugins, and tools for Code Composer Studio (especially those available via offline or command-line installation), so I can add broader support to my Docker-based CCS environment?
Below is a summary of the combinations I’ve tested (CCS versions, Ubuntu versions, mmWave SDK versions), and I’m happy to share the project repo if it’s helpful.
| Docker Tag | Ubuntu Version | CCS Version | CCS Components | mmWave SDK Version | mmWave SDK Components | SYS/BIOS Version |
|---|---|---|---|---|---|---|
20.2-ubuntu24.04-mmw |
24.04 |
20.2.0.00012 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
20.2-ubuntu24.04 |
24.04 |
20.2.0.00012 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
20.2-ubuntu22.04-mmw |
22.04 |
20.2.0.00012 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
20.2-ubuntu22.04 |
22.04 |
20.2.0.00012 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
20.2-ubuntu20.04-mmw |
20.04 |
20.2.0.00012 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
20.2-ubuntu20.04 |
20.04 |
20.2.0.00012 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
12.8-ubuntu24.04-mmw |
24.04 |
12.8.1.00005 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
12.8-ubuntu24.04 |
24.04 |
12.8.1.00005 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
12.8-ubuntu22.04-mmw |
22.04 |
12.8.1.00005 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
12.8-ubuntu22.04 |
22.04 |
12.8.1.00005 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
12.8-ubuntu20.04-mmw |
20.04 |
12.8.1.00005 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
12.8-ubuntu20.04 |
20.04 |
12.8.1.00005 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
11.2-ubuntu24.04-mmw |
24.04 |
11.2.0.00007 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
11.2-ubuntu24.04 |
24.04 |
11.2.0.00007 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
11.2-ubuntu22.04-mmw |
22.04 |
11.2.0.00007 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
11.2-ubuntu22.04 |
22.04 |
11.2.0.00007 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
11.2-ubuntu20.04-mmw |
20.04 |
11.2.0.00007 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
11.2-ubuntu20.04 |
20.04 |
11.2.0.00007 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
10.4-ubuntu24.04-mmw |
24.04 |
10.4.0.00006 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
10.4-ubuntu24.04 |
24.04 |
10.4.0.00006 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
10.4-ubuntu22.04-mmw |
22.04 |
10.4.0.00006 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
10.4-ubuntu22.04 |
22.04 |
10.4.0.00006 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |
10.4-ubuntu20.04-mmw |
20.04 |
10.4.0.00006 |
PF_ALL |
03.06.02.00-LTS |
ALL |
"" (skip) |
10.4-ubuntu20.04 |
20.04 |
10.4.0.00006 |
PF_ALL |
"" (skip) |
ALL |
"" (skip) |