Replies: 4 comments 2 replies
-
Which board, exactly? Double-click the reset button, a little bit slowly, to get the ...BOOT drive. |
Beta Was this translation helpful? Give feedback.
-
I use ESP32-S3 -WROOM-1 module to make minimal system, and use this firmware https://micropython.org/download/ESP32_GENERIC_S3/. I try two ways, but not work(BOOT drive not appear),
I install CircuitPython and use microcontroller.RunMode works fine. |
Beta Was this translation helpful? Give feedback.
-
import machine
machine.bootloader() |
Beta Was this translation helpful? Give feedback.
-
The S3 also supports "Touch 1200" speed toggle to enter the bootloader . 😕 Disregard the below - as I have actually never tested mpflash with that bootloader, Ill put it on the backlog ...
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I try use Adafruit TinyUF2 bootloader to install MicroPython on ESP32-S3, use https://micropython.org/resources/firmware/ESP32_GENERIC_S3-20250415-v1.25.0.uf2.
But I have no idea how to into UF2 bootloader mode after install MicroPython, CircuitPython use microcontroller.RunMode
Beta Was this translation helpful? Give feedback.
All reactions