-
Notifications
You must be signed in to change notification settings - Fork 0
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
Confusing output while doing flash write on apu2 #41
Comments
This looks like a duplicate of #15. |
This is a different problem. What I'm reporting here is not that it didn't flash but that it reports the confusing status |
We always print it no matter what the result was: https://github.com/Dasharo/osfv-scripts/blob/main/osfv_cli/osfv_cli/osfv_cli.py#L253 Should be an easy fix to pass (return) flashing result from the library to the CLI. |
This issue still occurs when flash device is not found:
|
Added PR which makes the script respect flashrom's return code.
|
The text was updated successfully, but these errors were encountered: