The new version 3.236 for Orange Pi boards (Orange Pi Lite, Orange Pi PC, Orange Pi One and Orange Pi PC2):
Volumio-3.236-*
- kernel 5.15.26 (with patch (works native DSD) for USB DAC)
- node js on OrangePi PC2 (aarch64) failed while emulating the CP15 Barrier instruction (solved)
- add Volumio FIFO ALSA plugin to the base image
Now you can install (in manual mode) the plugin FusionDsp and it works!
Thanks @balbuze !
Download the plugin and unzip
wget https://github.com/balbuze/volumio-plugins/raw/alsa_modular/plugins/audio_interface/FusionDsp/fusiondsp.zip
mkdir fusion
miniunzip fusiondsp.zip -d ./fusion
cd fusion
In Install.sh change
if [ $cpu = "armv7l" ]
becomes
if [ $cpu = "aarch64" ]
Save and install
volumio plugin install