Difference between revisions of "Install on armhf"

From LinuxMCE
Jump to: navigation, search
(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...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
# For RPi installation please see: [[RaspberryPi]]
 
# For RPi installation please see: [[RaspberryPi]]
 +
# For Odroid XU4 installation please see: [[Install_on_Odroid_XU4]]
 
# Installing LinuxMCE
 
# Installing LinuxMCE
 
*Install Ubuntu Trusty armhf onto your armhf device
 
*Install Ubuntu Trusty armhf onto your armhf device
Line 10: Line 11:
 
*Install LinuxMCE
 
*Install LinuxMCE
 
  apt-get update
 
  apt-get update
* Install MediaDirector only
+
*Install MediaDirector only
 
  DEBIAN_FRONTEND=non-interactive apt-get install lmce-disked-md -y --allow-unauthenticated
 
  DEBIAN_FRONTEND=non-interactive apt-get install lmce-disked-md -y --allow-unauthenticated
* Install a Core only
+
*Install a Core only
 
  DEBIAN_FRONTEND=non-interactive apt-get install lmce-core -y --allow-unauthenticated
 
  DEBIAN_FRONTEND=non-interactive apt-get install lmce-core -y --allow-unauthenticated
 +
*Reboot to allow setup and firstboot to occur.
 +
*Be very patient.

Latest revision as of 20:10, 1 December 2015

  1. For RPi installation please see: RaspberryPi
  2. For Odroid XU4 installation please see: Install_on_Odroid_XU4
  3. 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
  • Reboot to allow setup and firstboot to occur.
  • Be very patient.