Project

General

Profile

Support #806

Install Kodi on a Raspberry Pi 3 Running Arch Linux

Added by Daniel Curtis almost 8 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Media Server
Target version:
Start date:
05/10/2016
Due date:
% Done:

100%

Estimated time:
2.00 h
Spent time:

Description

This is a guide on how I setup Kodi on a Raspberry Pi 3 running Arch Linux ARM.

Prepare the Environment

  • Install Arch Linux on the Raspberry Pi, see issue #682
  • Make sure the system is up to date:
    pacman -Syu
    
  • Install wget:
    pacman -S wget 
    
  • Edit the boot config file:
    sudo nano /boot/config.txt
    
    • And increase the amount of GPU memory:
      arm_freq=1350
      core_freq=500
      over_voltage=4
      disable_splash=1
      gpu_mem=320
      

Install Kodi

  • Install the kodi package for the raspberry pi:
    sudo pacman -S kodi-rbp xorg-xrefresh xorg-xset bluez python2-pybluez libnfs lsb-release polkit
    
  • Install omxplayer-git from the AUR:
    yaourt omxplayer-git
    
  • Edit the raspberry pi udev rules file:
    sudo nano /etc/udev/rules.d/raspberrypi.rules
    
    • And add the udev rule to enable typing with a physical keyboard.:
      SUBSYSTEM=="tty", KERNEL=="tty0", GROUP="tty", MODE="0666" 
      
  • Enable Kodi at boot:
    sudo systemctl enable kodi
    

Resources

Also available in: Atom PDF