Hello,
My goal is to talk to an ARM mmc through a J-Link Segger serial link using this command:
However, I get the following error message:
No such file or directory: '/dev/ttyUSB3'If I use dmesg, I can see the Segger serial device connected to a usb port (see below):
However, I never see anything like, "... FTDI serial link established ..."
So it looks to me like I am connected to USB3 but that I can't open up a serial link. Also I see this:
Any idea as to why I can't open up a serial link?I am running Debian 11.7
Things I've tried:
1) install openocd
2) install python serial link
3) assigned myself to the dialout group
Thanks for any help
My goal is to talk to an ARM mmc through a J-Link Segger serial link using this command:
However, I get the following error message:
No such file or directory: '/dev/ttyUSB3'If I use dmesg, I can see the Segger serial device connected to a usb port (see below):
Source Code
- [159707.574338] usb 1-3: new full-speed USB device number 17 using xhci_hcd
- [159707.724537] usb 1-3: New USB device found, idVendor=1366, idProduct=0101, bcdDevice= 1.00
- [159707.724542] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
- [159707.724545] usb 1-3: Product: J-Link
- [159707.724546] usb 1-3: Manufacturer: SEGGER[159707.724548] usb 1-3: SerialNumber: 000801025943
However, I never see anything like, "... FTDI serial link established ..."
So it looks to me like I am connected to USB3 but that I can't open up a serial link. Also I see this:
Any idea as to why I can't open up a serial link?I am running Debian 11.7
Things I've tried:
1) install openocd
2) install python serial link
3) assigned myself to the dialout group
Thanks for any help
__________________
It's better to add by zero then multiply by it...
It's better to add by zero then multiply by it...