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
Checked the issue tracker for similar issues to ensure this is not a duplicate.
Provided a clear description of your suggestion.
Included any relevant context or examples.
Issue or Suggestion Description
Does ESP Mesh Lite mark the OTA partition as valid after boot?
We are doing that manually but sometimes we are failing to obtain the partition state as ESP_OTA_IMG_PENDING_VERIFY because it has already been marked as ESP_OTA_IMG_VALID. In those cases we see this warning log line:
W (2597) ESP_Mesh_Lite_OTA: SHA-256 for current firmware: ...
Anything you can share about this process?
Thank you very much!
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Partition Verification after OTA
Partition Verification after OTA (AEGHB-967)
Jan 29, 2025
Is there a way to disable the automatic 'set pending activation partition valid' feature? If esp-mesh-lite enforces this, we won't be able to perform customized checks.
Checklist
Issue or Suggestion Description
Does ESP Mesh Lite mark the OTA partition as valid after boot?
We are doing that manually but sometimes we are failing to obtain the partition state as
ESP_OTA_IMG_PENDING_VERIFY
because it has already been marked asESP_OTA_IMG_VALID
. In those cases we see this warning log line:Anything you can share about this process?
Thank you very much!
The text was updated successfully, but these errors were encountered: