tmedicci commented on issue #12905: URL: https://github.com/apache/nuttx/issues/12905#issuecomment-2287016098
Hi @FelipeMdeO , Considering the message `Error: esp_usb_jtag: could not find or open device!`, it seems the USB/JTAG port is not connected. Can you please double-check if the 2nd USB port (the one in the right) is connected? You should expected something like that on your `dmesg` when you attach the USB-C cable to the USB/JTAG port of the ESP32-C6: ``` [1214203.144071] usb 3-1.2.2: new full-speed USB device number 109 using xhci_hcd [1214203.259848] usb 3-1.2.2: New USB device found, idVendor=303a, idProduct=1001, bcdDevice= 1.02 [1214203.259867] usb 3-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [1214203.259874] usb 3-1.2.2: Product: USB JTAG/serial debug unit [1214203.259880] usb 3-1.2.2: Manufacturer: Espressif [1214203.259884] usb 3-1.2.2: SerialNumber: 60:55:F9:F7:4C:D4 [1214203.274098] cdc_acm 3-1.2.2:1.0: ttyACM0: USB ACM device ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
