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

bootloader: reserve device info fields for reading bootloader/application information from bootloader #24182

Closed

Conversation

joshanne
Copy link

@joshanne joshanne commented Jan 8, 2025

This PR is to reserve the entries to maintain compatability with the ArduPilot bootloader implementation that I'm looking to have merged.

If PX4 chooses to implement this, it would allow for:

  • report bootloader build options (ie. is a bootloader feature supported)
  • read bootloader build SHA
  • read application build SHA

See: ArduPilot/ardupilot#28492

…tion information from bootloader

Support for reading bootloader SHA is being added to ArduPilot - so reserving the device info fields here to maintain compatibility.
@joshanne joshanne force-pushed the pr/add-reading-of-git-sha-to-bootloader branch from 14007f2 to 0ef0097 Compare January 8, 2025 01:52
@joshanne
Copy link
Author

joshanne commented Jan 8, 2025

Apparently there's already a way to report bootloader version info with this command: https://github.com/PX4/PX4-Autopilot/pull/24182/files#diff-18abc5087507677cf970069a8a5b3c8a2f9886ce00cc21a347e33af9312e83a8R109

I'll close this PR out for now, expect another one at some point to report application info from the bootloader.

@joshanne joshanne closed this Jan 8, 2025
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.

1 participant