Kodi as a home theater
#1
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
Reply
#2
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.
Reply
#3
You'd be better with a raspberry pi in terms of Kodi support.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#4
But I have banana pi-m2 m2 plus
Reply
#5
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.
Reply
#6
(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.
Reply
#7
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 ...
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#8
don't buy allwinner CPUs/SOCs if you want to run linux.
Reply
#9
(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
Reply
#10
(2017-05-19, 11:23)myordo Wrote: But I have banana pi-m2 m2 plus
You would have been better to research before buying.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi as a home theater0