I am just newbie here and have a simple question. When I connect EVMK2HX evaluation module to my PC via USB cable and set NewTargetConfiguration in CCSv6.2, the connection test fails and said:
================================================================
[Start: Texas Instruments XDS2xx USB Onboard Debug Probe_0]
Execute the command:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
/root/.ti/ti/0/0/BrdDat/testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 560/2xx-class product.
This utility will load the program 'xds2xxu.out'.
E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Open::dtc_io
Failed to open i/o connection (xds2xxu:0)
An error occurred while soft 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 '-250' (0xffffff06).
The title is 'SC_ERR_ECOM_EMUNAME'.
The explanation is:
An attempt to access the debug probe via USCIF ECOM has failed.
[End: Texas Instruments XDS2xx USB Onboard Debug Probe_0]
================================================================
I set the optiion in NewTargetConfiguration as below:
My computer has the OS of Ubuntu 14.04, installed CCSv6.2, Processor-SDK.
I keep Dip's setting as 0010 in EVM board.
However I could connect EVM in terminal window by command “picocom -b 115200 /dev/ttyUSB0”, so I think the USB cable and port works well.
Could any one help check how to solve this issue?
Really appreciate!!