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,
I'm trying to do a silent install of CCS v9.3 inside of a docker ubuntu container. I am using --mode unattended. Here's what I did:
$ wget software-dl.ti.com/.../CCS9.3.0.00012_linux-x64.tar.gz $ tar -xvf CCS9.3.0.00012_linux-x64.tar.gz $ cd CCS9.3.0.00012_linux-x64 $ ./ccs_setup_9.3.0.00012.bin --mode unattended --prefix $HOME/ti
This seems to execute for a while, and seems to complete without any error message. However, when I check $HOME/ti , I'm not able to find anything installed. The directory is empty.
What am I doing wrong?