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/LAUNCHXL-CC1312R1: Linux Problem with XDS

Part Number: LAUNCHXL-CC1312R1


Tool/software: Code Composer Studio

I have an LaunchPad CC1312R2 and MY CCS versio nis 9.3.

Due to some contrainst , i need to work on both WIndows and Linux enviroment.

My launchpad was able to work on Windows (same launchpad with CCS9.3).

However, i was not able to debug , THE problem of

it urge me to upgrade the XDS firmware but its always fail in upgrading.

I have download the XDS_Emulation_Software_Package as pointed in the thread

https://e2e.ti.com/support/tools/ccs/f/81/t/566548?CCS-LAUNCHXL-CC2650-Firmware-version-of-XDS110-on-CC2650-LaunchPad-conflict-with-CCSv7-

However for STEP

  1. Attach CC2650 LaunchPad to PC and check the System Info for an entry called "Texas Instruments Debug Probes".
  2. Open DOS and cd \ti\ccsv7\ccs_base\common\uscif\xds110\
  3. Execute xdsdfu -m
  4. Wait for entry "Stellaris Device Firmware Upgrade" to appear in System Info.
  5. Execute xdsdfu -f firmware.bin -r



  6. I was missing the STEP 4 and So still fail at this moment.

    Thanks

    PS i can read the XDS in my LINUX

    Jeff

  • Jeff Yu said:
    I was missing the STEP 4 and So still fail at this moment.

    If there any message after you execute step 3? Does it say you successfully entered DFU mode? If so, can you execute step 5?

  • Hi Ki,

    PS i was not able to work on Linux and can able to work in windows.

    here the screeshot for the xds command

    apex@SH02:~/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:       3.0.0.11
    Manufacturer:  Texas Instruments
    Serial Num:    L21008WR
    Mode:          Runtime
    Configuration: Standard

    Switching device into DFU mode.
    apex@SH02:~/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.

    thanks

    Jeff

  • Jeff, sorry for the delay. When you run:

    ./xdsdfu -e

    What is the output?

    Thanks

    ki