install latest volumio release
- update to jessie
cp /etc/apt/sources.list{,.bak}
sed -i -e ‘s/ (stable|wheezy)/ testing/ig’ /etc/apt/sources.list
apt-get update
apt-get --download-only dist-upgrade
apt-get dist-upgrade
- update to latest kernel - am33x-v3.17 - best use a virtual machine to save time
eewiki.net/display/linuxonar … Bone+Black
- compile mpd from git
mpd.wikia.com/wiki/Repositories
mpd.wikia.com/wiki/BuildingMPD
- install missing libraries
apt-get install smbclient libnfs4 libicu52
-
rename old mpd and create symlink to the new one
-
change vim /lib/systemd/system/mpd.service with actual conf path
after boot it takes some time to start ntp. during this time the cifs shares will not be mounted.