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.

Linux/CC2650: TI CC2650 LaunchPad is not recognized by Ubuntu

Part Number: CC2650
Other Parts Discussed in Thread: CC3200

Tool/software: Linux

Hello everyone,

I have bought TI CC2650 LaunchPad, but faced with issue. This board is not recognized by Ubuntu 16.04. On Windows platform all work properly. Board is recognized and I can even debug some software on it. It is an issue only on LInux

Another my board TI CC3200 is recognized by Ubuntu, I guess because there are used FTDI chip and it is recognized as /dev/ttyUSB1

In CCS Studio an issue gotten:

[Start]

Execute the command:

%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -S integrity

[Result]


-----[Print the board config pathname(s)]------------------------------------

/home/redra/.ti/ti/2/0/BrdDat/testBoard.dat

-----[Print the reset-command software log-file]-----------------------------

This utility has selected a 100- or 510-class product.
This utility will load the adapter 'libjioxds110.so'.
The library build date was 'Feb  8 2018'.
The library build time was '18:25:14'.
The library package version is '7.0.188.0'.
The library component version is '35.35.0.0'.
The controller does not use a programmable FPGA.

An error occurred while hard opening the controller.

-----[An error has occurred and this utility has aborted]--------------------

This error is generated by TI's USCIF driver or utilities.

The value is '-260' (0xfffffefc).
The title is 'SC_ERR_XDS110_OPEN'.

The explanation is:
An attempt to connect to the XDS110 failed.
The cause may be one or more of: no XDS110 is connected, invalid
firmware update, invalid XDS110 serial number, or faulty USB
cable. The firmware and serial number may be updated using the
xdsdfu utility found in the .../ccs_base/common/uscif/xds110
directory of your installation. View the ReadMe.txt file there
for instructions.

[End]

Had anyone such kind of issues ?