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

From Official Kodi Wiki
Jump to navigation Jump to search
Line 39: Line 39:
{{editor note|We need to expand on this section, but here are the basic commands if you are familiar with the command-line:}}
{{editor note|We need to expand on this section, but here are the basic commands if you are familiar with the command-line:}}


'''(only up to version 15.2)'''
'''(only up to version 15.2, for 16, see [https://www.raspberrypi.org/forums/viewtopic.php?p=832735#p832735 here])'''


<pre>
<pre>
Line 46: Line 46:
</pre>
</pre>


;Alternative source '''(only up to version 15.2)'''
;Alternative source '''(only up to version 15.2, for 16, see [https://www.raspberrypi.org/forums/viewtopic.php?p=832735#p832735 here])'''
* You can also download Kodi from http://michael.gorven.za.net
* You can also download Kodi from http://michael.gorven.za.net



Revision as of 11:26, 24 March 2016

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. (Because video decoding is more resource-intensive than many other operations, it may be more important to have a fast/high quality memory card for Kodi than for other uses.)
See also: Raspberry Pi FAQ

Basic options

Easy / Kodi centric distributions


Advanced / can be used with Kodi
  • Raspbian - Up-to-date versions (only up to version 15.2, for 16, see here) of Kodi are now on the default Raspbian repositories. See full guide here
  • TriPi - Kodi, RetroPie, and a Rapbian desktop environment, in all one image with full Xbox360 controller support. (Xbox One controllers not supported yet) Guide
  • Recalbox - Installing (note: game controllers currently don't work in Kodi, so an additional remote or keyboard is needed)


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:

(only up to version 15.2, for 16, see here)

sudo apt-get update
sudo apt-get install kodi
Alternative source (only up to version 15.2, for 16, see here)

RetroPie

Here's a youtube guide:

Compiling Kodi

Notes for advanced users who wish to try and build Kodi from source code.