Replies: 1 comment
-
Awesome! I test on Banana Pi BPI-Leaf-S3 with use target ( esp32/esp32s3_usb ) . It' works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Experimental USB support
For the esp32s3, Moddable has added experimental support for programming and debugging over the USB port using a MacOS host.
ESP32-S3-DevKitC-1-N8
The Espressif ESP32-S3-DevKitC-1-N8 has two USB ports on the board. One port is connected to a USB-to-serial chip and allows the device to be programmed and debugged like other ESP32 devices. Use the platform
esp32/esp32s3
for this configuration.The other port is connected to the USB pins on the ESP32-S3. Use the platform
esp32/esp32s3_usb
for this configuration.Adafruit QT Py ESP32-S3
The Adafruit QT Py ESP32-S3 has one USB port connected to the USB pins on the ESP32-S3 and no built-in USB-to-serial. Use the platform
esp32/qtpys3
for this device.Programming over USB
To program over USB, put the device in programming mode by pressing and holding the boot button while pressing and releasing the reset button. Then release the boot button.
Ensure the
UPLOAD_PORT
environment variable is not set:Build and install by using the
mcconfig
command like:After the install is done, the terminal will show:
Press the
reset
button on the device. The terminal will show something like:and the device will connect to xsbug.
Beta Was this translation helpful? Give feedback.
All reactions