Replies: 1 comment 1 reply
-
The afore mentioned pull request #288 has been integrated in release 20210414. Yay ! The loadavg is quite high, though. It looks like something (a script? status.sh ?) is called on a loop. To be investigated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, rAudio-1 works on BeagleBone Black \o/
Here is how I proceeded:
https://archlinuxarm.org/platforms/armv7/ti/beaglebone-black#installation
Rem: I did not use the rOS create.sh script which is too much RPi centric.
However reading it and the start page of https://github.com/rern/rOS gave me good insight.
Please note BBB's ArchLinux has/needs no BOOT partition.
Out of my head:
echo noarp >> $ROOT/etc/dhcpcd.conf
echo DNSSEC=no >> $ROOT/etc/systemd/resolved.conf
rm -r $ROOT/etc/systemd/system/network-online.target.wants
systemctl start systemd-random-seed
echo bluez bluez-alsa bluez-utils python-dbus python-gobject python-requests kid3-common samba spotifyd upmpdcli > $ROOT/boot/features
$ROOT/boot/versions
file:$ROOT/boot/config.txt
, many rAudio scripts will grep iten_GB.UTF-8
in/etc/locale.gen
locale-gen
sudo localectl set-locale en_GB.UTF-8
/root/create-ros.sh
as rootjournalctl -e --no-hostname
, fix issues as they come..Configuration has been done through the web interface. Right now the DAC is an USB audio device, to be improved later with an I²S audio module. Beside others, I use gmpc to control rAudio.
I love the FIP (webradio) add-on !
Next step is making IR receiver/LIRC to work with my remote. It's kind of troublesome on BBB since there's no more bone_capemgr in recent kernel to declare the GPIO. It has to be done by U-Boot. More to come on that later.
Beta Was this translation helpful? Give feedback.
All reactions