#99100
herbfargus
Member

For anyone who is interested- if you have a raspberry pi 2, these are the steps I followed to install Kodi 15

Uninstall current Kodi:

sudo apt-get remove kodi kodi.bin

Install Kodi 15

wget http://steinerdatenbank.de/software/kodi-15.tar.gz
tar -xzf kodi-15.tar.gz
cd kodi-15
sudo ./install

Replace contents of roms/ports/kodi.sh with:

#!/bin/bash
startkodi

There is no black screen issue with this build (i made sure to test it long enough this time) Some of my addons didn’t work but I think it will just be a matter of time before those are fixed.