Seite 4 von 4

Re: compiling neutrinohd2 for sh4 set top boxes

Verfasst: Mi 27. Jul 2016, 18:04
von DboxOldie
Ja richtig:
Die Taste 'PLAY' war nur dem Movieplayer zugewiesen....
Jetzt hab ich die auch im Aufnahmen Browser eingestellt > und geht.

Danke... :wink:

Re: compiling neutrinohd2 for sh4 set top boxes

Verfasst: Do 4. Aug 2016, 14:58
von jockyw2001
Hi mohousch and all other contributors,

Thank you very much for your instructions. Fairly easy I could build neutrino-hd2 and neutrino-mp-cst-next flash images for my atevio 7500 and ufs910. Except for some unresolved wget urls, adding a line DRIVER_TOPDIR path in tdt/apps/tools/libmme_host/Makefile and adding isocodes in cdkroot for ufs910, it went through just fine. I already tested the ufs910 flash image and it works great. I did exceed the space limit of theflash root partition and had to delete a few modules and plugins, like ntfs.ko and youtube plugin. After doing that the flash image is exactly 16124 KB and can be flashed.

I have a couple of questions and am grateful for any answers:

- currently I have titannit with i-boot bootloader installed on my atevio 7500. Should I replace the i-boot bootloader by the stock bootloader?

- I tried to connect the sat>ip client in NHD2 to my minisatip server, but it doesn't work. Does the client not connect to a standard sat>ip server ?

Cheers,
JockyW

Re: compiling neutrinohd2 for sh4 set top boxes

Verfasst: Sa 16. Dez 2023, 17:41
von Schnuffel2008
Hi

vielleicht kann mir einer der Profis etwas Hilfestellung geben Ich bin leider nicht sehr bewandert mit Linux und Images bauen. Möchte gerne ein aktuelles Image für die Spark Triplex compilieren. Habe jetzt schon alles versucht, aber irgendwie komme ich nicht weiter. Habe jetzt extra Ubuntu 20.04 installiert, da ich gelesen hatte, dass dieses getestet ist und funktionieren muss.Nachdem ich hoffentlich alles wichtige an Paketen installiert habe, bin ich so weit, dass make init durchgelaufen ist. Das ganze läuft auch eine zeitlang gut, aber zuletzt hänge ich immer an dem angehängten Fehler. Die audio.elf und video.elf habe ich in das entsprechende Verzeichnis kopiert. Bedutet die Fehlermeldung, dass er den Compiler gcc zum cross-compilieren nicht findet? Der steht aber doch genau in diesem Verzeichnis...
Kann mir jemand bitte einen Tipp geben?

Viele Grüße

Code: Alles auswählen

make image-neutrino2
set -e; cd /home/ingoe/buildsystem/tufsbox/spark7162/build_tmp/linux-sh4-2.6.32.71_stm24_0217; \
	make -j9 -C /home/ingoe/buildsystem/tufsbox/spark7162/build_tmp/linux-sh4-2.6.32.71_stm24_0217 ARCH=sh oldconfig
scripts/kconfig/conf -o arch/sh/Kconfig
#
# configuration written to .config
#
make -j9 -C /home/ingoe/buildsystem/tufsbox/spark7162/build_tmp/linux-sh4-2.6.32.71_stm24_0217 ARCH=sh include/asm
scripts/kconfig/conf -s arch/sh/Kconfig
  SYMLINK include/asm -> include/asm-sh
make -j9 -C /home/ingoe/buildsystem/tufsbox/spark7162/build_tmp/linux-sh4-2.6.32.71_stm24_0217 ARCH=sh include/linux/version.h
  CHK     include/linux/version.h
make -j9 -C /home/ingoe/buildsystem/tufsbox/spark7162/build_tmp/linux-sh4-2.6.32.71_stm24_0217 ARCH=sh CROSS_COMPILE=sh4-linux- uImage modules
make[1]: sh4-linux-gcc: Command not found
  CHK     include/linux/version.h
  SYMLINK include/asm -> include/asm-sh
make[2]: 'include/asm-sh/machtypes.h' is up to date.
  CHK     include/linux/utsrelease.h
  CC      scripts/mod/empty.o
/bin/sh: /home/ingoe/buildsystem/tufsbox/spark7162/cross/bin/sh4-linux-gcc: No such file or directory
make[3]: *** [scripts/Makefile.build:230: scripts/mod/empty.o] Error 127
make[2]: *** [scripts/Makefile.build:365: scripts/mod] Error 2
make[1]: *** [Makefile:469: scripts] Error 2
make: *** [/home/ingoe/buildsystem/machine/spark7162/spark7162.mk:107: /home/ingoe/buildsystem/tufsbox/spark7162/.deps/kernel.do_compile] Error 2
PS> Habe jetzt nochmals alles neu installiert. Es scheint jetzt alles zu funktionieren. Daher sind erst einmal keine weitere Aktionen notwendig.

Re: compiling neutrinohd2 for sh4 set top boxes

Verfasst: Mi 20. Dez 2023, 19:53
von mohousch
Hallo

Irgendwas ist da schief gelaufen, folgendes koennte vielleicjht helfen:

make distclean
make update

lass die Packete nochmal installieren
sudo bash prepare-for-bs.sh

make (oder make init)
make image-neutrino2

viel Glück