(05-02-2016, 10:56 AM)jpecora93 Wrote: I figured that the RP 3 has a 64bit proc on it but I cannot get that image installed.
RPi 3 has a 64 bit CPU that rans an 32 bit OS. Pine64 is different and that's the problem since you need to add the armhf architecture. In case you use longsleep's original Ubuntu Xenial image the following should work:
Code:
sudo su -
apt-get install apt-transport-https
wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | apt-key add -
echo "deb https://dev2day.de/pms/ jessie main" >/etc/apt/sources.list.d/pms.list
dpkg --add-architecture armhf
apt-get update
apt-get install binutils:armhf
apt-get install --no-install-recommends plexmediaserver-installer