Seite 7 von 9

Re: Build Problem NHD2

Verfasst: Mo 24. Feb 2014, 19:12
von mohousch
valid for atevio: atevio700,atevio7000,atevio7500,atevio7600
if octagon1008 have the same HW as atevio, instead of octagon1008 set your boxtype to atevio700

Re: Build Problem NHD2

Verfasst: Mo 24. Feb 2014, 19:52
von temizel
mohousch hat geschrieben:
valid for atevio: atevio700,atevio7000,atevio7500,atevio7600
if octagon1008 have the same HW as atevio, instead of octagon1008 set your boxtype to atevio700
I am sorry. atevio700 is not available inside "make.sh".

Re: Build Problem NHD2

Verfasst: Mo 24. Feb 2014, 20:07
von DboxOldie
It should be this in ./make.sh:

6) Fortis based (HDBOX)

Re: Build Problem NHD2

Verfasst: Mo 24. Feb 2014, 20:25
von mohousch
OK i add octagon1008 as Boxtype try to update neutrino sources by

Code: Alles auswählen

make neutrino-hd2-exp-distclean
make neutrino-hd2-exp

Re: Build Problem NHD2

Verfasst: Mo 24. Feb 2014, 21:10
von temizel
Oh! Actually, I've done compile by selecting Fortis base. Now, trying to build as you mention, mohousch.

Edit: I've just finished compiling. I dont understand where to copy audio and video elf files. Then I'll need to know how to create flash image.

Re: Build Problem NHD2

Verfasst: Mo 24. Feb 2014, 22:55
von slizer
Flashimage example for fortis_hdbox:

cd to ~/max-tdt/tdt/flash/fortis_hdbox

sudo ./make_flash.sh

Re: Build Problem NHD2

Verfasst: Mo 24. Feb 2014, 23:12
von DboxOldie
The elfs are to copy to:
~max-tdt/tdt/tufsbox/release_neutrino/lib/firmware
before you build flash as slizer wrote.

The content in ../release_neutrino (it is a ready usb image) will be used for the flash build

Re: Build Problem NHD2

Verfasst: Mo 24. Feb 2014, 23:15
von slizer
You find the Flashimage in ~/max-tdt/tdt/flash/fortis_hdbox/out/

after building

Re: Build Problem NHD2

Verfasst: Mo 24. Feb 2014, 23:41
von temizel
Thank you for help. I have installed on USB flash, and succesfully booted!
My first impressions,
- Boot time is longer than NMP.
- Service scan did not work.
- VFD is stuck by "BOOTING" text.

I will review deeply later. Hopefully everything will be fixed. :hello:

Re: Build Problem NHD2

Verfasst: Mi 26. Feb 2014, 13:34
von slizer
slizer hat geschrieben:plugin tuxcal baut hier nicht , am PC geht es

Code: Alles auswählen

 tuxcald.o: In function `OpenFB':
tuxcald.c:(.text+0x948): undefined reference to `FTC_Manager_Lookup_Face'
collect2: ld returned 1 exit status
make[4]: *** [tuxcald] Fehler 1
make[4]: Verlasse Verzeichnis '/home/slizer/max-tdt/tdt/cvs/apps/nhd2-plugins/tuxcal/daemon'
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlasse Verzeichnis '/home/slizer/max-tdt/tdt/cvs/apps/nhd2-plugins/tuxcal'
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis '/home/slizer/max-tdt/tdt/cvs/apps/nhd2-plugins'
make[1]: *** [all] Fehler 2
make[1]: Verlasse Verzeichnis '/home/slizer/max-tdt/tdt/cvs/apps/nhd2-plugins'
make: *** [.deps/nhd2-plugins.do_compile] Fehler 2
 

Frage : ist tuxcal jetzt fertig wegen r2178 update

den Fehler habe ich noch beim bauen

Re: Build Problem NHD2

Verfasst: Mi 26. Feb 2014, 13:37
von DboxOldie
Ob es funktioniert weis ich auch noch nicht.
Aber in tuxcald.c einfach das:
FTC_Manager_Lookup_Face
nach:
FTC_Manager_LookupFace
ändern.

Re: Build Problem NHD2

Verfasst: Mi 26. Feb 2014, 13:55
von slizer
damit baut es durch und sieht so aus

kommt nur das Bild, machen kann man nichts damit

musste die Box am Netzschalter ausschalten

Re: Build Problem NHD2

Verfasst: Mi 26. Mär 2014, 20:17
von DboxOldie
Hab heute die NHD2 rev2205 für die 913 bauen wollen, aber es blieb hier stehen:

Code: Alles auswählen

checking for freetype-config... /home/dbo/max-tdt/tdt/tufsbox/devkit/sh4/bin/freetype-config
checking for package libid3tag... no
checking for package id3tag... no
configure: error: could not find package id3tag
make: *** [/home/dbo/max-tdt/tdt/cvs/apps/nhd2-exp/config.status] Fehler 1
Dabei hatte ich am Sonntag die r2205 für die Spark7162 gebaut, und das lief durch. :confused:

Die libid3tag wird auch gebaut und die Files liegen in ../cdkroot/usr/lib
Jetzt hab ich mal das Build Verzeichnis der libid3tag-0.15.1b nicht löschen lassen in ../cdk nach dem Bau und die id3tag.pc von Hand
nach ../cdkroot/usr/lib/pkgconfig kopiert.
Dann baut NHD2 ohne Gemecker durch.... :wink:

Etwas seltsam das Ganze, da ist doch nirgendwo was geändert worden am master-git. :confused:

Re: Build Problem NHD2

Verfasst: Mi 26. Mär 2014, 21:32
von Friedel
ich habe die selbe Fehlermeldung beim Bauen für AV7500.

Re: Build Problem NHD2

Verfasst: Mi 26. Mär 2014, 21:53
von DboxOldie
Ist mittlerweile im git repariert worden:
https://gitorious.org/open-duckbox-proj ... 7499975eaa

git pull....