Part Number:CCSTUDIO
Tool/software: Code Composer Studio
I'm attempting to perform an unattended installation of Code Composer Studio v7 in a linux environment. My intent is to include the following in a batch file to automatically select a subset of packages to install:
./ccs_setup_linux64_7.1.0.00015.bin --mode unattended --optionefile <option_file>
I struggled to locate documentation on the format of the <option_file> to select the packages for installation. For example, I only wish to install "C6000 Power-Optimized DSP" and "Blackhawk Debug Probes".
How do I achieve this with the installation command line?