mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00
docs(fota): Add gif to tell how FOTA works
This commit is contained in:
BIN
docs/_static/multi-ota-urls.gif
vendored
Normal file
BIN
docs/_static/multi-ota-urls.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 646 KiB |
BIN
docs/_static/single_ota_url.gif
vendored
Normal file
BIN
docs/_static/single_ota_url.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 910 KiB |
@ -41,6 +41,20 @@ When FOTA completing, the partition map may look like the following graph (what
|
|||||||
|
|
||||||
In this case, there are about 40KB(4KB + 16KB + 4KB + 16KB) flash size cannot be used by users.
|
In this case, there are about 40KB(4KB + 16KB + 4KB + 16KB) flash size cannot be used by users.
|
||||||
|
|
||||||
|
FOTA by Single Firmware URL
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
|single_ota_url|
|
||||||
|
|
||||||
|
.. |single_ota_url| image:: ../../_static/single_ota_url.gif
|
||||||
|
|
||||||
|
FOTA by Multi Firmware URLs
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
|multi-ota-urls|
|
||||||
|
|
||||||
|
.. |multi-ota-urls| image:: ../../_static/multi-ota-urls.gif
|
||||||
|
|
||||||
Workflow
|
Workflow
|
||||||
========
|
========
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user