Difference between revisions of "Install Code Composer Studio v6 Ubuntu"
From EdWiki
m (→Installation Instructions) |
m (→Installation Instructions) |
||
Line 84: | Line 84: | ||
If you download the [{{SERVER}}/emsys/tivac/CCS8.1.0.00011_linux-x64.tar.gz '''Off-line installer''']. | If you download the [{{SERVER}}/emsys/tivac/CCS8.1.0.00011_linux-x64.tar.gz '''Off-line installer''']. | ||
− | ► Run ''ccs_setup_linux64_8.1.0.00011.bin'' as a normal user | + | ► Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for “terminal” from software launcher |
+ | |||
+ | ► Navigate to CCS8.1.0.00011_linux-x64 folder | ||
+ | |||
+ | ► Run ''ccs_setup_linux64_8.1.0.00011.bin'' as a normal user. | ||
host@user:~/Downloads/CCS8.1.0.00011_linux-x64$ ./ccs_setup_linux64_8.1.0.00011.bin | host@user:~/Downloads/CCS8.1.0.00011_linux-x64$ ./ccs_setup_linux64_8.1.0.00011.bin | ||
+ | |||
+ | This will start the CCS install wizard. | ||
#Accept the Software License Agreement and click Next. | #Accept the Software License Agreement and click Next. |
Revision as of 11:27, 8 January 2019
Install Code Composer Studio - Ubuntu
Prerequisites
Resolve Dependencies, before proceeding to Installation Instructions.
Ubuntu 18.04 LTS
- update system:
host@user$ sudo apt-get update
- Install dependent libraries:
host@user$ sudo apt install libc6:i386 libusb-0.1-4 libgconf-2-4 build-essential
Ubuntu 16.04 LTS
Starting with this version of new CCSv6.2.0, the application is natively 64-bit and only requires one 32-bit library installed.
From a terminal prompt, issue the following command to install it:
host@user$ sudo apt-get update host@user$ sudo apt-get install libc6:i386
This is due to the fact Linux 64-bit versions of the TI compilers were not yet ready.
Installation Instructions
There are two types of installers:
► Web installers will allow you to perform an install using an installer controlled download process that will only download needed software components. An internet connection is mandatory at install time. Obtain it from your instructor or Download it from here
► Off-line installers are a large archive (about 800MB). When you run it you can select the components to be installed. No internet connection is required at install time. The executable can be used for installing multiple local systems. Obtain the it from your instructor or Download it from here
► Simply save the file and untar.
host@user:~/Downloads$ tar xvf CCS8.1.0.00011_web_linux-x64.tar.gz
If you download the Web Installer
host@user:~/Downloads$ tar xvf CCS8.1.0.00011_linux-x64.tar.gz
If you download the Off-line installer.
► Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for “terminal” from software launcher
► Navigate to CCS8.1.0.00011_linux-x64 folder
► Run ccs_setup_linux64_8.1.0.00011.bin as a normal user.
host@user:~/Downloads/CCS8.1.0.00011_linux-x64$ ./ccs_setup_linux64_8.1.0.00011.bin
This will start the CCS install wizard.
- Accept the Software License Agreement and click Next.
- Unless you have a specific reason to install CCS in another location, accept the default installation folder and click Next. If you have another version of CCS and you want to keep it, we recommend that you install this version into a different folder.
- In the next dialog, select the processors that your CCS installation will support. Place a checkmark under "TM4C12x ARM Cortex M4F core based MCUs" → click Next
- Please Note the Unsupported boards, click Next
- In the Select Debug Probes, leave everything as default and click Next
If everything looks good, click Finish to start your install!
Note: If you have an issue with the web installer not being able to connect to the internet then please try the off-line installer.
Please have patience as It takes some time to do all the work. When the installation is complete, check the “Create Desktop shortcut” checkbox and then click Finish button.
Install Drivers
Once CCS installation has completed, navigate to directory <Install-Folder>/ccsv8/install_scripts.
host@user:~$ cd ~/ti/ccsv8/install_scripts/
As root, execute script "install_drivers.sh".
host@user:~/ti/ccsv8/install_scripts$ sudo ./install_drivers.sh