Open maciekish opened 2 months ago
@me-no-dev | @P-R-O-C-H-Y : Could you please help with this macOS issue?
If you hold down the gpio0 (boot) button and then press the reset button, do you see the Espressif USB JTAG device in lsusb? You must manually put the device into download mode this way the first time you upload code. This will install a firmware that then understands how to provide usb-cdc. Your menu there does not look like 3.0.4. Mine looks like this:
Are both USB ports part of the board or have you attached the USB port directly to the pins?
Board
esp32-s3-devkitc-1
Device Description
esp32-s3-devkitc-1
Hardware Configuration
Both USB OTG and UART connected to macOS via separate USB cables.
Version
v3.0.4
IDE Name
Arduino IDE & PlatformIO
Operating System
macOS 15.1
Flash frequency
80Mhz
PSRAM enabled
no
Upload speed
460800
Description
USB OTG port does not appear on macOS, i have tried -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 in PlatformIO and the bewlo in Arduino IDE. Yes, i have tried three different cables.
This is all i get, usbserial-110 is the UART i use for programming, no OTG port...
lsusb can also only see the UART, no OTG/CDC
Sketch
Debug Message
dmesg
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide