Difference between revisions of "Install Code Composer Studio v6 Ubuntu"
From EdWiki
m |
m |
||
(44 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | == Install Code Composer Studio - Ubuntu == | ||
== Prerequisites == | == Prerequisites == | ||
Resolve Dependencies, before proceeding to [[ EmSys:Install Code Composer Studio v6 Ubuntu#Installation Instructions | Installation Instructions]]. | Resolve Dependencies, before proceeding to [[ EmSys:Install Code Composer Studio v6 Ubuntu#Installation Instructions | Installation Instructions]]. | ||
[[image:ccs62_libc6_i386.png|right|thumbnail|libc6:i386]] | [[image:ccs62_libc6_i386.png|right|thumbnail|libc6:i386]] | ||
− | === Ubuntu 16.04 === | + | == Ubuntu 20.04 LTS == |
+ | * '''update system'''<br /><br /> | ||
+ | host@user$ sudo apt update<br /><br /> | ||
+ | *'''install dependent libraries:''' <br /><br /> | ||
+ | host@user$ sudo apt install libc6:i386 libusb-0.1-4 libgconf-2-4 libncurses5 libpython2.7 libtinfo5 | ||
+ | === Ubuntu 18.04 LTS === | ||
+ | * '''update system''': <br /><br /> | ||
+ | host@user$ sudo apt-get update<br /><br /> | ||
+ | * '''Install dependent libraries''': <br /><br /> | ||
+ | host@user$ ssudo 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. | 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: | + | From a terminal prompt, issue the following command to install it: <br /><br /> |
host@user$ sudo apt-get update | host@user$ sudo apt-get update | ||
− | host@user$ sudo apt-get install libc6:i386 | + | host@user$ sudo apt-get install libc6:i386<br /><br /> |
This is due to the fact Linux 64-bit versions of the TI compilers were not yet ready. | This is due to the fact Linux 64-bit versions of the TI compilers were not yet ready. | ||
− | < | + | |
+ | <!-- | ||
=== Ubuntu 15.04 64bit === | === Ubuntu 15.04 64bit === | ||
host@user$ sudo apt-get update | host@user$ sudo apt-get update | ||
Line 56: | Line 70: | ||
host@user$ sudo apt-get update | host@user$ sudo apt-get update | ||
host@user$ sudo apt-get install libgnomeui-0 libusb-1.0-0-dev | host@user$ sudo apt-get install libgnomeui-0 libusb-1.0-0-dev | ||
− | + | --> | |
== Installation Instructions == | == Installation Instructions == | ||
− | |||
− | |||
− | |||
− | ► | + | ► Obtain the CCS Installer CD from your instructor or Download it from [{{SERVER}}/emsys/tivac/CCS10.2.0.00009_linux-x64.tar.gz here] |
► Simply save the file and untar. | ► Simply save the file and untar. | ||
− | + | ► Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for “terminal” from software launcher | |
− | + | ► Navigate to CCS10.2.0.00009_linux-x64 folder | |
− | + | ► Run ''ccs_setup_10.2.0.00009.run'' as a normal user. <br /><br /> | |
− | + | host@user:~/Downloads/CCS10.2.0.00009_linux-x64$ ./ccs_setup_10.2.0.00009.run<br /><br /> | |
− | + | This will start the CCS install wizard. | |
− | |||
− | |||
− | |||
#Accept the Software License Agreement and click Next. | #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. | #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 " | + | #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 | #Please Note the Unsupported boards, click Next | ||
#In the Select Debug Probes, leave everything as default and click Next | #In the Select Debug Probes, leave everything as default and click Next | ||
Line 92: | Line 96: | ||
<gallery> | <gallery> | ||
File:ccs6_setup_01.png|1. License Agreement | File:ccs6_setup_01.png|1. License Agreement | ||
− | File: | + | File:ccs_setup_ubuntu_02.png|2. Choose Installation Location |
− | File: | + | File:ccs_setup_ubuntu_03.png|3. Processor Support |
− | File: | + | File:ccs_setup_ubuntu_04.png|4. Unsupported boards |
− | File: | + | File:ccs_setup_ubuntu_05.png|5. Select Debug Probes |
</gallery> | </gallery> | ||
'''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. | '''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. | ||
Line 107: | Line 111: | ||
=== Install Drivers === | === Install Drivers === | ||
− | Once CCS installation has completed, navigate to directory <Install-Folder>/ | + | Once CCS installation has completed, navigate to directory <Install-Folder>/ccs1020/ccs/install_scripts.<br /><br /> |
− | + | ||
− | + | ||
− | + | host@user:~$ cd ~/ti/ccs1020/ccs/install_scripts/<br /><br /> | |
− | + | As root, execute script "install_drivers.sh".<br /><br /> | |
+ | host@user:~/ti/ccs1020/ccs/install_scripts$ sudo ./install_drivers.sh | ||
+ | <!-- | ||
[[File:prev.gif|left|link=EmSys:Using GCC with Tiva TM4C123G LaunchPad in CCSv6]][[File:next.gif|right|link=EmSys:Install TivaWare for C Series Ubuntu]] | [[File:prev.gif|left|link=EmSys:Using GCC with Tiva TM4C123G LaunchPad in CCSv6]][[File:next.gif|right|link=EmSys:Install TivaWare for C Series Ubuntu]] | ||
[[File:home.gif|center|link=EmSys:Using GCC with Tiva TM4C123G LaunchPad in CCSv6]] | [[File:home.gif|center|link=EmSys:Using GCC with Tiva TM4C123G LaunchPad in CCSv6]] | ||
+ | --> |
Latest revision as of 15:08, 9 April 2022
Install Code Composer Studio - Ubuntu
Prerequisites
Resolve Dependencies, before proceeding to Installation Instructions.
Ubuntu 20.04 LTS
- update system
host@user$ sudo apt update
- install dependent libraries:
host@user$ sudo apt install libc6:i386 libusb-0.1-4 libgconf-2-4 libncurses5 libpython2.7 libtinfo5
Ubuntu 18.04 LTS
- update system:
host@user$ sudo apt-get update
- Install dependent libraries:
host@user$ ssudo 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
► Obtain the CCS Installer CD from your instructor or Download it from here
► Simply save the file and untar.
► Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for “terminal” from software launcher
► Navigate to CCS10.2.0.00009_linux-x64 folder
► Run ccs_setup_10.2.0.00009.run as a normal user.
host@user:~/Downloads/CCS10.2.0.00009_linux-x64$ ./ccs_setup_10.2.0.00009.run
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>/ccs1020/ccs/install_scripts.
host@user:~$ cd ~/ti/ccs1020/ccs/install_scripts/
As root, execute script "install_drivers.sh".
host@user:~/ti/ccs1020/ccs/install_scripts$ sudo ./install_drivers.sh