diff options
author | gimli <ebsi4711@gmail.com> | 2012-08-10 22:59:18 +0200 |
---|---|---|
committer | gimli <ebsi4711@gmail.com> | 2012-08-10 22:59:18 +0200 |
commit | 5182b60d28291ec322604999b8c3e8a61d69b370 (patch) | |
tree | 7b724ad97057c52c34ebfcfdec6271fc2705dcd3 /docs/README.raspberrypi | |
parent | 9787d5762ed552fb75f4d238a51a1a7b3b92b978 (diff) |
[rbp] added a minimal doc file
Diffstat (limited to 'docs/README.raspberrypi')
-rw-r--r-- | docs/README.raspberrypi | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/README.raspberrypi b/docs/README.raspberrypi new file mode 100644 index 0000000000..57b67f80fb --- /dev/null +++ b/docs/README.raspberrypi @@ -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. + |