04-16-2019, 09:50 PM
(04-16-2019, 08:22 PM)lurkio Wrote: Moode 5 no longer includes firmware for Allo Piano 2.1 Dac[/quote]
I have successfully installed it using the following code supplied by Tim, and am posting it here as a reference for others who maybe like me are not wizards with the terminal
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
Thanks to you and Tim for sharing. I will update my Allo rig straight away.