Sunday, December 9, 2018

Code Composer Studio 8.2 (CCS V8.2) installation in Ubuntu 18.04 Part 2

From Code Composer Studio 8.2 (CCS V8.2) installation in Ubuntu 18.04 Part 1


Go to CCS Installation Part 1

Leave as default and select next

Leave as default and select finish

After installation go to ti Folder

Then go to ccsv8 folder

Then run following command for driver installation
sudo ./install_drivers.sh

Then you can start CCS IDE

Select the default workplace and tick “use this as the default and do not ask again”

Finally your start screen looks like this. Then you can start coding.

Code Composer Studio 8.2 (CCS V8.2) installation in Ubuntu 18.04 Part 1


Code Composer Studio commonly known as CCS is the IDE for Texas Instruments embedded processor programming. In this article I am going to explain how to install CCS in Ubuntu 18.04

Steps :
First go to Texas Instruments web site http://www.ti.com/ 
Then in a search bat type “Code Composer Studio” and search it.



After search result appears download the Code Composer Studio. I have selected Linux 64 bit offline installer.



Then go to downloaded folder and unzip it.


Then go to unzipped folder  cd CCS8.2.0.00007_linux-x64/

Then Type ls and see the results.

If ccs setup_linux64_8.2.0.00007.bin font color is white type
chmod +777  ccs setup_linux64_8.2.0.00007.bin  and type ls and check the color changes to green

if  ccs setup_linux64_8.2.0.00007.bin font color is green
then type following command and enter
./ccs setup_linux64_8.2.0.00007.bin


Then following message box appears.

Select I accept the terms of the license agreement and select Next

Select the default folder and click next

I have selected select all and click next. But you can choose suitable options based on  your requirements

To be Contd....
Go To CCS Installation Part 2