[rbp] added a minimal doc file
authorgimli <ebsi4711@gmail.com>
Fri, 10 Aug 2012 20:59:18 +0000 (22:59 +0200)
committergimli <ebsi4711@gmail.com>
Fri, 10 Aug 2012 20:59:18 +0000 (22:59 +0200)
docs/README.raspberrypi [new file with mode: 0644]

diff --git a/docs/README.raspberrypi b/docs/README.raspberrypi
new file mode 100644 (file)
index 0000000..57b67f8
--- /dev/null
@@ -0,0 +1,35 @@
+TOC
+1. Introduction
+2. Installing and setting up the buildroot environment
+
+-----------------------------------------------------------------------------
+1. Introduction
+-----------------------------------------------------------------------------
+
+For developemnt you can use a customized buildroot to produce a small 
+raspberrypi system image which is used to boot the raspberrypi and as
+crosscompile environment.
+
+-----------------------------------------------------------------------------
+2. Installing and setting up the buildroot environment
+-----------------------------------------------------------------------------
+
+Create a top level directory where you checkout xbmc and buildroot.
+
+For example :
+
+mkdir /opt/xbmc-raspberrypi
+cd /opt/xbmc-raspberrypi
+
+Checkout xbmc :
+
+git clone https://github.com/xbmc/xbmc.git
+
+Checkout buildroot :
+
+git clone https://github.com/huceke/buildroot-rbp.git
+
+cd /opt/xbmc-raspberrypi/buildroot-rbp
+
+Follow the instroctions in README.rbp how to build the system and xbmc.
+