04-16-2019, 06:23 PM
(04-16-2019, 04:41 PM)lurkio Wrote:(04-16-2019, 03:20 PM)Tim Curtis Wrote: U will need ti install the Piano 2.1 Firmware files. They are not part of the standard Linux Kernel Firmware and thus not included with moOde.
https://allo.com/sparky/piano-dac-2-1.html#downloads
Hi thanks for the reply - hmmm not had to do this before and am not having much luck working it out
I've already got
dtoverlay=allo-piano-dac-plus-pcm512x-audio
in the config file
is there something else I have to do ? I cant find any documentation on how to install the firmware files
Sorry for being a bit noob
Lx
Enter the commands below via SSH
Code:
cd ~
wget https://github.com/allocom/piano-firmware/archive/master.zip
sudo unzip -q master.zip
sudo rm ./master.zip
sudo cp -r ./piano-firmware-master/lib/firmware/allo /lib/firmware
sudo rm -rf ./piano-firmware-master