-
Notifications
You must be signed in to change notification settings - Fork 18k
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
Tools: uploader.py: verify correct install #29164
base: master
Are you sure you want to change the base?
Conversation
rafasaurus
commented
Jan 28, 2025
- Implement functionality to verify correct firmware installation
- Utilize existing code with an additional argument for verification
- Implement functionality to verify correct firmware installation - Utilize existing code with an additional argument for verification
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"verify" is really, "verify that the flash worked".
You're re-using the functionality, but that terminology isn't really applicable in this case.
I'm OK with the current name of the parameter, but if we can find something better that would be good!
--assert-firmware-is
would work, but a little verbose
In any case, a slightly better description is called for...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... also, please fold all of this into the one commit . The one starting with Tools:
looks appropriate.
Better argument description Co-authored-by: Peter Barker <[email protected]>
Should we just squash and merge? |