Difference between revisions of "RaspberryPi"

From LinuxMCE
Jump to: navigation, search
m (add core version requirement)
m
Line 23: Line 23:
 
**edit /usr/pluto/bin/Diskless_CreateTBZ.sh to enable "raspbian_armhf" as a TARGET_TYPE
 
**edit /usr/pluto/bin/Diskless_CreateTBZ.sh to enable "raspbian_armhf" as a TARGET_TYPE
 
**run /usr/pluto/bin/Diskless_CreateTBZ.sh to create a raspbian tarball
 
**run /usr/pluto/bin/Diskless_CreateTBZ.sh to create a raspbian tarball
*Get the LinuxMCE Raspberry Pi MD sdcard contents. (https://dl.dropboxusercontent.com/u/118201886/sdcard.zip)
+
*Get the LinuxMCE Raspberry Pi MD sdcard contents.
*Format an sdcard for VFAT using your favourite method.  (Windows should default to VFAT when formatting the sdcard from within Explorer.)
+
**1st Method - https://dl.dropboxusercontent.com/u/118201886/sdcard.zip
*Copy the entire sdcard contents to the newly formatted sdcard.
+
***Format an sdcard for VFAT using your favourite method.  (Windows should default to VFAT when formatting the sdcard from within Explorer.)
 +
***Copy the entire sdcard contents to the newly formatted sdcard.
 +
**2nd method - https://dl.dropboxusercontent.com/u/118201886/moonpi_sdcard_32.img
 +
***dd the contents of the img file to an sdcard.
 
*Insert the sdcard into the Raspberry Pi.
 
*Insert the sdcard into the Raspberry Pi.
 
*Power up the Raspberry Pi.
 
*Power up the Raspberry Pi.

Revision as of 15:15, 9 October 2013

Device Specification

The Raspberry Pi is an ARM based computer the size of a credit card. 700Mhz, 256MB or 512MB RAM, FastEthernet, 2xUSB, GPIO

Development

See Porting_Raspbian for the current development status of LinuxMCE on Raspberry Pi.

Media Director

The Raspberry Pi can be used as a minimal Media Director within LinuxMCE. The following instructions will show how to create a MD.

Requirements

  • Your core must be LinuxMCE 1204 or higher.
  • The Raspberry Pi must be plugged into the internal side of your LinuxMCE core's network to act as a media director.
  • The Raspberry Pi must be a 512MB Model B. The Model A and the 256MB Model B do not have enough RAM to boot into Orbiter.
  • The Raspberry Pi must be plugged in using the HDMI connector and using HDMI sound.
  • You may wish to have a usb keyboard or mouse for interaction. USB-UIRT/MCE Remote is also possible.

Setup Steps

There is a kernel bug that can try to load nfs prior to the network driver.  If you encounter a kernel panic then reboot the pi and try again.
  • Raspberry Pi will display "Announced ourselves to the router" and the core will run Diskless_Setup to prepare the MD.
  • The Raspberry Pi will reboot once Diskless_Setup completes properly.
  • On second boot the bootloader on the sdcard will be updated to the version the MD image is using.
  • The Raspberry Pi will reboot.
  • On third boot LinuxMCE will ask you to do a "Quick Reload Router".
  • After router reload the Setup Wizard will be displayed. You will not have any audio or video in the Setup Wizard (it is trying to use xine)
  • Complete the setup wizard, which will reload the router when finished.
  • Orbiter will regenerate again and then UI1 will appear.

What works

  • Embedded phone works on rPi. You'll have to delete /etc/asound.conf. You'll have to set audio to HDMI in webadmin -> Wizard -> Media Director for simplephone to switch to HDMI output.

What does not work

  • Audio playback: xine-player always wants to initialize video, even for audio MP3 files. It fails because it can't initialize 'xv' or 'xshm' video driver.
  • Video playback: omxplayer integration is in pipeline
    • delete xine player, mplayer, mythtv player devices from your new media director.
    • rm /etc/asound.conf
    • omx player (very alpha) may play audio and video after a router reload.