39 lines
471 B
Markdown
39 lines
471 B
Markdown
# Hardware
|
|
- Raspberry PI W
|
|
- HiFiBerry - DAC Plus
|
|
# Setup
|
|
- OS setup, [instructions](/marcio.fernandes/raspberrypi)
|
|
- HiFiBerry Setup
|
|
1. remove driver for the onboard sound
|
|
Remove the line
|
|
|
|
dtparam=audio=on
|
|
|
|
from /boot/config.txt if it exists.
|
|
|
|
|
|
2. add this line
|
|
|
|
dtoverlay=hifiberry-dacplus
|
|
|
|
to /boot/config.txt
|
|
|
|
3. reboot
|
|
4. check sound cards
|
|
|
|
arecord -l
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|