Add Satellite1 v1.0 from FutureProofHomes#51
Merged
Conversation
Add new build jobs for Satellite-1 1.0 and its Linux Voice Assistant variant to the build-all workflow. This includes the addition of the `02-stage-audiodriver-satellite1-v1.0` stage.
Remove the static HARDWARE_TYPES list and implement dynamic hardware detection based on filename patterns to improve flexibility when identifying Satellite1 versions.
Reorganize the driver installation process for Satellite1 v1.0 by replacing the monolithic `02-run-chroot.sh` with a modular script structure including `02-run.sh` and `03-run-chroot.sh`, and adding a dedicated `files/` directory for driver assets.
Uncomment the Python SDK download and installation commands in the chroot execution script to ensure the SDK is properly installed during the audio driver stage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
Added
Added new CI build workflows for
satellite1-v1.0Added Linux Voice Assistant build variant for Satellite-1
Added new stage:
02-stage-audiodriver-satellite1-v1.0Changed
Refactored Satellite1 audio driver installation process
Replaced monolithic
02-run-chroot.shwith:02-run.sh03-run-chroot.shAdded dedicated
files/directory for audio driver assetsRefactored imager JSON generator to dynamically detect hardware types based on filename patterns
Removed hardcoded hardware type definitions from generator scripts
Added Satellite1 hardware types to imager JSON generator
Updated final FPH package paths
Fixed
CI/CD
build-allworkflow with Satellite-1 targets