PiRistona SA5026A

From NURDspace
Revision as of 20:21, 4 August 2017 by Dennis (talk | contribs)
PiRistona SA5026A
AristonaSA5026A.jpg
Participants Dennis
Skills Linux
Status Active
Niche Music
Purpose
Tool No
Location Niz
Cost
Tool category

PiRistona SA5026A

AristonaSA5026A.jpg {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}

What

I've acquired a beautiful antique Aristona SA5026A. Plan is to make a nice music player out of it using a Raspberry Pi B+ and a Suptronics X400 AMP/DAC HAT.

Software

WiP

Rune Audio

Tried v0.3-beta (29/10/2014), could not get it stable. It consistently threw kernel panics when rebooting, and the WebUI kept crashing.

Volumio

Tried volumio-2.246-2017-07-31-pi.img. After first boot you should wait while a lot of stuff is happening, like partition resizing. If you reboot it to soon you'll end up with a non working system. Got DAC working from within the WebUI:

  • Go to Menu
  • Choose Playback Opions
  • Enable I2S DAC
  • Choose IQaudIO Pi-DigiAMP+
  • Save and reboot

OSMC

Got DAC working, needed two lines in /boot/config.txt:

dtparam=i2s=on
dtoverlay=iqaudio-dacplus

After a reboot I could select this as default audio output in OSMC \o.