I’m unable to connect to my RED-V ThingPlus. JLink fails to find the device. When I plug the device in, only the following item shows up under lsusb
:
Bus 001 Device 032: ID 15a2:0073 Freescale Semiconductor, Inc. Kinetis Bootloader
And this is the output from sudo dmesg
:
[14762.216571] usb 1-6: new full-speed USB device number 33 using xhci_hcd
[14762.366996] usb 1-6: New USB device found, idVendor=15a2, idProduct=0073, bcdDevice= 0.02
[14762.367000] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[14762.367001] usb 1-6: Product: Kinetis Bootloader
[14762.367003] usb 1-6: Manufacturer: Freescale Semiconductor Inc.
[14762.369293] hid-generic 0003:15A2:0073.001F: hiddev0,hidraw1: USB HID v1.00 Device [Freescale Semiconductor Inc. Kinetis Bootloader] on usb-0000:00:14.0-6/input0
Output from JLinkGDBServer -if JTAG -speed 4000 -device FE310 -nogui
:
SEGGER J-Link GDB Server V7.84d Command Line Version
JLinkARM.dll V7.84d (DLL compiled Jan 25 2023 15:56:27)
Command line: -if JTAG -speed 4000 -device FE310 -nogui
-----GDB Server start settings-----
GDBInit file: none
GDB Server Listening port: 2331
SWO raw output listening port: 2332
Terminal I/O port: 2333
Accept remote connection: yes
Generate logfile: off
Verify download: off
Init regs on start: off
Silent mode: off
Single run mode: off
Target connection timeout: 0 ms
------J-Link related settings------
J-Link Host interface: USB
J-Link script: none
J-Link settings file: none
------Target related settings------
Target device: FE310
Target device parameters: none
Target interface: JTAG
Target interface speed: 4000kHz
Target endian: little
Connecting to J-Link...
Connecting to J-Link failed. Connected correctly?
GDBServer will be closed...
Shutting down...
Could not connect to J-Link.
Please check power, connection and settings.
When plugging the usb cable in, the orange light flashes briefly, and I saw the blue LED light up once when attempting to replug the USB. Double-tapping the reset button does not change the behavior of this connection.