Difference between revisions of "KODI on a Raspberry Pi Zero"
From RiceFamily Wiki
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* USB Hub: http://amzn.to/1InPTJm | * USB Hub: http://amzn.to/1InPTJm | ||
* USB Wifi Adapter: http://amzn.to/1llN1Yh | * USB Wifi Adapter: http://amzn.to/1llN1Yh | ||
− | * FLIRC: http://amzn.to/1llN2v6 | + | * FLIRC: http://amzn.to/1llN2v6 or https://www.amazon.com/Universal-Remote-Control-Receiver-Raspberry/dp/B01NBRBWS6 |
* NOOBS SD card: http://amzn.to/1llN4mM | * NOOBS SD card: http://amzn.to/1llN4mM | ||
* Power Supply: http://amzn.to/1InQevv | * Power Supply: http://amzn.to/1InQevv | ||
Packages for KODI are available via the Rasbian package stores. There is an [http://kodi.wiki/view/HOW-TO:Install_Kodi_on_Raspberry_Pi#Raspbian Installation Guide] available. | Packages for KODI are available via the Rasbian package stores. There is an [http://kodi.wiki/view/HOW-TO:Install_Kodi_on_Raspberry_Pi#Raspbian Installation Guide] available. | ||
+ | |||
+ | Apparently, as of September 2015, KODI is not available in the Rasbian Jessie repositories. Need to try the following commands and see if it installs. The hope is that KODI gets added to the repos at some point. | ||
+ | |||
+ | sudo apt-get update | ||
+ | sudo apt-get upgrade | ||
+ | sudo apt-get install kodi | ||
+ | |||
+ | There is a [http://mymediaexperience.com/raspberry-pi-xbmc-with-raspbmc/ Tutorial] for Configuring KODI on a Raspberry Pi. | ||
+ | |||
[[Category:Raspberry Pi]] | [[Category:Raspberry Pi]] | ||
[[Category:Home Video]] | [[Category:Home Video]] | ||
+ | [[Category:Project]] |
Latest revision as of 20:04, 1 April 2019
Raspberry Pi Foundation recently released their Raspberry Pi Zero for $5!! WOW!!
Just watched a video of KODI running on the Pi Zero. Not bad.
You need a few items to make it work, but dang!
- USB adapter: http://amzn.to/1llMUf7
- Mini HDMI adapter: http://amzn.to/1llNcm9
- USB Hub: http://amzn.to/1InPTJm
- USB Wifi Adapter: http://amzn.to/1llN1Yh
- FLIRC: http://amzn.to/1llN2v6 or https://www.amazon.com/Universal-Remote-Control-Receiver-Raspberry/dp/B01NBRBWS6
- NOOBS SD card: http://amzn.to/1llN4mM
- Power Supply: http://amzn.to/1InQevv
Packages for KODI are available via the Rasbian package stores. There is an Installation Guide available.
Apparently, as of September 2015, KODI is not available in the Rasbian Jessie repositories. Need to try the following commands and see if it installs. The hope is that KODI gets added to the repos at some point.
sudo apt-get update sudo apt-get upgrade sudo apt-get install kodi
There is a Tutorial for Configuring KODI on a Raspberry Pi.