Difference between revisions of "RPi building and installing OpenELEC"
From eLinux.org
(Created page with "{{Template:RPi_Software}} =OpenELEC= On Monday, 23 April 2012 openELEC released the first compilable git version for Raspberry Pi. =Build Instructions= ==Preparation== on...") |
|||
| Line 6: | Line 6: | ||
=OpenELEC= | =OpenELEC= | ||
| − | On Monday, 23 April 2012 | + | On Monday, 23 April 2012 OpenELEC released the first compilable git version for Raspberry Pi. |
| Line 26: | Line 26: | ||
exit | exit | ||
</pre> | </pre> | ||
| + | |||
| + | ==Get/Compile OpenELEC== | ||
| + | |||
| + | <pre> | ||
| + | git clone https://github.com/OpenELEC/OpenELEC.tv.git | ||
| + | cd OpenELEC.tv | ||
| + | PROJECT=RPi ARCH=arm make -j <n> | ||
| + | </pre> | ||
| + | Replace the <n> in the make command with your number of cores + 1 | ||
| + | |||
| + | |||
| + | ==Problems== | ||
| + | * What to do with resulting system/kernel file? | ||
Revision as of 13:49, 24 April 2012
|
Back to the Hub.
Software & Distributions:
Software - an overview.
Distributions - operating systems and development environments for the Pi.
Kernel Compilation - advice on compiling a kernel.
Performance - measures of the Pi's performance.
Programming - programming languages that might be used on the Pi.
OpenELEC
On Monday, 23 April 2012 OpenELEC released the first compilable git version for Raspberry Pi.
Build Instructions
Preparation
on Ubuntu 10.04
sudo apt-get install g++ nasm flex bison gawk gperf autoconf automake m4 cvs libtool byacc texinfo gettext zlib1g-dev libncurses5-dev git-core build-essential xsltproc libexpat1-dev
on Ubuntu 12.04
sudo apt-get install g++ nasm flex bison gawk autopoint gperf autoconf automake m4 cvs libtool byacc texinfo gettext zlib1g-dev libncurses5-dev git-core build-essential xsltproc libexpat1-dev
configure Perl
sudo perl -e shell -MCPAN install XML::Parser exit
Get/Compile OpenELEC
git clone https://github.com/OpenELEC/OpenELEC.tv.git cd OpenELEC.tv PROJECT=RPi ARCH=arm make -j <n>
Replace the <n> in the make command with your number of cores + 1
Problems
- What to do with resulting system/kernel file?