how to make the complete flash image? (8M)

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
aj
Neugieriger
Neugieriger
Beiträge: 7
Registriert: Montag 22. November 2004, 22:13

how to make the complete flash image? (8M)

Beitrag von aj »

Hello all,

please provide me with right way...

I am trying to make the own image for d-box...

All compillation process is going well excepting the rules like

**image

How to create the bootble image?

I am just need to compile the image with my kernel patches to make possible the PCR adjusting while sending via ethernet...
Jau
Einsteiger
Einsteiger
Beiträge: 185
Registriert: Freitag 7. September 2001, 00:00

Beitrag von Jau »

i would suggest to add the proper configure switch.

as stated on

http://cvs.tuxbox-cvs.sourceforge.net/c ... n?rev=HEAD

we configure the cdk. you simply add another parameter:
--with-targetruleset=flash
so the result should be:
you@pc:~/tuxbox-cvs/cdk$ ./configure --enable-maintainer-mode \
--prefix=$HOME/dbox2 \
--with-cvsdir=$HOME/tuxbox-cvs \
--with-targetruleset=flash
Additionals:
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-cpu=MODEL cpu model [823,405]
--with-hostruleset=NAME host ruleset [standard,cygwin]
--with-targetruleset=NAME target ruleset [standard,flash]
--with-targetprefix=DIR prefix for target files [PREFIX/cdkroot]
--with-hostprefix=DIR prefix for host files [PREFIX/cdk]
--with-bootprefix=DIR prefix for boot files [PREFIX/tftpboot]
--with-flashprefix=DIR prefix for flash files [PREFIX/cdkflash] (only used for flash building)
--with-cvsdir=DIR where to find the cvs
--with-appsdir=DIR apps dir from cvs [[CVS/]apps/]
--with-bootdir=DIR boot dir from cvs [[CVS/]boot/]
--with-driverdir=DIR driver dir from cvs [[CVS/]driver]
--with-hostappsdir=DIR hostapps dir from cvs [[CVS/]hostapps]
--with-gnuserver=ADDRESS the gnu server for gnu-stuff (without ftp://)
--with-defaultserver=ADDRESS the server that is taken if no server is given/works (without http://)
This should be it ;-)