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
* [ota] Automatic NotifyUpdateApplied
Add two methods to OTAImageProcessor:
- IsFirstImageRun() to determine if the currently running
image is executed for the first time
- ConfirmCurrentImage() to confirm that the current image
is stable and the update can be left permanently.
Add storing and loading the current provider and the
update token in OTARequestor.
Then extend GenericOTARequestorDriver to automatically
confirm the current image and send NotifyUpdateApplied
command to the last provider.
* Fix build
0 commit comments