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

Tools: uploader.py: verify correct install #29164

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rafasaurus
Copy link

  • 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
Copy link
Contributor

@peterbarker peterbarker left a 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...

Tools/scripts/uploader.py Outdated Show resolved Hide resolved
Copy link
Contributor

@peterbarker peterbarker left a 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]>
@rafasaurus
Copy link
Author

... also, please fold all of this into the one commit . The one starting with Tools: looks appropriate.

Should we just squash and merge?

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

Successfully merging this pull request may close these issues.

4 participants