You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build(ci): update image build workflows and imager JSON generation
Refactor the GitHub Actions build workflow to include a new LVA build job
and update image naming conventions for 2MicHat-v1.
Refactor the `generate-imager-json.py` script to improve modularity and
support new hardware types, including 2MicHat-v1.
* docs(readme): remove deprecated hardware image entries
Remove references to Satellite1 and ReSpeaker 2-Mic HAT v1 from the
hardware overview table in README.md.
* docs(readme): clean up hardware compatibility warning
Refine the warning message for ReSpeaker Lite on Raspberry Pi Zero 2W to be more concise.
* build(ci): parameterize release version in image workflows
Introduce a `releaseversion` input to the image building workflow to allow
specifying the OS release (e.g., bookworm, trixie) dynamically. Update
the main build workflow to pass `bookworm` for specific hardware targets
and update README documentation to reflect the pinned OS version for
ReSpeaker 2-Mic HAT v1.
* ci(workflows): make releaseversion input optional
Update the `build-image-template.yml` workflow to set `releaseversion`
as an optional input. This allows the workflow to run with the
default value when no specific OS release is provided.
* chore(ci): disable legacy 2michat builds and update readme
Disable the 2michat and 2michat-lva build jobs in the CI workflow
and update the README to reflect the current build version for the
ReSpeaker 2-Mic HAT v1 instead of pinning to bookworm.
* ci(workflows): ensure rpi-imager json generation runs always
Add `if: always()` to the `generate-rpi-imager-json` job to ensure the
JSON metadata is generated even if some of the preceding build jobs
fail or are skipped.
|**[Sattelite1](docs/hardware_sattelite1.md)**| <imgsrc="docs/sattelite1-hat.jpg"alt="ReSpeaker Lite Board"style="width: 200px; height: auto;"> | • Base Image<br>• Satellite1 Hat Driver<br><br><spanstyle="color: red;">Image is currently work in progress!</span> |
50
-
|**[Sattelite1](docs/hardware_sattelite1.md)**<br>**+Linux-Voice-Assistant**<br>**+Snapcast**| <imgsrc="docs/sattelite1-hat.jpg"alt="ReSpeaker Lite Board"style="width: 200px; height: auto;"> | • Satellite1 Hat Image<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant<br><br><spanstyle="color: red;">Image is currently work in progress!</span> |
51
-
|**[ReSpeaker 2-Mic HAT v1](docs/hardware_2mic_v1.md)**| <imgsrc="docs/respeaker_2michats.webp"alt="ReSpeaker 2-Mics Pi HAT"style="width: 200px; height: auto;"> | • Base Image<br>• Seeed Voicecard Driver |
52
-
|**[ReSpeaker 2-Mic HAT v1](docs/hardware_2mic_v1.md)**<br>**+Linux-Voice-Assistant**<br>**+Snapcast**| <imgsrc="docs/respeaker_2michats.webp"alt="ReSpeaker 2-Mics Pi HAT"style="width: 200px; height: auto;"> | • 2-Mic HAT Image<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• 2-Mic HAT GPIO LED Control<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant |
53
-
|**[ReSpeaker Lite](docs/hardware_respeaker_lite.md)**| <imgsrc="docs/respeaker_lite.jpg"alt="ReSpeaker Lite Board"style="width: 200px; height: auto;"> | • Base Image<br>• Audio keep-alive service<br>• Workaround for connectivity issues in combination with the Pi Zero 2W.<br><br><spanstyle="color: red;">There is a USB connectivity issue with the Pi Zero 2W. Use this board with at least Raspberry PI 3.</span> |
54
-
|**[ReSpeaker Lite](docs/hardware_respeaker_lite.md)**<br>**+Linux-Voice-Assistant**<br>**+Snapcast**| <imgsrc="docs/respeaker_lite.jpg"alt="ReSpeaker Lite Board"style="width: 200px; height: auto;"> | • ReSpeaker Lite Image<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant<br>• Workaround for connectivity issues in combination with the Pi Zero 2W.<br><br><spanstyle="color: red;">There is a USB connectivity issue with the Pi Zero 2W. Use this board with at least Raspberry PI 3.</span> |
|**Base Image**| If you use other hardware... | • Docker & Docker Compose (piCompose)<br>• Automatic Docker Compose deployment<br>• Pipewire Audio Server<br>• SSH enabled (pi User) |
48
+
|**[Satellite1](docs/hardware_sattelite1.md)**| <imgsrc="docs/sattelite1-hat.jpg"alt="ReSpeaker Lite Board"style="width: 200px; height: auto;"> | • * Everything from Base Image<br>• Satellite1 Hat Driver<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant<br><br><spanstyle="color: red;">Image is currently work in progress!</span> |
49
+
|**[ReSpeaker 2-Mic HAT v1](docs/hardware_2mic_v1.md)**| <imgsrc="docs/respeaker_2michats.webp"alt="ReSpeaker 2-Mics Pi HAT"style="width: 200px; height: auto;"> | • * Everything from Base Image<br>• Seeed Voicecard Driver<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant<br><br><spanstyle="color: yellow;">Current latest available build version is 1.1.1</span> See [#41](https://github.com/HinTak/seeed-voicecard/issues/41)|
50
+
| **[ReSpeaker Lite](docs/hardware_respeaker_lite.md)** | <imgsrc="docs/respeaker_lite.jpg"alt="ReSpeaker Lite Board"style="width: 200px; height: auto;"> | • * Everything from Base Image<br>• Audio keep-alive service<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant<br>• Workaround for connectivity issues in combination with the Pi Zero 2W.
0 commit comments