You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a fixed offset must be specified for the write_flash command. An option to specify ESP32 partition name or ID should be added. This would allow either an offset that does not change or a partition that potentially changes to be used.
A real world example is the case of a SPIFFS filesystem partition. In the case where only the filesystem is to be updated, the offset where it resides needs to found and may vary across different builds and/or app revisions. It is not possible to OTA update in all environments where an ESP32 may be deployed.
The text was updated successfully, but these errors were encountered:
FayeY
changed the title
Add partition support to write_flash command.
[TW#17759] Add partition support to write_flash command.
Jan 17, 2018
projectgus
changed the title
[TW#17759] Add partition support to write_flash command.
Add partition support to write_flash command. (IDFGH-138)
Mar 12, 2019
As directed by espressif/esptool#262, I am opening this issue here.
The text was updated successfully, but these errors were encountered: