-
Notifications
You must be signed in to change notification settings - Fork 135
Add Image Inspection Functionality to boot_status.py #656
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
base: master
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR consolidates three standalone Python tools (boot_status.py, image-peek.py, and keystore-to-spki.py) into a single unified boot_status.py utility with a subcommand-based CLI interface, improving tool organization and user experience.
Key Changes:
- Refactored original boot status management into
status getandstatus setsubcommands - Added image operations subcommands (
image inspect,image verify,image dump) for analyzing wolfBoot signed images - Added keystore conversion subcommand (
keystore convert) for transforming wolfBoot keystores to SPKI DER/PEM format
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Unified wolfBoot Utility Tool
This PR consolidates wolfBoot Python scripts into a single unified utility tool, addressing feedback from PR #621.
Changes
Merged three tools into a unified boot_status.py with subcommands:
Image Operations (from image-peek.py):
Keystore Operations (from keystore-to-spki.py):
Boot Status Operations (original boot_status.py):