HEAD flash rules

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
dietmarw
Contributor
Beiträge: 1833
Registriert: Mittwoch 10. April 2002, 15:39

HEAD flash rules

Beitrag von dietmarw »

Hallo..

gibt es von den Leuten die in der Lage wären die flash rules für den HEAD zu fixen
nicht doch evtl. jemanden der sich mal die Zeit nehmen würde..?

für Leute wie mich die nicht so tief in der Materie stecken ist es
ungemein schwierig ein HEAD image zu erstellen..

oder gibt es andere (für nichtprogrammierer) gangbare Wege zum selbstcompilierten HEAD image?

alle meine Versuche scheiterten bisher leider..
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

Under both Knoppix and RH9 linux I managed to build an image. First you must make sure you have the proper tools installed: gettext 0.12.x (0.11.5 fails) and the proper mklibs & mkjfss2 in /usr/bin

After checking out HEAD perform following steps:
make distclean
./autogen.sh
./configure --prefix=/dbox2 --with-cvsdir=$HOME/tuxbox-cvs --enable-maintainer-mode --with-targetruleset=flash
make all
make flash-neutriono-all
make flash-jffs2image

Hope this helps,
JockyW

PS: I found a great how2 written in german on a dbox2 site. Apart from some tools issues it describes extremely well how to setup knoppix under vmware
habjetztLinux
Interessierter
Interessierter
Beiträge: 89
Registriert: Sonntag 9. Februar 2003, 10:45

Beitrag von habjetztLinux »

was bewirkt "make distclean" und warum gibt es bei mir nach dem auschecken des cvs gar keine regel für distclean ?
Sagem D-BoxII Kabel 1xIntel AVIA600 Bmon1.3
habjetztLinux
Interessierter
Interessierter
Beiträge: 89
Registriert: Sonntag 9. Februar 2003, 10:45

Beitrag von habjetztLinux »

noch etwas: musst du nicht die ucodes ins image bringen und die bootlogos ? und ist das dann ein komplettes image, welches ich dann per dbox2 bootmanager einspielen kann ?
Sagem D-BoxII Kabel 1xIntel AVIA600 Bmon1.3
kerlimann
Semiprofi
Semiprofi
Beiträge: 1208
Registriert: Donnerstag 26. Dezember 2002, 07:26

Beitrag von kerlimann »

JOCKYW2001 hat geschrieben: make all
make flash-neutriono-all
make flash-jffs2image
hmm, did you forget "make rebuild-flash" after "make all", or isn et it needed anymore?
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

kerlimann hat geschrieben:hmm, did you forget "make rebuild-flash" after "make all", or isn et it needed anymore?
As far as I know that's only needed after you updated your local CVS. It probably doesn't harm to include it.

JockyW
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

habjetztLinux hat geschrieben:was bewirkt "make distclean" und warum gibt es bei mir nach dem auschecken des cvs gar keine regel für distclean ?
distclean means clean distribution, it removes all compiled output.

You are right: after checking out there is no makefile. The line "make distclean" should follow ./autogen.sh
habjetztLinux hat geschrieben:noch etwas: musst du nicht die ucodes ins image bringen und die bootlogos ? und ist das dann ein komplettes image, welches ich dann per dbox2 bootmanager einspielen kann ?
yes & yes

JockyW
kerlimann
Semiprofi
Semiprofi
Beiträge: 1208
Registriert: Donnerstag 26. Dezember 2002, 07:26

Beitrag von kerlimann »

JOCKYW2001 hat geschrieben:
kerlimann hat geschrieben:hmm, did you forget "make rebuild-flash" after "make all", or isn et it needed anymore?
As far as I know that's only needed after you updated your local CVS. It probably doesn't harm to include it.

JockyW
well, at least it "does something", even if i checkout from scratch and configure using "targetruleset=flash". dunno what it does, but i always use it.
and i never had a neutrino binary >1G either (chuckle).

happy weekend.
dietmarw
Contributor
Beiträge: 1833
Registriert: Mittwoch 10. April 2002, 15:39

Beitrag von dietmarw »

hmm... image created, but it doesnt work..

make all
make flash-neutrino-all
make flash-cramfsimage (jffs2image says no-rule)

flashing image,
booting result in error like this..

http://www.tuxbox-cvs.sourceforge.net/f ... hp?t=23447