Moode 5 no longer includes firmware for Allo Piano 2.1 Dac
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
[/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
[/quote]