Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pabera committed Jan 2, 2024
1 parent 9cebeaa commit 348413c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/builders/components/soundcards/hifiberry.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# HiFiBerry

The installation script works for the most common set of HiFiBerry boards but also other "DAC" related sound cards like `I2S PCM5102A DAC`.

## Automatic setup

Run the following command to install any HiFiBerry board. Make sure you reboot your device afterwards.
Expand All @@ -8,7 +10,8 @@ Run the following command to install any HiFiBerry board. Make sure you reboot y
cd; cd ~/RPi-Jukebox-RFID/installation/components && chmod +x setup_hifiberry.sh && sudo -E ./setup_hifiberry.sh
```

Optional: You can register your sound card with ALSA. Define the following variable before running the script: `CONFIGURE_ALSA=true`
> [!NOTE]
> **Optional**: You can register your sound card with ALSA. Define the following variable before running the script: `CONFIGURE_ALSA=true`
## Additional information

Expand Down

0 comments on commit 348413c

Please sign in to comment.