compiling neutrinohd2 for mipsel set top boxes
Verfasst: So 14. Apr 2013, 20:18
Install the required packages
set your shell to /bin/bash
when asked: Install dash as /bin/sh?
select "NO"
STEP1: build enigma2 image
- create build directory:
- check out oe-alliance build-enviroment:
- build enigma2 image
STEP2: build neutrinohd2
STEP3: install neutrinohd2
- copy neutrino_svn(actuall svn rev)-r64.12_mips32el.ipk to /tmp
- if librtmp could be installed:
copy librtmp0_2.4+git484+df6c518-r1_mips32el.ipk to /tmp
telnet to your box:
- extract the attached file and copy them to the root to your image
- go to enigma2 plugins browser and execute neutrinohd2 plugin, if you dont like it and you want to start enigma2 go to neutrinohd2 plugins browser (blue/blue) and execute restart enigma2 plugin.
have fun
EDITED 26.12.2015
Code: Alles auswählen
sudo apt-get updateCode: Alles auswählen
sudo apt-get install -y autoconf automake bison bzip2 cvs diffstat flex g++ gawk gcc gettext git-core gzip help2man ncurses-bin ncurses-dev libc6-dev libtool make texinfo patch perl pkg-config subversion tar texi2html wget zlib1g-dev chrpath libxml2-utils xsltproc libglib2.0-dev python-setuptools zip info coreutils diffstat chrpath libproc-processtable-perl libperl4-corelibs-perl sshpass default-jre default-jre-headless java-common libserf-devCode: Alles auswählen
sudo dpkg-reconfigure dashselect "NO"
STEP1: build enigma2 image
- create build directory:
Code: Alles auswählen
mkdir -p oe-allianceCode: Alles auswählen
cd oe-allianceCode: Alles auswählen
git clone https://github.com/oe-alliance/build-enviroment.gitCode: Alles auswählen
cd build-enviromentCode: Alles auswählen
MACHINE=gb800se DISTRO=openatv make imageCode: Alles auswählen
cd ../builds/openatv/gb800seCode: Alles auswählen
. ./env.sourceCode: Alles auswählen
bitbake neutrino- copy neutrino_svn(actuall svn rev)-r64.12_mips32el.ipk to /tmp
Code: Alles auswählen
opkg install /tmp/neutrino_svn(rev)-r64.12_mips32el.ipkcopy librtmp0_2.4+git484+df6c518-r1_mips32el.ipk to /tmp
Code: Alles auswählen
opkg update && opkg install --force-overwrite /tmp/librtmp0_2.4+git484+df6c518-r1_mips32el.ipkCode: Alles auswählen
init 4Code: Alles auswählen
init 3have fun
EDITED 26.12.2015