Accessing the /samples/ partition, etc.
Started by Ryan Steinbruner




14 posts in this topic
hansehv

168 posts 17 threads Joined: Dec 2020
Lightbulb  18-02-21, 23:32 -
#9
Thanks noek.
Ryan, I finally found some time to look at the installation script.
Conclusion: it might fail on samplerbox but no matter.....
...you don't need it, as the raspaudio+ is HifiBerry DAC compatible which comes with the image.
Only thing you have to do is adapt the /boot/config.txt, I've snipped the applicable part:
Code:
# for onboard, hdmi or usb dacs uncomment next parm:
dtparam=audio=on
#
# for hifiberry (compatible) dacs uncomment appropriate parm:
#dtoverlay=hifiberry-dac
#dtoverlay=hifiberry-dacplus

should be changed for disabling onboard and enabling the proper hifiberry compatible:
Code:
# for onboard, hdmi or usb dacs uncomment next parm:
#dtparam=audio=on
#
# for hifiberry (compatible) dacs uncomment appropriate parm:
dtoverlay=hifiberry-dac
#dtoverlay=hifiberry-dacplus
and reboot for testing....
This post was last modified: 18-02-21, 23:34 by hansehv. Edit Reason: confusing typo :-(


Messages In This Thread
Accessing the /samples/ partition, etc. - by Ryan Steinbruner - 15-02-21, 12:51
RE: Accessing the /samples/ partition, etc. - by hansehv - 18-02-21, 23:32