Seite 1 von 2

compiling neutrinohd2 for sh4 kathrein set top boxes wie?

Verfasst: Fr 29. Jan 2016, 18:45
von 60plus
Hi,

dass Kompilat (NHD2) für PC startet nun wollte ich mal ein Image für meine ufs912 bauen aber leider bekomme ich nach "DISTRO=kathrein MACHINE=ufs912 make -f Makefile image" diesen Fehler.
Nach Wiki für mipsel.
Ich baue mit Ubuntu 14.03. auf einer 64er.

Code: Alles auswählen

ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    DISTRO 'kathrein' not found. Please set a valid DISTRO in your local.conf
Please set a valid MACHINE in your local.conf or environment
Danke

mfg
60plus

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Fr 29. Jan 2016, 19:18
von mohousch
DISTRO=kathrein

gibt es nicht, ersetze das mit DISTRO=openatv

warum nutzt Du nicht das tdt ist schneller oder ist die ufs912 gar nicht in TDT?

EDIT: ufs 912 wird auch im TDT unterstützt würde lieber das TDT Build System empfehlen ;-)

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Fr 29. Jan 2016, 19:25
von Frankenstone
Die ufs912 ist im Duckbox-Developers Git und problemlos möglich damit ein Neutrino-hd2 zu bauen.
https://github.com/Duckbox-Developers <== Git

Git ausschecken ==> https://github.com/Duckbox-Developers/S ... r/start.sh
Danach einmal die ==> https://github.com/Duckbox-Developers/S ... are4cdk.sh als sudo ausführen.

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Sa 30. Jan 2016, 10:23
von 60plus
Hi,

danke erst mal, ich teste und berichte.

beim ersten bauen stoppt es hier

Code: Alles auswählen

touch .deps/diverse-tools
touch .deps/bare-os
make: *** Keine Regel vorhanden, um das Target »/home/lapi/bpanther/StartHere/trunk/cdk/Patches/build-neutrino/linux-sh4-2.6.32.61_0217_ufs912.config.debug«, 
  benötigt von ».deps/linux-kernel«, zu erstellen.  Schluss.
mfg

60plus

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Sa 30. Jan 2016, 13:16
von Frankenstone
Im Git gibt es kein
linux-sh4-2.6.32.61_0217_ufs912.config.debug
0217 Debug Kernel für die ufs912.
Schau einmal unter

Code: Alles auswählen

...cdk/Patches/build-neutrino/...
nach dort sind die vorhandenen Kernel Configs zu finden.

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Sa 30. Jan 2016, 13:20
von DboxOldie
Also bei Debug : n wählen bei ./make.sh

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Sa 30. Jan 2016, 16:55
von 60plus
Hi,

es hat durch gebaut, Dank Euch flash image ist gepackt und morgen wird geflasht.


mfg

60plus

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: So 31. Jan 2016, 20:43
von 60plus
Hi,

warum werden eigentlich beim bauen, die Dateien "video.elf und audio.elf" mit null Byte erzeugt?

mfg
60plus

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: So 31. Jan 2016, 21:53
von DboxOldie
Das hat rechtliche Gründe, warum die nicht im Git sein dürfen.

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Fr 12. Feb 2016, 08:43
von 60plus
Hi,

werden die Plugin eigentlich mit gebaut, wie stelle ich es an.
Das WE naht und ich wollte mal ein image für die ufs922 bauen.

Danke
mfg
60plus

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Fr 12. Feb 2016, 18:24
von DboxOldie
Ganz einfach das Target so bauen:
make yaud-neutrino-mp-cst-next-plugins
Dann werden die Plugins sowie auch xupnpd mitgebaut und landen im Release Ordner.

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Fr 12. Feb 2016, 19:10
von mohousch
@DBO

werden damit auch neutrinohd2 plugins mitgebaut?

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Fr 12. Feb 2016, 19:24
von max
für neutrino-hd2
ist es yaud-neutrino-hd2-exp-plugins
weiß nur nicht, in wie weit das nach deiner Änderung noch drin ist.

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Fr 12. Feb 2016, 19:33
von DboxOldie
Bis gestern wurden die Plugins bei NHD2 mit gebaut so wie max geschrieben
und wie es z.Zt. in den *.mk Files im DDT-Git drin ist.

Re: compiling neutrinohd2 for sh4 kathrein set top boxes wie

Verfasst: Fr 12. Feb 2016, 19:41
von mohousch
@max
hab nur die target conform nominiert und die start script auch conform geändert (z.Zt nur für Cuberevo mini 2 und 3000HD) da die return codes anders sind und die Box beim shutdown wie es z.Zt in TDT ist nicht deep Standby geht

Code: Alles auswählen

make yaud-neutrino-hd2
make neutrino-hd2
make neutrino-hd2-plugins
bei make yaud-neutrino-hd2
wird neutrino-hd2 und seine plugins mit gebaut

PS: hab den TDT CDK Branch geforkt und die Änderungen gepusht.