Easy ESP32 flashing! #7510
Replies: 4 comments 4 replies
-
|
Posted at 2025-01-12 by @MaBecker Many thanks for making this available! Posted at 2025-01-13 by @yerpj fantastic! Posted at 2025-01-14 by @yerpj 2v25 seems not to support ESP32C3 as far as I can see Anyone had success flashing a C3? Posted at 2025-01-15 by @gfwilliams Ahh, sorry - just checked and the manifest file was missing a hyphen so it wanted ESP32-C3 and not ESP32C3 Just tweaked it and it works now - you'll have to make sure you refresh the page so https://www.espruino.com/binaries/espruino_2v25_espressif_manifest.json picks up the correct hyphenation Posted at 2025-01-15 by @yerpj That's great, now it works, thank you very much! Posted at 2025-02-05 by @SimonGAndrews only just saw this. Very Neat. |
Beta Was this translation helpful? Give feedback.
-
|
Any hope that ESP32-C6 will be added too? |
Beta Was this translation helpful? Give feedback.
-
|
Hi , @gfwilliams Whats the schedule for the updates to sources for the //www.espruino.com/Espressif+Flash) . Like today there was a commit on the ESP build code when does that become available on the flasher. |
Beta Was this translation helpful? Give feedback.
-
|
I have built a version of the ESP Flasher localESPFlasher (with the help of OpenAI Codex) to provide developers with a tool for quickly sanity-testing Espruino build changes, both from local builds and from Espruino pull request artifacts. Hopefully it will be useful and work for others also. @gfwilliams and @MaBecker . Gordon thanks for the lead above. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-12-13 by @gfwilliams
Just to let you know I added the ESP32 web flasher to the Espruino website so you can now easily install the ESP32 firmware.
https://www.espruino.com/Espressif+Flash
It should work on ESP32/ESP32C3/ESP32S3 and ESP8266 - but I've only added ESP32C3 builds since 2v25.
The tools used are these ones: https://esphome.github.io/esp-web-tools/
Beta Was this translation helpful? Give feedback.
All reactions