-
Notifications
You must be signed in to change notification settings - Fork 400
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
[New component] HiFiBerry Sound Card & OnOff SHIM #2169
[New component] HiFiBerry Sound Card & OnOff SHIM #2169
Conversation
705c277
to
d0f325d
Compare
…fiberry sound card
d0f325d
to
6475eeb
Compare
I followed this guide: I used miniamp |
Yes. i will update the script to have all these options. |
I just remembered that the RFID reader configuration can trigger Python dependencies or custom shell scripts, see https://github.com/MiczFlor/RPi-Jukebox-RFID/blob/future3%2Fdevelop/src%2Fjukebox%2Fcomponents%2Frfid%2Fconfigure%2F__init__.py#L16 Could be worth it to think of a similar mechanism for soundcards or other hardware, if they need a script. |
Isn't phoniebox 3 / future3 based on the bookworm debian images? so the config.txt should be in /boot/firmware/config.txt and not /boot/config.txt -> this took me a while to find out why hifiberry-dac was not loaded. |
You are right with the changed path for bookworm. There are a few changes to bookworm which just came up and haven't been addressed yet (e.g. network manager). We have to look into this. Strange that this worked in my case. |
Thanks a lot for your input. Sorry to hear that you struggle to find initially.
future3 supports both versions, Bullseye and Bookwork. I did test these changes on my current Pi Zero 2. The suggested Debian version (by Pi Imager) for this hardware is still Bullseye. But it seems to be true that this is different for Bookworm. I will take care of this in another commit. @team: We will have to adapt our documentation as /boot/config.txt is referenced in different places. |
Although I couldn't find any info that the hardware is the same as hifiberry, the I2S PCM5102A DAC soundcard seems to need the same configuration: #1886 (comment) |
``` | ||
|
||
* [Source](https://shop.pimoroni.com/products/onoff-shim?variant=41102600138) | ||
|
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.
We should also add how to customize the shutdown command, so the Phoniebox shutdown is used (that's why I was working on pbc.c and run_rpc_tool.py).
I could add something tonight.
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.
Preferably, add it directly to this PR
Co-authored-by: s-martin <[email protected]>
Co-authored-by: s-martin <[email protected]>
Co-authored-by: s-martin <[email protected]>
Add components folder to installation and docs. First component is hifiberry sound card
#2168