1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Support FS update in two steps (#6505)

* Support FS update in two steps
This commit is contained in:
Robin Richtsfeld
2019-10-16 10:11:15 +02:00
committed by david gauchard
parent 40f456aca3
commit 45d71ae4bd
3 changed files with 45 additions and 8 deletions

View File

@ -646,6 +646,8 @@ Update process - memory view
- the new sketch is now copied "over" the old one.
- the new sketch is started.
By default, filesystem updates are overriding the target flash directly. In order to use the same two step process set the `ATOMIC_FS_UPDATE` flag.
.. figure:: update_memory_copy.png
:alt: Memory layout for OTA updates