forked from xbmc/xbmc
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathREADME.raspberrypi
35 lines (22 loc) · 1018 Bytes
/
README.raspberrypi
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
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.