SWRU558 June 2020 CC3100 , CC3100MOD , CC3200 , CC3200MOD
To get help on command syntax, run the following command:
On Windows:
>> uniflashCLI.bat –help
***** Texas Instruments Universal Flash Programmer *****
Usage: uniflash [CONFIG] [SETTINGS] [OPERATION]
[CONFIG]:
-config <configPath>
[SETTINGS]
-listOptions
-setOptions <OptID1>=<Value1> ... <OptIDN>=<ValueN>
[OPERATION]
-listOperations
-operation <opCode1> ... <opCodeN>
<End of command>
On Linux:
>> ./uniflashCLI.sh –help
***** Texas Instruments Universal Flash Programmer *****
Usage: uniflash [CONFIG] [SETTINGS] [OPERATION]
[CONFIG]:
-config <configPath>
[SETTINGS]
-listOptions
-setOptions <OptID1>=<Value1> ... <OptIDN>=<ValueN>
[OPERATION]
-listOperations
-operation <opCode1> ... <opCodeN>
<End of command>
To get help on the list of setting options and operations, run the following command:
On Windows:
uniflashCLI.bat –config <any existing *.ucf> -listOptions -listOperations
***** Texas Instruments Universal Flash Programmer *****
> Available Options:
* debug - determine if debug output is enabled or not [true,false(default)]
* com - the COM port to use when connecting to the device via serial interface
* capacity - the capacity format flag [512KB, 1MB(default),2MB,4MB,8MB,16MB]
* spPath - path to the service pack file (for the servicePackUpdate operation)
* imagePath - path to the gang image file (for the imageProgramming operation)
> Available Operations:
* getVersion - Get the available version information from the device (Bootloader)
* format - Format the serial Flash (use secure, alert and capacity option to control the operation)
* program - Program the serial Flash based on the given configuration
* servicePackUpdate - Apply a service pack bundle to the device
* imageProgramming - Programs the provided image to the device
<End of command>
On Linux:
./uniflashCLI.sh –config <any existing *.ucf> -listOptions -listOperations
***** Texas Instruments Universal Flash Programmer *****
> Available Options:
* debug - determine if debug output is enabled or not [true,false(default)]
* com - the COM port to use when connecting to the device via serial interface
* capacity - the capacity format flag [512KB, 1MB(default),2MB,4MB,8MB,16MB]
* spPath - path to the service pack file (for the servicePackUpdate operation)
* imagePath - path to the gang image file (for the imageProgramming operation)
* imageVerify - determines if we need to verify after image programming [true,false(default)]
> Available Operations:
* getVersion - Get the available version information from the device (Bootloader)
* format - Format the serial Flash (use secure, alert and capacity option to control the operation)
* program - Program the serial Flash based on the given configuration
* servicePackUpdate - Apply a service pack bundle to the device
* imageProgramming - Programs the provided image to the device
<End of command>