I cannot connect the debugger to the target platform.
.
Specifically, I have both the UART(usb) and JTAG(usb) cables connected, see output of lsusb {below}, it shows the Cypres device (the UART) and the FTDI FT232H the JTAG(usb).
.
I downloaded and believe I have installed the Digilent SW drivers correctly, the install program installed files in: /usr/local/lib64/digilent {and various other places}.
.
The DMESG is reporting the device, but I don't understand why it is being disconnected {see below]
.
duane@asus:~$ lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 003: ID 04b4:0008 Cypress Semiconductor Corp.
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 006: ID 0403:6014 Future Technology Devices International, Ltd FT232H Single HS USB-UART/FIFO IC
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 13d3:5188 IMC Networks
duane@asus:~$
.
.
duane@asus:~$ dmesg
[ 6284.051581] usb 3-3: new high-speed USB device number 7 using xhci_hcd
[ 6284.073114] usb 3-3: New USB device found, idVendor=0403, idProduct=6014
[ 6284.073125] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6284.073131] usb 3-3: Product: Digilent USB Device
[ 6284.073136] usb 3-3: Manufacturer: Digilent
[ 6284.073140] usb 3-3: SerialNumber: 210248518023
[ 6284.075826] ftdi_sio 3-3:1.0: FTDI USB Serial Device converter detected
[ 6284.075915] usb 3-3: Detected FT232H
[ 6284.075922] usb 3-3: Number of endpoints 2
[ 6284.075927] usb 3-3: Endpoint 1 MaxPacketSize 512
[ 6284.075932] usb 3-3: Endpoint 2 MaxPacketSize 512
[ 6284.075937] usb 3-3: Setting MaxPacketSize 512
[ 6284.076443] usb 3-3: FTDI USB Serial Device converter now attached to ttyUSB0
[ 6284.090297] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[ 6284.090331] ftdi_sio 3-3:1.0: device disconnected
duane@asus:~$