compiling neutrinohd2 for mipsel set top boxes
- mohousch
- Registrierte Benutzer
- Beiträge: 1111
- Registriert: Di 18. Sep 2012, 20:21
- Hat sich bedankt: 41 Mal
- Danksagung erhalten: 165 Mal
Re: compiling neutrino for mipsel Set top boxes
don't know
this depneds from the distro you choose
i think mostly user is root and there is no password
this depneds from the distro you choose
i think mostly user is root and there is no password
-
- Registrierte Benutzer
- Beiträge: 10
- Registriert: Do 24. Okt 2013, 19:09
- Hat sich bedankt: 0
- Danksagung erhalten: 0
Re: compiling neutrino for mipsel Set top boxes
please tell me what is the stable svn rev for neutrino
exp: withe youtub player ext...........
and where i can find this configuration please
enable-freesatepg
exp: withe youtub player ext...........
and where i can find this configuration please
enable-freesatepg
Code: Alles auswählen
EXTRA_OECONF = "\
${NHD2_ARCH_OECONF} \
--enable-graphlcd \
--enable-freesatepg \
--with-boxtype=${BOXTYPE} --with-boxmodel=${BOXMODEL} \
"
EXTRA_OECONF += "${@base_contains("MACHINE_FEATURES", "dreambox", "--enable-lcd" , "", d)}"
- mohousch
- Registrierte Benutzer
- Beiträge: 1111
- Registriert: Di 18. Sep 2012, 20:21
- Hat sich bedankt: 41 Mal
- Danksagung erhalten: 165 Mal
Re: compiling neutrino for mipsel Set top boxes
please try the new guide for bitbaking neutrino its very easy.
with it you build always actually neutrino rev
which is stable

with it you build always actually neutrino rev
which is stable


