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

#1

Updated by Daniel Curtis almost 8 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
  • Assignee set to Daniel Curtis
  • Target version set to Arch Linux
  • % Done changed from 0 to 50
  • Estimated time set to 2.00 h
#2

Updated by Daniel Curtis almost 8 years ago

  • Category set to Media Server
  • Status changed from In Progress to Resolved
  • % Done changed from 50 to 100
#3

Updated by Daniel Curtis almost 8 years ago

  • Status changed from Resolved to Closed
#4

Updated by Daniel Curtis almost 8 years ago

  • Description updated (diff)
#5

Updated by Daniel Curtis about 6 years ago

  • Subject changed from Install Kodi on a Raspberry Pi 2 Running Arch Linux to Install Kodi on a Raspberry Pi 3 Running Arch Linux
  • Description updated (diff)

Also available in: Atom PDF