Seite 1 von 1

Fehler beim bauen von Enigma für die DM 7020

Verfasst: Sonntag 15. Juli 2012, 16:07
von msrx111
Ich versuche gerade ein Image für die DM7020 zu bauen.
configure sieht so aus:

Code: Alles auswählen

./configure --enable-maintainer-mode --prefix=/home/msrx111/dream-7020/ --with-cvsdir=/home/msrx111/dream-7020/tuxbox-cvs/ --enable-ccache --enable-ide --enable-ipkg --with-boxtype=dreambox --with-boxmodel=dm7020 --enable-dreambox-serial-console --with-webif=expert --with-mhw-epg=no --with-flashtool=expert --with-ext-flashtool=yes --with-filesystems=ext3,cifs,nfs --with-enigma-debug=yes --with-filesystem-tools=e2fsprogs,fdisk,mount
nach

Code: Alles auswählen

make -j4 flash-enigma-squashfs
bricht es zunächst hier ab:

Code: Alles auswählen

libtool: compile:  powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/msrx111/dream-7020/cdkroot/include/freetype2 -I../include -I/home/msrx111/dream-7020/tuxbox-cvs//driver/oldapi/include -I/home/msrx111/dream-7020/tuxbox-cvs//driver/include -I/home/msrx111/dream-7020/cdkroot/include -I/home/msrx111/dream-7020/tuxbox-cvs//driver/include -Wall -pipe -Os -mcpu=405 -msoft-float -mmultiple -mstring -meabi -ggdb3 -I/home/msrx111/dream-7020/cdkroot/include -I/home/msrx111/dream-7020/tuxbox-cvs//driver/include -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c  -fPIC -DPIC -o .libs/alloc.o
mosaic.cpp:69:1: warning: "VERSION" redefined
In file included from mosaic.cpp:13:
../config.h:141:1: warning: this is the location of the previous definition
mosaic.cpp: In function `int WebServerRequest(int, char*, int)':
mosaic.cpp:593: warning: cast to pointer from integer of different size
mosaic.cpp: In function `void RenderString(char*, int, int, int, int, int, int)':
mosaic.cpp:995: error: 'struct FTC_ImageTypeRec' has no member named 'font'
mosaic.cpp:995: error: 'struct FTC_ImageTypeRec' has no member named 'font'
mosaic.cpp: In function `void plugin_exec(PluginParam*)':
mosaic.cpp:2233: error: 'struct FTC_ImageTypeRec' has no member named 'font'
mosaic.cpp:2359: warning: cast to pointer from integer of different size
make[2]: *** [mosaic.lo] Fehler 1
make[2]: *** Warte auf noch nicht beendete Prozesse...
mv -f .deps/alloc.Tpo .deps/alloc.Plo
mv -f .deps/rgb.Tpo .deps/rgb.Plo
make[2]: Leaving directory `/home/msrx111/dream-7020/tuxbox-cvs/apps/tuxbox/plugins/mosaic'
make[1]: *** [flash-mosaic] Fehler 2
make[1]: Leaving directory `/home/msrx111/dream-7020/tuxbox-cvs/cdk'
make: *** [/home/msrx111/dream-7020/cdkflash/root] Fehler 2
msrx111@AMDX4:~/dream-7020/tuxbox-cvs/cdk$ 
wenn ich dann nochmal

Code: Alles auswählen

make -j4 flash-enigma-squashfs
eingebe, baut es weiter um dann hier zu enden:

Code: Alles auswählen

/usr/bin/install -c linux-2.6.9/arch/ppc/boot/images/zImage.treeboot /home/msrx111/dream-7020/cdkflash/boot/root/platform/kernel/os
/home/msrx111/dream-7020/cdk/bin/mkcramfs-e -eb /home/msrx111/dream-7020/cdkflash/boot /home/msrx111/dream-7020/cdkflash/boot-cramfs.img
Super block: 76 bytes
  root
'root':
  platform
'platform':
  kernel
'kernel':
  bild
  os
Directory data: 164 bytes
-10.46% (-2601 bytes)	bild
 -0.98% (-14992 bytes)	os
Everything: 1508 kilobytes
warning: gids truncated to 8 bits.  (This may be a security concern.)
ERROR: CramFS part is too big for image (max. allowed 1179648 bytes)
make: *** [/home/msrx111/dream-7020/cdkflash/boot-cramfs.img] Fehler 1
Weiss jemand ob es überhaupt noch möglich ist für die Dreambox zu bauen. Und wenn ja, wie die Fehler zu beheben sind, damit es dann auch durchbaut.

Re: Fehler beim bauen von Enigma für die DM 7020

Verfasst: Sonntag 15. Juli 2012, 19:52
von mrvica
DM7020 akzeptiert nur .nfi nand flash images (jffs2), auch wenn es erfolgreich bauen würde, würde es nicht funktionieren, siehe: http://www.dream-multimedia-tv.de/dm-70 ... en-browser

mrvica

Re: Fehler beim bauen von Enigma für die DM 7020

Verfasst: Montag 16. Juli 2012, 08:53
von msrx111
und die kann ich wie bauen? Mit Openembedded?

Re: Fehler beim bauen von Enigma für die DM 7020

Verfasst: Montag 16. Juli 2012, 15:55
von mrvica
ja, hier steht ausführlich wie das gemacht wird
http://wiki.blue-panel.com/index.php/CVS_/_OE_-_Image
allerdings habe es selbst nie gemacht, habe immer noch dbox2

mrvica

Re: Fehler beim bauen von Enigma für die DM 7020

Verfasst: Dienstag 17. Juli 2012, 00:25
von msrx111
Danke schön! :)