Volumio 3 (Debian Buster) - Orange Pi images

Hi!
I used a script to build images from GitHub - volumio/Build at volumioOS .
It looks like it contains a link to the repository with your kernels.
Previously, I built images from 5.3 kernels, which I compiled myself. And it also worked well.
Thank you for the new script for Buster. The system works faster, I2S DAC and USB DAC works.
There were only problems with some plugins, they probably need to be adapted to Debian Buster.

PS: I’ve also been using the Orange Pi Lite for a few years now.

1 Like

That is great news, I finished up adding the OrangePi{one|lite|pc} devices as well into the new build system, hopefully they should work as well.

Ah yes, the current Build scrips use the new nodejs v14.x engine, which needs most plugins to reinstall the node modules for this new node version.

Thanks again for all your great efforts to keep these these boards supported for the community! :slight_smile:

Current download link:
Buster Beta for for Orange Pi boards (Orange Pi Lite, Orange Pi PC, Orange Pi One).

Volumio-3.046-2021-03-04

2 Likes

3.051 OK

Current download link:
Buster Beta for for Orange Pi boards (Orange Pi Lite, Orange Pi PC, Orange Pi One).

Volumio-3.074-2021-06-02

Buster Beta for for Orange Pi boards (Orange Pi Lite, Orange Pi PC, Orange Pi One).
Works native DSD128, DSD256 with USB DAC - E1DA 9038d.


DSD128:

:~$ cat /proc/asound/card*/pcmp/sub/hw_params
access: MMAP_INTERLEAVED
format: DSD_U32_BE
subformat: STD
channels: 2
rate: 176400 (176400/1)
period_size: 22050
buffer_size: 88200

DSD256:

~$ cat /proc/asound/card*/pcmp/sub/hw_params
access: MMAP_INTERLEAVED
format: DSD_U32_BE
subformat: STD
channels: 2
rate: 352800 (352800/1)
period_size: 32768
buffer_size: 131072

Volumio-3.078-2021-07-15

hi friends… there is some version for Orange PI zero plus?
thanks

No.
Because this board is on an H5 CPU

thanks for answer VyacheslavS, somebody know how do this? or how be possible? this mini module is very intresting for dimension and resources.
Thanks.

If you already don’t have that, and are in the market for something of that size – look at the Radxa Rock Pi S :slight_smile:

1 Like

thanks for answer ashthespy, the problems for this hardware are no USB on extrapins. Very strange, If you want connect a simple usb HD how I can do this?
Only one usb on this hw?

Nope, the USB-C plug exposes a USB-OTG interface, so you can plug in what you want via that. The USB-A socket is a regular UBS-2.0 port :slight_smile: But to be honest, I have not used both a USB DAC + a USB drive on the device. I prefer to use it’s I2S interface…

1 Like

Hello everyone, I got very sick some time ago. That’s why I couldn’t be here.

New version for Orange boards (Orange Pi Lite, Orange Pi PC, Orange Pi One):
>>>Volumio-3.198-2022-01-31

New kernel (5.10.60) with patch (works native DSD) for USB DAC:

  • E1DA 9038d
  • Tempotec Sonata E44.
1 Like

DSD Test for Tempotec Sonata E44:

DSD128:

volumio@volumio:~$ cat /proc/asound/card5/pcm0p/sub0/hw_params
access: RW_INTERLEAVED
format: DSD_U32_BE
subformat: STD
channels: 2
rate: 176400 (176400/1)
period_size: 22050
buffer_size: 88200
volumio@volumio:~$

The sound is just awesome!!!
I even like it better than the USB DAC - E1DA 9038d.

It’s working as well on Orange Pi Zero 1 LTE, good job !

I am asking the opinion of users: do I need to make myVolumio in v.3?
Without this, automatic installation of plugins from the store in version V3 is impossible without (free) login to myVolumio.
Plugins are currently being installed manually.

1 Like

See my comments on the other thread, (in my limited experience) myVolumio doesn’t work well on 512MB devices… Moreover, the image size is bigger, so as per this

The following board configurations are currently on sale:

  1. Orange Pi PC - 1GB
  2. a) Orange Pi One - 1GB
    b) Orange Pi One - 500MB
  3. Orange Pi Lite - 1GB
    Is 1GB enough?

The new version for Orange Pi PC 2:
Volumio-3.224-2022-02-14-orangepipc2.zip
Kernel 5.10.60 with patch (works native DSD) for USB DAC:

  • E1DA 9038d
  • Tempotec Sonata E44.

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