50 lines
815 B
Markdown
50 lines
815 B
Markdown
# Hardware
|
|
- Raspberry PI W
|
|
- HiFiBerry - DAC Plus
|
|
|
|
# Setup
|
|
- OS Setup, [Instructions](/marcio.fernandes/raspberrypi)
|
|
- HiFiBerry Setup ([information source](https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/))
|
|
|
|
- Remove the line from /boot/config.txt if it exists, for disabling onboard sound.
|
|
|
|
dtparam=audio=on
|
|
|
|
- Add this lines to /boot/config.txt
|
|
|
|
force_eeprom_read=0
|
|
dtoverlay=hifiberry-dacplus
|
|
|
|
- Reboot
|
|
|
|
- SqueezeLite
|
|
- Check latest [version](https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/)
|
|
- Download latest version
|
|
|
|
wget https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/ squeezelite-pulse-1.9.9.1392-armhf.tar.gz
|
|
|
|
- Untar downloaded files
|
|
|
|
tar -xvzf download
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|