I have a Up Board computer board,with Intel® Atom™ x5-Z8350(4G Memory/64G eMMC)。I use it as a Roon Bridge or a Hqplayer NAA.
For those interested the build steps are below:
1.Install Ubuntu Server 22.04
First Create bootable Ubuntu Server 22.04 USB via balenaEtcher.
Install OpenSSH server
Then SSH connect your Up Board,continue
There is a problem related to Hang on Shutdown or Reboot for UP Board,youneed fix it.
edit /etc/modprobe.d/blacklist.conf use a command line editor like nano
$ sudo nano /etc/modprobe.d/blacklist.conf
and add lines to the bottom
blacklist dw_dmac_core
install dw_dmac /bin/true
install dw_dmac_core /bin/true
Then save back the blacklist.conf and run this command before rebooting:
$ sudo update-initramfs -u
The settings will take effect after the power has been restarted.
2 Install Roon Bridge
2.1 Run all updates and upgrades
$ sudo apt update
$ sudo apt upgrade
2.2 Install bzip2
$ sudo apt install bzip2
2.3 Install ALSA
$ sudo apt install alsa-base
2.4 Install Roon Bridge
$ curl -O https://download.roonlabs.net/builds/roonbridge-installer-linuxx64.sh
$ sudo chmod +x roonbridge-installer-linuxx64.sh
$ sudo ./roonbridge-installer-linuxx64.sh
$ sudo reboot
3. Install Hqplayer NAA
$ wget https://www.signalyst.eu/bins/naa/linux/jammy/networkaudiod_4.4.0-56_amd64.deb
$ sudo dpkg -i networkaudiod_4.4.0-56_amd64.deb
$ sudo reboot