Tool/software: Code Composer Studio
If you are using CCSv10.0.0 in Linux and you install updates, CCS may fail to restart properly.
To workaround this, locate the file ccs_update_10.0.0.00010.run, change its extension to .bin and re-run the executable, as shown in the procedure below.
user@host:~$ cd ti/ccs1000/ccs/eclipse/utils/
user@host:~/ti/ccs1000/ccs/eclipse/utils$ ls -l
total 13624
-rwxrwxrwx 1 user user 13949526 Mar 4 07:28 ccs_update_10.0.0.00010.run
user@host:~/ti/ccs1000/ccs/eclipse/utils$ mv ccs_update_10.0.0.00010.run ccs_update_10.0.0.00010.bin
user@host:~/ti/ccs1000/ccs/eclipse/utils$ ./ccs_update_10.0.0.00010.bin
Reference:
This is due to a bug on the p2 installer component that is supplied with this version.
A definitive fix is available in the update version 7.0.0.202001271514 of the com.ti.ccstudio.p2tool.feature.group component. Installing this update before any other update will fix this.
Regards,
Rafael