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.
Hi,
I want to do mass erase of cc2650 sensortag nodes with command line interface. Since I have a dozen of nodes, it is tedious to erase them all one by one. Do anyone know how to do that?
Thanks in advance!
Dingwen
If you connect all of them to different XDS110 debuggers, I suppose you can write a bat script to do mass erase automatically in batch.
Hi YK Chen,
Thanks for the hint. In my case, each node is connected to a separate debugger.
Could you be more specific on how such a batch file will look like. BTW, I am using the linux system.
Regards,
Dingwen
Hi YiKai Chen,
You are talking Uniflash v3 for CC3100/CC3200. But I am using Uniflash 5.2.0 that supports CC2650. There is even no uniflashCLT.sh in the installation folder.
Regards,
Dingwen
Hi YK Chen,
Could you be a bit more specific. As for CLI tool to do mass erase, I am not aware of any linux-based solution. But under windows, we can use srfprog.exe for that.
Do you know whether dbgjtag can be used for this purpose? If yes, how?
Thanks!
Dingwen
On linux, you can use "dslite --mode cc13xx-cc26xx-mass-erase -d XDS110
" to do mass erase. You can refer to UniFlash Quick Start Guide.
Hi YiKai Chen,
Thanks for the hint. Occasionally the command is successful. But most of the time, I got the following error:
Performing Device Unlock via Mass Erase...
Failed: Reset failed: retcode=-1
But I can do mass erase with the Uniflash GUI? What is the difference of the CLI and GUI?
Thanks!
Dingwen
I have gave you the command "dslite --mode cc13xx-cc26xx-mass-erase -d XDS110
" to do mass erase” on Linux and I can use it on Linux to do mass erase.