aboutsummaryrefslogtreecommitdiff
path: root/docs/README.raspberrypi
blob: aadcc418c7bd3f95f00c20b8ce2fe5052a6ac902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
TOC
1. Introduction
2. Installing and setting up the buildroot environment

-----------------------------------------------------------------------------
1. Introduction
-----------------------------------------------------------------------------

For development 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 instructions in README.rbp how to build the system and xbmc.