forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
enhancementespressifapplies to multiple Espressif chipsapplies to multiple Espressif chipssupervisor
Milestone
Description
The esp32s2 brings WiFi
support and with that the possibility to have a mechanism for OTA
updates.
There are two domains for OTA
update implementation:
- User Code Update
- CircuitPython Update
User Code Update
For this my plan is to expose the circuitpy
drive as a network drive.
CircuitPython Update
The plan here is to have the user code handle firmware grabbing and for the flashing part I agree with what @tannewt suggests.
add an esp32s2 specific library that can write to the “other” OTA area and then switch to the alternate.
joshuapinterjoshuapinterjoshuapinter
Metadata
Metadata
Assignees
Labels
enhancementespressifapplies to multiple Espressif chipsapplies to multiple Espressif chipssupervisor