Toolchain
For this guide we will use the Code Composer Studio(CCS). An IDE based in Eclipse.
Windows and Mac OS
For Windows and Mac operating systems is straightforward. Just go to the Texas Instruments website and download the last version of it. Then execute the installer.
Linux
Download the linux version of the CCS at Texas Instruments website. Then follow the next steps.
Ubuntu installation guide:
- Resolve Dependencies
sudo apt-get update
sudo apt-get install libc6:i386 libx11-6:i386 libasound2:i386 libatk1.0-0:i386 libcairo2:i386 libcups2:i386 libdbus-glib-1-2:i386 libgconf-2-4:i386 libgdk-pixbuf2.0-0:i386 libgtk-3-0 libice6:i386 libncurses5:i386 libsm6:i386 liborbit2:i386 libudev1:i386 libusb-0.1-4:i386 libstdc++6:i386 libxt6:i386 libxtst6:i386 libgnomeui-0:i386 libusb-1.0-0-dev:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 unzip
Manually download libgcrypt11:i386 and install it: https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_i386.deb
sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4.2_i386.deb
Install CCS
./ccs_setup_6.x.x.xxxxx.bin (replace the x.x.xxxxx with the version number of your installer executable).
Install Drivers Go to the /ccsv6/install_scripts folder
sudo ./install_drivers.sh
For more information about check the installation Guide for Linux Platform: http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6