Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a CLI option to not auto apply every image #16500

Closed
carol-apple opened this issue Mar 21, 2022 · 0 comments · Fixed by #16533
Closed

Add a CLI option to not auto apply every image #16500

carol-apple opened this issue Mar 21, 2022 · 0 comments · Fixed by #16533
Assignees

Comments

@carol-apple
Copy link
Contributor

Problem

With #16482, a real Linux image is needed because it will apply the downloaded image via an execv. Prior to this change, it was a noop when an "apply" occurred so any small file can be used to test OTA transfer succeeded.

Without a proper image, the ota-requestor-app would terminate after the image has been transferred because it would be automatically applied.

A real Linux image is > 5.6 MB. This would take a significant amount of time to test a basic transfer flow.

Proposed Solution

Add a CLI option to make applying optional so that testing/development can continue without either of the two current outcomes above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants