Install on armhf

From LinuxMCE
Revision as of 23:13, 15 November 2015 by Phenigma (Talk | contribs) (Created page with "# For RPi installation please see: RaspberryPi # Installing LinuxMCE *Install Ubuntu Trusty armhf onto your armhf device apt-get update && apt-get dist-upgrade *Reboot if...")

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search
  1. For RPi installation please see: RaspberryPi
  2. Installing LinuxMCE
  • Install Ubuntu Trusty armhf onto your armhf device
apt-get update && apt-get dist-upgrade
  • Reboot if a new kernel was installed
  • Make sure you resize the sdcard you are booting from so all space is available
  • Add the following linuxmce repository definitions to sources.list
deb http://deb.linuxmce.org/ubuntu/ trusty main
deb http://deb.linuxmce.org/ trusty main
  • Install LinuxMCE
apt-get update
  • Install MediaDirector only
DEBIAN_FRONTEND=non-interactive apt-get install lmce-disked-md -y --allow-unauthenticated
  • Install a Core only
DEBIAN_FRONTEND=non-interactive apt-get install lmce-core -y --allow-unauthenticated