Guest User

Untitled

a guest
Dec 5th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. #### this gets logged to `dmesg` after I plug in the ecpix5 via USB:
  2.  
  3. [1097822.048698] usb 1-3.4.4: new high-speed USB device number 66 using xhci_hcd
  4. [1097822.137042] usb 1-3.4.4: New USB device found, idVendor=0403, idProduct=6010, bcdDevice= 7.00
  5. [1097822.137056] usb 1-3.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  6. [1097822.137062] usb 1-3.4.4: Product: Dual RS232-HS
  7. [1097822.137067] usb 1-3.4.4: Manufacturer: FTDI
  8. [1097822.142673] ftdi_sio 1-3.4.4:1.0: FTDI USB Serial Device converter detected
  9. [1097822.142738] usb 1-3.4.4: Detected FT2232H
  10. [1097822.143085] usb 1-3.4.4: FTDI USB Serial Device converter now attached to ttyUSB0
  11. [1097822.143496] ftdi_sio 1-3.4.4:1.1: FTDI USB Serial Device converter detected
  12. [1097822.143549] usb 1-3.4.4: Detected FT2232H
  13. [1097822.143814] usb 1-3.4.4: FTDI USB Serial Device converter now attached to ttyUSB1
  14.  
  15. #### this gets logged to `dmesg` ass soon as I issue the openocd programming command:
  16.  
  17. [1097828.385827] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
  18. [1097828.385856] ftdi_sio 1-3.4.4:1.0: device disconnected
  19.  
Advertisement
Add Comment
Please, Sign In to add comment