Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hi there
CCS forces me to upgrade the firmware of my xds110 debug probe. However, straight forward approach didn't work, leading me to the folder
... ti\ccs1280\ccs\ccs_base\common\uscif\xds110
where I should read the instructions.
There it says:
2. Run the following two commands from directory with xdsdfu:
xdsdfu -m
xdsdfu -f firmware.bin -r
Done that and failed:
xdsdfu -e: showed the device connected
xdsdfu -m: led stopped shining
xdsdfu -f firmware.bin -r: requiested device not found... ??!
Unplug and replug it brought it back again with previous firmware.
What's the issue?
Cheers Nik
Here the entire trace of my attempt:
PS C:\ti\ccs1280\ccs\ccs_base\common\uscif\xds110> ./xdsdfu.exe -e
USB Device Firmware Upgrade Utility
Copyright (c) 2008-2019 Texas Instruments Incorporated. All rights reserved.
Scanning USB buses for supported XDS110 devices...
<<<< Device 0 >>>>
VID: 0x0451 PID: 0xbef3
Device Name: XDS110 Probe with CMSIS-DAP
Version: 3.0.0.29
Manufacturer: Texas Instruments
Serial Num: NOserial
Mode: Runtime
Configuration: Standard
Found 1 device.
PS C:\ti\ccs1280\ccs\ccs_base\common\uscif\xds110> ./xdsdfu.exe -m
USB Device Firmware Upgrade Utility
Copyright (c) 2008-2019 Texas Instruments Incorporated. All rights reserved.
Scanning USB buses for supported XDS110 devices...
<<<< Device 0 >>>>
VID: 0x0451 PID: 0xbef3
Device Name: XDS110 Probe with CMSIS-DAP
Version: 3.0.0.29
Manufacturer: Texas Instruments
Serial Num: NOserial
Mode: Runtime
Configuration: Standard
Switching device into DFU mode.
PS C:\ti\ccs1280\ccs\ccs_base\common\uscif\xds110> .\xdsdfu.exe -f .\firmware_3.0.0.31.bin -r
USB Device Firmware Upgrade Utility
Copyright (c) 2008-2019 Texas Instruments Incorporated. All rights reserved.
Scanning USB buses for supported XDS110 devices...
The requested device was not found on the bus.
PS C:\ti\ccs1280\ccs\ccs_base\common\uscif\xds110>