Adds initial support for building Hedgehog RPI images #294
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🗣 Description
Initial support for creating an RPI Hedgehog image.
💭 Motivation and context
There was a request for this functionality and an open issue tracked on the INL Malcolm repo.
Raspberry Pi's are cheap and readily available these days and resources on the RPI 4 8GB are likely sufficient to support running a Hedgehog sensor. The Debian process used to build base Debian RPI images was used and then the necessary additions to build Debian into Hedgehog were added/installed via a chroot.
Raspberry Pi, Hedghehog ARM sensor
🧪 Testing
Full builds were done and tested on a RPI 4 8GB model. An actual RPI 4 sensor was setup and connected to a Malcolm instance via the guide here. No further testing beyond the E2E guide has been performed thus far. More testing recommended to ensure that the RPI image contains all the necessary configurations to function properly in a production setup.
✅ Pre-approval checklist
in code comments.
to reflect the changes in this PR.
✅ Pre-merge checklist
✅ Post-merge checklist