ESP32: ESP-IDF JTAG Debugging

API Guides ยป JTAG Debugging

JTAG Debugging for ESP32 (with Segger J-Link)
VSCode JTAG Debugging of ESP32 – Part 1

[  208.808349] usb 1-2: new high-speed USB device number 8 using xhci_hcd
[  208.958295] usb 1-2: New USB device found, idVendor=14cd, idProduct=8601
[  208.958312] usb 1-2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[  208.958322] usb 1-2: Product: USB 2.0 Hub            
[  208.958333] usb 1-2: Manufacturer: USB Device  
[  208.961206] hub 1-2:1.0: USB hub found
[  208.961433] hub 1-2:1.0: 4 ports detected
[  209.248389] usb 1-2.1: new high-speed USB device number 9 using xhci_hcd
[  209.357765] usb 1-2.1: New USB device found, idVendor=0403, idProduct=8a98
[  209.357781] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  209.357794] usb 1-2.1: Product: TIAO USB Multi-Protocol Adapter
[  209.357804] usb 1-2.1: Manufacturer: TIAO
[  209.357814] usb 1-2.1: SerialNumber: TIM01936
[  209.448377] usb 1-2.2: new full-speed USB device number 10 using xhci_hcd
[  209.560734] usb 1-2.2: New USB device found, idVendor=0403, idProduct=6001
[  209.560750] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  209.560762] usb 1-2.2: Product: FT232R USB UART
[  209.560772] usb 1-2.2: Manufacturer: FTDI
[  209.560781] usb 1-2.2: SerialNumber: A50285BI
[  209.644372] usb 1-2.3: new full-speed USB device number 11 using xhci_hcd
[  209.751128] usb 1-2.3: New USB device found, idVendor=10c4, idProduct=ea60
[  209.751140] usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  209.751150] usb 1-2.3: Product: CP2104 USB to UART Bridge Controller
[  209.751158] usb 1-2.3: Manufacturer: Silicon Labs
[  209.751165] usb 1-2.3: SerialNumber: 01496CAC
[  209.823116] usbcore: registered new interface driver usbserial_generic
[  209.823186] usbserial: USB Serial support registered for generic
[  209.833881] usbcore: registered new interface driver ftdi_sio
[  209.834081] usbserial: USB Serial support registered for FTDI USB Serial Device
[  209.834431] usb 1-2.1: Ignoring serial port reserved for JTAG
[  209.834490] ftdi_sio 1-2.1:1.1: FTDI USB Serial Device converter detected
[  209.834691] usb 1-2.1: Detected FT2232H
[  209.836784] usbcore: registered new interface driver cp210x
[  209.837796] usbserial: USB Serial support registered for cp210x
[  209.838863] cp210x 1-2.3:1.0: cp210x converter detected
[  209.839442] usb 1-2.1: FTDI USB Serial Device converter now attached to ttyUSB0
[  209.839561] ftdi_sio 1-2.2:1.0: FTDI USB Serial Device converter detected
[  209.839620] usb 1-2.2: Detected FT232RL
[  209.839953] usb 1-2.2: FTDI USB Serial Device converter now attached to ttyUSB1
[  209.843666] usb 1-2.3: cp210x converter now attached to ttyUSB2

Leave a Reply

Your email address will not be published. Required fields are marked *