HOW-TO:Install Kodi on Raspberry Pi: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
* a power supply (Micro-USB, 5V, 1200 mA)
* a power supply (Micro-USB, 5V, 1200 mA)
* a SDHC memory card to install the software.
* a SDHC memory card to install the software.
== Basic options ==


<section begin="install"/>The easiest way to install Kodi on an R-Pi is to use one of these pre-made OS/Kodi packages:
<section begin="install"/>The easiest way to install Kodi on an R-Pi is to use one of these pre-made OS/Kodi packages:
Line 9: Line 11:
* '''[[OSMC]] -''' [https://osmc.tv/download/ Installing] • [https://osmc.tv/help/wiki FAQ] • [https://osmc.tv/help/ Help] • [https://discourse.osmc.tv Forum]  
* '''[[OSMC]] -''' [https://osmc.tv/download/ Installing] • [https://osmc.tv/help/wiki FAQ] • [https://osmc.tv/help/ Help] • [https://discourse.osmc.tv Forum]  
* '''[[XBian]] -''' [http://xbian.org/getxbian/ Installing] • [http://xbian.org/faq/ FAQ] • [http://xbian.org/getting-started/ Starters guide] • [http://forum.xbian.org/ Forum]  
* '''[[XBian]] -''' [http://xbian.org/getxbian/ Installing] • [http://xbian.org/faq/ FAQ] • [http://xbian.org/getting-started/ Starters guide] • [http://forum.xbian.org/ Forum]  
* '''Raspbian -''' http://michael.gorven.za.net/
* '''Raspbian -''' Up-to-date versions of Kodi are now on the default Raspbian repositories. See '''[[HOW-TO:Install Kodi on Raspberry Pi#Raspbian|full guide here]]'''
* '''Recalbox -''' http://www.recalbox.com/diyrecalbox
* '''RetroPie - ''' See '''[[HOW-TO:Install Kodi on Raspberry Pi#RetroPie|full guide here]]'''
* '''Arch Linux ARM -''' [http://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2 RPi2] • [http://archlinuxarm.org/platforms/armv6/raspberry-pi RPi1]
* '''Arch Linux ARM -''' [http://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2 RPi2] • [http://archlinuxarm.org/platforms/armv6/raspberry-pi RPi1]
* '''[[Buildroot]]''' - For experimented users only !
* '''[[Buildroot]]''' - For experimented users only !
<section end="install"/>
<section end="install"/>
== Specific install guides ==
For installs that don't directly include and/or boot into Kodi automatically.
=== Raspbian ===
{{editor note|We need to expand on this section, but here are the basic commands if you are familiar with the command-line:}}
<pre>
sudo apt-get update
sudo apt-get install kodi
</pre>
=== RetroPie ===
Here's a [https://www.youtube.com/watch?v=MyeCQS7ITnU youtube guide]:<br />
{{youtube|MyeCQS7ITnU}}


{{Helix updated}}
{{Helix updated}}

Revision as of 22:09, 22 April 2015

Home icon grey.png   ▶ Raspberry Pi ▶ HOW-TO:Install Kodi on Raspberry Pi

The basic hardware you will need is

  • the R-Pi board itself
  • a power supply (Micro-USB, 5V, 1200 mA)
  • a SDHC memory card to install the software.

Basic options

The easiest way to install Kodi on an R-Pi is to use one of these pre-made OS/Kodi packages:


Specific install guides

For installs that don't directly include and/or boot into Kodi automatically.

Raspbian

Editor note: We need to expand on this section, but here are the basic commands if you are familiar with the command-line:

sudo apt-get update
sudo apt-get install kodi

RetroPie

Here's a youtube guide: