From 8979a428fdc5830b2e82a2dd5e524911d899ca6d Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sat, 15 Jan 2022 10:51:27 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 9f335a9..0035c64 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,26 @@ +# 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 + + + +