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

AP_Bootloader: Increment BL Protocol Version #14765

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

meee1
Copy link
Contributor

@meee1 meee1 commented Jul 7, 2020

This is required to identify boards that are not running the most current bootloader, and prompt for an upgrade. If there is another way to detect this, please let me know

This is required to identify boards that are not running the most current bootloader, and prompt for an upgrade. If there is another way to detect this, please let me know
@WickedShell
Copy link
Contributor

I don't know of a better way, but I'd really like to get a git hash with a command to query it stuck in, if possible.

@peterbarker
Copy link
Contributor

peterbarker commented Jul 7, 2020 via email

@tridge
Copy link
Contributor

tridge commented Jul 7, 2020

instead of a git hash, a year, month, day as a uint32_t may be more useful. The GCS could then check if it is later than a specific date.

@WickedShell
Copy link
Contributor

@tridge I'm good with both, but I'd really like the hash, just so I can tell if my custom bootloader was flashed or not... The hash may also more helpful if someone is flashing in a factory setting and compiled it locally from the tree. The date is definitely better for telling about updates, but the hash is needed for tracking reasons of what was actually flashed.

@auturgy
Copy link
Contributor

auturgy commented Jul 7, 2020 via email

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.

5 participants