OTA update #13120
-
Hi, I want to implement OTA updates for my ESP32 microcontroller. I flashed micropython firmware with OTA support (one partition for
Right now, I'm stuck trying to at Step 1. I tried to get/download .bin file using
Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should use the See https://github.com/glenn20/micropython-esp32-ota for more details abour the |
Beta Was this translation helpful? Give feedback.
You should use the
.app_bin
files (which can be downloaded from from https://micropython.org/download/?mcu=esp32), not the micropython.bin
files, for OTA updates.See https://github.com/glenn20/micropython-esp32-ota for more details abour the
.app-bin
files and examples (and a tool to perform ota updates from urls).