Difference between revisions of "XBMC on Raspbian"

From Teknologisk videncenter
Jump to: navigation, search
m (Created page with "Download and install the lastest raspbian to a SD card and boot it on the Raspberry.<br/> Configure it without Window manager, with SSH, 16 MB GPU RAM Overclocking at 950 and the...")
 
m
Line 9: Line 9:
 
reboot
 
reboot
 
</source>
 
</source>
 +
Now follow this link from step 4.

Revision as of 19:35, 21 November 2012

Download and install the lastest raspbian to a SD card and boot it on the Raspberry.
Configure it without Window manager, with SSH, 16 MB GPU RAM Overclocking at 950 and the correct timezone and expand the rootfs. Install the rpi-update to update the firmware and so on

apt-get update
apt-get install git-core
wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update
rpi-update
reboot

Now follow this link from step 4.