Hi,
I recently purchased a great embedded player/amp from Olive as part of a Kickstarter (see http://www.myoliveone.com)
Unfortunately for us backers, the company now seem to have gone offline, leaving the backers with a player that only supports half of the promised features. Fortunately for us, we have the root password for the unit.
I have been able to play sound from the command line using: cat /dev/urandom | aplay -f S16_LE -c 2, and it seems to have configured ALSA.
The unit has no AUX in, so we are currenly limited to very bad Bluetooth streaming from mobile phones and an unstable GUI.
The hardware is however fantastic and the backers would love to keep the unit alive into the future.
Developing the GUI on the unit is probably too much for a small non-tech community so the possibility of running a community-developed headless server on the unit seems to be a great idea.
I am myself a professional developer, but not for linux. Most other backers are hi-fi enthusiasts. I suppose we are 100-1000 stranded users, maybe more.
The unit is running BusyBox on: Linux OLIVE 3.0.35 #1 SMP Tue Apr 26 14:52:01 CST 2016 armv7l GNU/Linux
Could you please give me some pointers on the dependencies of the distribution so that I can get a grip of the scope of porting Rune?
There is no apt-get, but RPM seems to be available on the unit. It would really be appreciated if it was possible to avoid cross-compiling binaries.
Currently I am considering finding a way to install the Raspberry PI distribution, but I suspect there will be a lot of missing pieces (such as phyton).
Any help is greatly appreciated,
Karl Ivar Dahl