BBB - Volumio - mpd 0.19.1

install latest volumio release

  1. 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

  1. update to latest kernel - am33x-v3.17 - best use a virtual machine to save time

eewiki.net/display/linuxonar … Bone+Black

  1. compile mpd from git

mpd.wikia.com/wiki/Repositories

mpd.wikia.com/wiki/BuildingMPD

  1. install missing libraries

apt-get install smbclient libnfs4 libicu52

  1. rename old mpd and create symlink to the new one

  2. 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.