Raspbmc

From XBMC
Jump to: navigation, search

Raspbmc is an XBMC and linux-based OS distribution for Raspberry Pi, created and maintained by Sam Nazarko.

Contents

1 Main features

2 Installing Raspbmc

3 Updating Raspbmc

Raspbmc auto-updates itself, as long as version 1.0 Final (or later) is installed and the option 'Keep Raspbmc updated' is enabled in Raspbmc settings under System Configuration. This only takes place if the release build of XBMC is being used. If you have updated to a nightly version then you have to switch back to the release build via the Raspbmc Settings plugin for it to auto-update.

4 Back Up Configuration/settings

  1. Login to the pi and, from the /home/pi/ dir, type: tar -czf backup.tar.gz .xbmc/
  2. Transfer that file to a secondary machine (ftp, sftp, or scp are all viable options)

Put back the backup on the system:

  1. Return the tar file you copied in step 2 to the Raspberry Pi
  2. Run the following commands: sudo initctl stop xbmc; tar -xzf backup.tar.gz; rm backup.tar.gz; sudo initctl start xbmc

5 Further reading

6 See also

Personal tools
Namespaces
Variants
Actions
Navigation
Wiki help
Google Search
Toolbox