Support for ARMv8 as well as ARMv7? [Coming in 1.3]

hi all,
@evand - thanks for your tips - they have been more then helpfiull !
I think i discovered little bit easier way … as Odrobian is not really maintaned anymore … i played with various distro’s to see what would be better alternative. Was on a same path to see how on 64bit linux i can chroot into 32bit environment and run Roon Bridge there. … then i read couple of articles that suggested if one had 32-bit libraries, 32-bit binaries could run with no modicications.
Tried latest minimal ubuntu 16.04 on Odroid-C2 and running either squeezelite … had pops with USB … which was very odd. Guess latest kernel/build have broken something.
Then i tried Armbian Ubuntu Xenial … recompiled squeezelite - all working great !!! I like to have both squeezelite and roonbridge and switch between them… Download this distribution here: (click on Xenial) Download Xenial Ubuntu and install as per usual (read instructions)

And then key pieces to have Roon Bridge run as well:
login to Odroid-C2 and :


sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get install libasound2:armhf
wget http://download.roonlabs.com/builds/roonbridge-installer-linuxarmv7hf.sh
chmod +x roonbridge-installer-linuxarmv7hf.sh

edit roonbridge-installer-linuxarmv7hf.sh as per @evand instructions (make line 15 look like this):

MACHINE_ARCH=armv8

and then run installer


sudo ./roonbridge-installer-linuxarmv7hf.sh

#Smile :smile:

2 Likes