Replies: 1 comment 1 reply
-
It is based on the typical process from Espressif webpage. I use VSCode plugin, which is almost "install & play". https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32/get-started/vscode-setup.html Basically, build button, put the device in DFU mode and flash button and voila. DFU mode could be quite tricky, but my board has BOOT and RESET buttons, which enter in DFU when pressed both same time (similarly to RP2040). If you are interested only in flashing, you can use ESP32 Flasher tool at https://www.picokeys.com/esp32-flasher/ which will flash your board without downloading any framework. Just put it in DFU and click on Flash. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
i couldnt find how to build for esp32 board
also instead of entering boot mode as USB storage - it is always recognized as serial port
how to flash it?
thanks
Beta Was this translation helpful? Give feedback.
All reactions