Support #806
Install Kodi on a Raspberry Pi 3 Running Arch Linux
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
- Install yaourt
- 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
- And increase the amount of GPU memory:
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"
- And add the udev rule to enable typing with a physical keyboard.:
- Enable Kodi at boot:
sudo systemctl enable kodi
Resources¶
Updated by Daniel Curtis over 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
Updated by Daniel Curtis over 8 years ago
- Category set to Media Server
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Updated by Daniel Curtis almost 7 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)