Seite 11 von 26
Re: compiling neutrino for mipsel Set top boxes
Verfasst: So 27. Okt 2013, 15:11
von mohousch
don't know
this depneds from the distro you choose
i think mostly user is root and there is no password
Re: compiling neutrino for mipsel Set top boxes
Verfasst: So 27. Okt 2013, 15:37
von sodo
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
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)}"
Re: compiling neutrino for mipsel Set top boxes
Verfasst: So 27. Okt 2013, 16:19
von mohousch
please try the new guide for bitbaking neutrino its very easy.
with it you build always actually neutrino rev
which is stable

Re: compiling neutrino for mipsel Set top boxes
Verfasst: So 27. Okt 2013, 16:33
von sodo
you can give me the lien for new guide for bitbaking neutrino
thanks

Re: compiling neutrino for mipsel Set top boxes
Verfasst: So 27. Okt 2013, 16:43
von mohousch
the last post here
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)
for openpli3.0:
Code: Alles auswählen
svn co http://neutrinohd2.googlecode.com/svn/branches/recipes-neutrino recipes-neutrino
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
Code: Alles auswählen
opkg install /tmp/neutrino_svn(actuall svn rev)-r64.12_mips32el.ipk
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
Code: Alles auswählen
opkg update && opkg install --force-overwrite /tmp/librtmp0_2.4+git484+df6c518-r1_mips32el.ipk
kill enigma2
start neutrino
CAUTION:
be sure that is enought place in flash;-)
Have fun with neutrino
Re: compiling neutrino for mipsel Set top boxes
Verfasst: So 27. Okt 2013, 22:47
von sodo
I want to add the French and Arabic langue
how i do

Re: compiling neutrino for mipsel Set top boxes
Verfasst: So 27. Okt 2013, 23:16
von mohousch
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)
Re: compiling neutrino for mipsel Set top boxes
Verfasst: Mo 28. Okt 2013, 00:20
von sodo
i need this svn
neutrino_svn(actuall svn rev)-r64.12_mips32el.ipk
Re: compiling neutrino for mipsel Set top boxes
Verfasst: Sa 2. Nov 2013, 23:18
von slizer
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
Re: compiling neutrino for mipsel Set top boxes
Verfasst: Mo 4. Nov 2013, 09:52
von msrx111
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.....
Re: compiling neutrino for mipsel Set top boxes
Verfasst: Mo 4. Nov 2013, 10:01
von mohousch
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)
Re: compiling neutrino for mipsel Set top boxes
Verfasst: Mo 4. Nov 2013, 10:11
von msrx111
Dann werde ich doch erstmal schauen was mit dem tuxbox geht.... Danke
Re: compiling neutrino for mipsel Set top boxes
Verfasst: Mo 4. Nov 2013, 14:55
von Nullinga
wär klasse Neutrino MP für mips , möchte ich gerne auf derVU+ Solo2 haben

Re: compiling neutrino for mipsel Set top boxes
Verfasst: Mo 4. Nov 2013, 15:15
von mohousch
Nullinga hat geschrieben:wär klasse Neutrino MP für mips , möchte ich gerne auf derVU+ Solo2 haben

ich glaube nicht dass seife hier regestriert ist;) und die Jungs hier interressieren sich nur noch für sh4 ;(
Re: compiling neutrino for mipsel Set top boxes
Verfasst: Mo 4. Nov 2013, 23:34
von sodo
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