This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3130: programming with Uniflash Command Line Interface

Part Number: CC3130
Other Parts Discussed in Thread: UNIFLASH, CC3120

HI am going to program CC3130 through using the CLI interface of the Uniflash programmer, in the user guide SWRU469 there is a description how to program a CC3120 combining the application code and the Service Pack.

Having a CC313x there is no application code so I should only have to flash the xxx.sli image file. When trying to flash it fails on setting up configuration parameters tried to find the ccxml files but in the Uniflash directories only CC32** types exist.


Failed: the option '--config' is required but missing

Usage:
dslite flash --config=ccxml-file [options] [flash-file1 ...]

  • Hi,

    dslite with --mode argument should indicate what chipset you are using.

    I do not see it in your command line.

    In order to flash an SLI image to CC31xx, you should invoke:

    dslite.bat --mode cc31xx project program --name <project name>

    Regards,

    Shlomi