Part Number: CC3220S
Other Parts Discussed in Thread: UNIFLASH,
Hi team,
I was trying to program custom MAC address through CLI SLImageCreator.exe
I found it always showing unable to find the cfg.json file.
here's my cfg.json file content.
{
"SimpleLink":
{
"devMac" : "CC:BB:00:00:00:AA"
}
}
And the command line
C:\ti\uniflash_6.0.0\simplelink\imagecreator\bin>SLImageCreator.exe image program --file ..\examples\cc3220s_out_of_box_tirtos_Programming.sli --port COM95 --cfg_json ..\examples\cfg.json
I also tried absolute path but still showing cfg.json doesn't exist, please help!
