Product families and their descriptions are listed [below](#ProductFamilies)|
|--install-BlackHawk true| This will install BlackHawk debug probes|
|--install-Segger true| This will install Segger J-Link debug probes (windows-x64, linux-x64)|
#### Default Installation folder
|OS |Default path|
|---|------------|
|Windows (admin)|C:\ti\ccs`
#### Installable Product families
|Product family| Description|OS |
|----------------------| ---------------------|---|
|PF_MSP430|MSP430 ultra-low power MCUs|windows-x64, linux-x64, osx|
|PF_MSP432|SimpleLink™ MSP432™ low power + performance MCUs|windows-x64, linux-x64, osx|
|PF_CC2X|SimpleLink™ CC13xx and CC26xx Wireless MCUs|windows-x64, linux-x64, osx|
|PF_CC3X|SimpleLink™ Wi-Fi® CC32xx Wireless MCUs|windows-x64, linux-x64, osx|
|PF_CC2538|CC2538 IEEE 802.15.4 Wireless MCUs|windows-x64, linux-x64, osx|
|PF_C28|C2000 real-time MCUs|windows-x64, linux-x64, osx|
|PF_TM4C|TM4C12x ARM® Cortex®-M4F core-based MCUs|windows-x64, linux-x64, osx|
|PF_PGA|PGA Sensor Signal Conditioners|windows-x64, linux-x64, osx|
|PF_HERCULES|Hercules™ Safety MCUs|windows-x64, linux-x64, osx|
|PF_SITARA|Sitara™ AM3x, AM4x, AM5x and AM6x MPUs (will also include AM2x for CCS 10.x)|windows-x64, linux-x64|
|PF_SITARA_MCU|Sitara™ AM2x MCUs (only supported in CCS 11.x and greater)|windows-x64, linux-x64|
|PF_OMAPL|OMAP-L1x DSP + ARM9® Processor|windows-x64, linux-x64|
|PF_DAVINCI|DaVinci (DM) Video Processors|windows-x64, linux-x64|
|PF_OMAP|OMAP Processors|windows-x64, linux-x64|
|PF_TDA_DRA|TDAx Driver Assistance SoCs & Jacinto DRAx Infotainment SoCs|windows-x64, linux-x64|
|PF_C55|C55x ultra-low-power DSP|windows-x64, linux-x64|
|PF_C6000SC|C6000 Power-Optimized DSP|windows-x64, linux-x64|
|PF_C66AK_KEYSTONE|66AK2x multicore DSP + ARM® Processors & C66x KeyStone™ multicore DSP|windows-x64, linux-x64|
|PF_MMWAVE|mmWave Sensors|windows-x64, linux-x64|
|PF_C64MC|C64x multicore DSP|windows-x64, linux-x64|
|PF_DIGITAL_POWER|UCD Digital Power Controllers|windows-x64, linux-x64|
#### Examples
``` ccs_setup_9.2.0.00006.exe --prefix c:\ti\mydir --enable-components PF_MSP430,PF_MSP432 --install-BlackHawk true ```
The example above will install the MSP430 and MSP432 product families of CCS version 9.2.0.00006 in c:\ti\mydir\ccs920. It will also install BlackHawk debug probes.
``` ccs_setup_9.2.0.00006.bin --prefix $HOME/myinstalldir --enable-components PF_CC2X --mode unattended ```
The example above will install SimpleLink™ CC13xx and CC26xx Wireless MCUs of CCS version 9.2.0.00006 in $HOME/ti/ccs920 without asking the user for any input.
[[y NOTE
Later versions of the CCS Linux installer have a file name extension of `*.run`. The instructions for these installers remain the same.
]]