sudo su
wget https://s3-eu-west-1.amazonaws.com/kleinernik.sponsored/download/libcec_1.8.0-1_armhf.deb
dpkg -i libcec_1.8.0-1_armhf.deb
apt-get install liblockdev1
wget https://s3-eu-west-1.amazonaws.com/kleinernik.sponsored/download/xbmc-20120917_1rpb-1_armhf.deb
apt-get install libplist1 libmicrohttpd10 libtinyxml2.6.2 libyajl2 libssh-4 libmysqlclient18 liblzo2-2 libfribidi0 libcurl3-gnutls
dpkg -i xbmc-20120917_1rpb-1_armhf.deb
echo 'SUBSYSTEM=="vchiq",GROUP="video",MODE="0660"' > /etc/udev/rules.d/10-vchiq-permissions.rules
usermod -a -G video [fdion] (replace [fdion] by your user, like pi)
cp /boot/arm128_start.elf /boot/start.elf (we need a 128/128 memory split)
reboot
To start:
$ /usr/lib/xbmc/xbmc.bin
No comments:
Post a Comment