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.

CC3235MODSF: unable to reconfigure device name using CLI

Part Number: CC3235MODSF
Other Parts Discussed in Thread: CC3235SF, UNIFLASH

Hi,

I have created the project and reconfigure in CLI. I am getting below error when I run the reconfigure command.

Step 1: 

dslite.bat --mode cc32xx project new --device CC3235SF --name test1
Executing the following command:


For more details and examples, please refer to the UniFlash Quick Start guide.

Config file (cfg.json) doesn't exist, using defaults
New project (test1) was successfully created in (C:\Users\Sundar\.SLImageCreator\projects\test1)

Step 2:

dslite.bat --mode cc32xx project reconfig --name test1 --file reconfig_example.json

For more details and examples, please refer to the UniFlash Quick Start guide.

Config file (cfg.json) doesn't exist, using defaults
Traceback (most recent call last):
File "<string>", line 5189, in <module>
File "<string>", line 5185, in main
File "<string>", line 5157, in cmdline
File "<string>", line 4394, in command_project_reconfig
File "c:\python27\Lib\json\__init__.py", line 291, in load
**kw)
File "c:\python27\Lib\json\__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "c:\python27\Lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "c:\python27\Lib\json\decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting property name: line 5 column 9 (char 82)
SLImageCreator returned -1

My reconfig looks like below.

{
"SimpleLink":
{
"deviceName": "testdevice",
}
}

Could you please help me to resolve the issue

Regards,

Sundar