- mohousch
- Registrierte Benutzer
- Beiträge: 1111
- Registriert: Di 18. Sep 2012, 20:21
- Hat sich bedankt: 41 Mal
- Danksagung erhalten: 165 Mal
Re: compiling neutrino for mipsel Set top boxes
the last post here
EDIT: in english
Credits goes to scp
based on opennhd2-r64.12 from scp
MAKE:
for oe-alliance:
for openpli3.0:
result can be found here:
for oe-alliance:
(oe-alliance-path)/build-enviroment/builds/(DISTRO/(MACHINE)/tmp/deploy/ipk/mips32el/neutrino_svn(svnrevision)-r64.12_mips32el.ipk
for openpli3.0:
(openpli30-path)/openpli-oe-core/build-MACHINE/tmp/deploy/ipk/mips32el/neutrino_svn(svnrevision)-r64.12_mips32el.ipk
INSTALL:
- copy neutrino_svn(actuall svn rev)-r64.12_mips32el.ipk to /tmp
wenn die Box am Net angeschlossen ist alle benötigten libs werden online installiert.
-librtmp:
copy librtmp0_2.4+git484+df6c518-r1_mips32el.ipk to /tmp
kill enigma2
start neutrino
CAUTION:
be sure that is enought place in flash;-)
Have fun with neutrino
EDIT: in english
Credits goes to scp
based on opennhd2-r64.12 from scp
MAKE:
for oe-alliance:
Code: Alles auswählen
cd /(oe-alliance-path)/build-enviroment/meta-oe-alliance
Code: Alles auswählen
svn co http://neutrinohd2.googlecode.com/svn/branches/recipes-neutrino recipes-neutrino
Code: Alles auswählen
cd (oe-alliance-path)/build-enviroment/builds/(DISTRO)/(MACHINE)
Code: Alles auswählen
cd (openpli30-path)/openpli-oe-core/meta-openpli
Code: Alles auswählen
svn co http://neutrinohd2.googlecode.com/svn/branches/recipes-neutrino recipes-neutrino
Code: Alles auswählen
cd (openpli30-path)/openpli-oe-core/build-(MACHINE)$
Code: Alles auswählen
. ./env.source
Code: Alles auswählen
bitbake neutrino
for oe-alliance:
(oe-alliance-path)/build-enviroment/builds/(DISTRO/(MACHINE)/tmp/deploy/ipk/mips32el/neutrino_svn(svnrevision)-r64.12_mips32el.ipk
for openpli3.0:
(openpli30-path)/openpli-oe-core/build-MACHINE/tmp/deploy/ipk/mips32el/neutrino_svn(svnrevision)-r64.12_mips32el.ipk
INSTALL:
- copy neutrino_svn(actuall svn rev)-r64.12_mips32el.ipk to /tmp
Code: Alles auswählen
opkg install /tmp/neutrino_svn(actuall svn rev)-r64.12_mips32el.ipk
-librtmp:
copy 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.ipk
Code: Alles auswählen
init 2
Code: Alles auswählen
neutrino &
be sure that is enought place in flash;-)
Have fun with neutrino
- mohousch
- Registrierte Benutzer
- Beiträge: 1111
- Registriert: Di 18. Sep 2012, 20:21
- Hat sich bedankt: 41 Mal
- Danksagung erhalten: 165 Mal
Re: compiling neutrino for mipsel Set top boxes
to add french you need to add the french locale from /src/data/locale/francais.locale but this must be reworked they are lot items missing in that
arabic its not possible now neutrino stringrenderer cant shape character from right to left (this is on on the TODO list)
arabic its not possible now neutrino stringrenderer cant shape character from right to left (this is on on the TODO list)
-
- Registrierte Benutzer
- Beiträge: 440
- Registriert: Do 9. Mai 2013, 17:19
- Hat sich bedankt: 0
- Danksagung erhalten: 0
Re: compiling neutrino for mipsel Set top boxes
die start Datei enigma2.sh bleibt erstmal unberührt, nach der Installation soll enigma2 beendet werden:
Code: Alles auswählen
init 2
PS: beachte bitte dass diese Kommando auch die 3thd party plugins auch beendet, für teste sollen die auch manuell gestartet werden wie neutrino
Code: Alles auswählen
neutrino &
neutrino beenden kann man mit
killall neutrino
e2 wieder starten mit
init 3
-
- Registrierte Benutzer
- Beiträge: 208
- Registriert: Mo 9. Sep 2013, 09:35
- Wohnort: 52511 Geilenkirchen
- Hat sich bedankt: 2 Mal
- Danksagung erhalten: 5 Mal
Re: compiling neutrino for mipsel Set top boxes
off topic aber hierhin passend....
kann man auch Neutrino-(mp/nhd2) für eine ppc Dreambox 7020 bauen? Wenn ja wie und womit?
Nochmal es handelt sich um eine ältere Dreambox die kein HD kann und einen ppc Prozessor hat.....
kann man auch Neutrino-(mp/nhd2) für eine ppc Dreambox 7020 bauen? Wenn ja wie und womit?
Nochmal es handelt sich um eine ältere Dreambox die kein HD kann und einen ppc Prozessor hat.....
1x Zgemma Star 2S Twin Sat
1x Sogno HD 8800 Twin Sat
1x Golden Media 990CR HDPVR Spark LX Reloaed
1x Golden Media SPARK TRIPLEX HDTV Linux Receiver Twin Sat DVB-C/T Tuner R.I.P
1x Dbox2 Nokia Avia500 Sat
3x Opticum Odin Twin Sat
2x AX TriplexBox HD Twin Sat und DVBC/T2
1x Sogno HD 8800 Twin Sat
1x Golden Media 990CR HDPVR Spark LX Reloaed
1x Golden Media SPARK TRIPLEX HDTV Linux Receiver Twin Sat DVB-C/T Tuner R.I.P
1x Dbox2 Nokia Avia500 Sat
3x Opticum Odin Twin Sat
2x AX TriplexBox HD Twin Sat und DVBC/T2
- mohousch
- Registrierte Benutzer
- Beiträge: 1111
- Registriert: Di 18. Sep 2012, 20:21
- Hat sich bedankt: 41 Mal
- Danksagung erhalten: 165 Mal
Re: compiling neutrino for mipsel Set top boxes
dafür kann man das neutrino der tuxbox nehmen
neutrinoMP weiss nicht weil das einiziger was da seife für mipsel gemacht hat ist nur für die azyboxen (naja man fragt sich manchmal wofür steht das MP
)
- neutrinoHD2 mit openpli (PS: noch nicht getestet)
neutrinoMP weiss nicht weil das einiziger was da seife für mipsel gemacht hat ist nur für die azyboxen (naja man fragt sich manchmal wofür steht das MP



- neutrinoHD2 mit openpli (PS: noch nicht getestet)
-
- Registrierte Benutzer
- Beiträge: 208
- Registriert: Mo 9. Sep 2013, 09:35
- Wohnort: 52511 Geilenkirchen
- Hat sich bedankt: 2 Mal
- Danksagung erhalten: 5 Mal
Re: compiling neutrino for mipsel Set top boxes
Dann werde ich doch erstmal schauen was mit dem tuxbox geht.... Danke
1x Zgemma Star 2S Twin Sat
1x Sogno HD 8800 Twin Sat
1x Golden Media 990CR HDPVR Spark LX Reloaed
1x Golden Media SPARK TRIPLEX HDTV Linux Receiver Twin Sat DVB-C/T Tuner R.I.P
1x Dbox2 Nokia Avia500 Sat
3x Opticum Odin Twin Sat
2x AX TriplexBox HD Twin Sat und DVBC/T2
1x Sogno HD 8800 Twin Sat
1x Golden Media 990CR HDPVR Spark LX Reloaed
1x Golden Media SPARK TRIPLEX HDTV Linux Receiver Twin Sat DVB-C/T Tuner R.I.P
1x Dbox2 Nokia Avia500 Sat
3x Opticum Odin Twin Sat
2x AX TriplexBox HD Twin Sat und DVBC/T2
- mohousch
- Registrierte Benutzer
- Beiträge: 1111
- Registriert: Di 18. Sep 2012, 20:21
- Hat sich bedankt: 41 Mal
- Danksagung erhalten: 165 Mal
Re: compiling neutrino for mipsel Set top boxes
ich glaube nicht dass seife hier regestriert ist;) und die Jungs hier interressieren sich nur noch für sh4 ;(Nullinga hat geschrieben:wär klasse Neutrino MP für mips , möchte ich gerne auf derVU+ Solo2 haben
-
- Registrierte Benutzer
- Beiträge: 10
- Registriert: Do 24. Okt 2013, 19:09
- Hat sich bedankt: 0
- Danksagung erhalten: 0
Re: compiling neutrino for mipsel Set top boxes
hi
I have a question please
when I finished the compilation of image with success and I want to edit something
what do I do
I have a question please
when I finished the compilation of image with success and I want to edit something
what do I do