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.

CCS/TDA4VM: XDS110 firmware updating fail

Part Number: TDA4VM

Tool/software: Code Composer Studio

Hi

I'm trying to update firmware of XDS110 as below. But there is no operation after switching device into DFU mode.

LED light is off after "xdadfu -m" command.

wook@jwook-DESKTOP:~/ti/ccs_base/common/uscif/xds110$ ./xdsdfu -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 Embed with CMSIS-DAP
Version: 2.3.0.18
Manufacturer: Texas Instruments
Serial Num: 49190380
Mode: Runtime
Configuration: Standard

Switching device into DFU mode.


jwook@jwook-DESKTOP:~/ti/ccs_base/common/uscif/xds110$ ./xdsdfu -f firmware.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.

Please let me know some guidance for this.

Thanks,

Aiden.

  • Hi

    Actually I connected USB cable between PC and Board's XDS110 usb port without XDS110 DEBUG PROBE.

    Is it possible connects directly without XDS110 DEBUG PROBE?

    Thanks,

    Aiden.

  • Hi Aiden,

    aiden kim said:

    Actually I connected USB cable between PC and Board's XDS110 usb port without XDS110 DEBUG PROBE.

    Is it possible connects directly without XDS110 DEBUG PROBE?

    I looked at the specifications for the TDA4 EVM board and it looks like there is an integrated XDS110 debug probe on the board. So all you need to do is to connect the USB cable to use it.

    Regrinding updating the xds110 firmware, it should automatically be done when connecting to it using CCS. Have you tried starting a debug session with CCS IDE?

    Thanks

    ki 

  • Hi ki

    Thanks for your reply.

    I will close this.

    Thanks,

    Aiden