Hello,
I'm trying to flas the XDS110 using the firmware from ti_emupack_setup_9.1.0.00001_linux_x86_64.bin
$:~/ti/ccs_base/common/uscif/xds110$ ./xdsdfu -f firmware_3.0.0.11.bin -r USB Device Firmware Upgrade Utility Copyright (c) 2008-2019 Texas Instruments Incorporated. All rights reserved. Scanning USB buses for supported XDS110 devices... Downloading firmware_3.0.0.11.bin to device... $:~/ti/ccs_base/common/uscif/xds110$ ./xdsdfu -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: 0x1cbe PID: 0x00ff Device Name: Tiva Device Firmware Update Manufacturer: Texas Instruments Incorporated Serial Num: 00000000 Mode: DFU Found 1 device.
I can see in dmesg that the device does not change state from DFU to XDS
[ 4398.094741] usb 1-1: usbfs: process 4112 (xdsdfu) did not claim interface 0 before use [ 4404.936944] usb 1-1: USB disconnect, device number 12 [ 4405.314969] usb 1-1: new full-speed USB device number 13 using xhci_hcd [ 4405.464630] usb 1-1: New USB device found, idVendor=1cbe, idProduct=00ff, bcdDevice= 0.01 [ 4405.464636] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4405.464639] usb 1-1: Product: Tiva Device Firmware Update [ 4405.464643] usb 1-1: Manufacturer: Texas Instruments Incorporated [ 4405.464645] usb 1-1: SerialNumber: 00000000
I'm using Linux visteon-XPS-15-9560 5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux; Ubuntu 18.04.4 LTS.
Please advise.