Kodi Community Forum
Kodi as a home theater - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Kodi as a home theater (/showthread.php?tid=314591)



Kodi as a home theater - myordo - 2017-05-19

Hello, I have a banana pi-m2 + I want to use Kodi as a home theater on Ubuntu 16.04,but from the repository installs only version 15.2, I want to use the latest version, try to update apt-get update and upgrade do not lead to the desired result, tell me how to install version 16 or 17 thanks


RE: Kodi as a home theater - teeedubb - 2017-05-19

Not sure about if there are builds available for that arm board, but with Ubuntu on x86 hardware you need to install the Kodi PPA to get the latest Kodi releases.


RE: Kodi as a home theater - nickr - 2017-05-19

You'd be better with a raspberry pi in terms of Kodi support.


RE: Kodi as a home theater - myordo - 2017-05-19

But I have banana pi-m2 m2 plus


RE: Kodi as a home theater - DaVu - 2017-05-19

If it's Ubuntu 16.04 which runs on that banana pi, then just do the following:

Code:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi

The normal Ubuntu repos only ship Kodi 15.2. To use the latest stable Kodi release, you have to use our PPA.

Don't expect to much support for that if you are facing issues.

The RPi3 might have been a better choice.


RE: Kodi as a home theater - yasij - 2017-05-19

(2017-05-19, 13:45)DaVu Wrote: If it's Ubuntu 16.04 which runs on that banana pi, then just do the following:

Code:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi

The normal Ubuntu repos only ship Kodi 15.2. To use the latest stable Kodi release, you have to use our PPA.

Don't expect to much support for that if you are facing issues.

The RPi3 might have been a better choice.

The PPA doesn't ship any ARM packages, so that won't work.


RE: Kodi as a home theater - fritsch - 2017-05-20

And if it shipped it would not work either. The above hardware uses a proprietary blob that has no support in any OSS programm that is not heavily patched ...


RE: Kodi as a home theater - wsnipex - 2017-05-20

don't buy allwinner CPUs/SOCs if you want to run linux.


RE: Kodi as a home theater - DaVu - 2017-05-20

(2017-05-19, 17:15)yasij Wrote:
(2017-05-19, 13:45)DaVu Wrote: If it's Ubuntu 16.04 which runs on that banana pi, then just do the following:

Code:
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi

The normal Ubuntu repos only ship Kodi 15.2. To use the latest stable Kodi release, you have to use our PPA.

Don't expect to much support for that if you are facing issues.

The RPi3 might have been a better choice.

The PPA doesn't ship any ARM packages, so that won't work.

right, sorry for that Wink


RE: Kodi as a home theater - nickr - 2017-05-20

(2017-05-19, 11:23)myordo Wrote: But I have banana pi-m2 m2 plus
You would have been better to research before buying.