PDA

View Full Version : Development: howto build complete image dm500....



me1960
15-02-09, 22:53
Development: howto build complete image dm500..(Detail and photos)

We know howto build complete image dm500s Cvs enigma
First, we need special programs for linux I used ubuntu
The programs are
Code:
- cvs
- autoconf
- automake
- libtool
- gettext
- make
- makeinfo (texinfo)
- tar
- bunzip2 (bzip2)
- gunzip (gzip)
- patch
- infocmp (ncurses-bin / ncurses-devel)
- gcc
- g++
- flex
- bison
- pkg-config
- wget
- libpng2 or libpng3 (DirectFB)
- ftpd (or other ftp server)
Now we install the program and how easy..go to systeme Then Gesttionnaire paquets synaptic and Used feature recharch example to install eautomak look the pic

http://img22.imageshack.us/img22/76/48995159yy7.jpg (http://www.anonym.to/?http://imageshack.us)
http://img22.imageshack.us/img22/48995159yy7.jpg/1/w769.png (http://www.anonym.to/?http://g.imageshack.us/img22/48995159yy7.jpg/1/)

look now eautomak is ok

http://img530.imageshack.us/img530/9776/26250667fo2.jpg (http://www.anonym.to/?http://imageshack.us)
http://img530.imageshack.us/img530/26250667fo2.jpg/1/w763.png (http://www.anonym.to/?http://g.imageshack.us/img530/26250667fo2.jpg/1/)

Now we are starting to build the image go to Applications—>Accessories—>Terminal And type the following command to create file

Code:
mkdir dreambox
look the pic

http://img149.imageshack.us/img149/1129/50010030lw4.jpg (http://www.anonym.to/?http://imageshack.us)
http://img149.imageshack.us/img149/50010030lw4.jpg/1/w765.png (http://www.anonym.to/?http://g.imageshack.us/img149/50010030lw4.jpg/1/)

now following command

Code:
cd dreambox
Code:
export CVS_RSH=ssh
Now the building of enigma Cvs

Code:
cvs -d anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -P -rdreambox .
not: It very well to the point

http://img153.imageshack.us/img153/1683/92137875bz2.jpg (http://www.anonym.to/?http://imageshack.us)
http://img153.imageshack.us/img153/92137875bz2.jpg/1/w771.png (http://www.anonym.to/?http://g.imageshack.us/img153/92137875bz2.jpg/1/)

following command

Code:
cd cdk
Code:
chmod 755 prepare
look

http://img16.imageshack.us/img16/3734/36278332pp3.jpg (http://www.anonym.to/?http://imageshack.us)
COLOR="Blue"]Now we will change the file prepare To choose the type of body image go to dreambox/cdk look pic [/color]

http://img15.imageshack.us/img15/4505/63815670cy7.jpg (http://www.anonym.to/?http://imageshack.us)
http://img15.imageshack.us/img15/63815670cy7.jpg/1/w753.png (http://www.anonym.to/?http://g.imageshack.us/img15/63815670cy7.jpg/1/)

open the file prepare

http://img187.imageshack.us/img187/4418/59011340uc8.jpg (http://www.anonym.to/?http://imageshack.us)
http://img187.imageshack.us/img187/59011340uc8.jpg/1/w716.png (http://www.anonym.to/?http://g.imageshack.us/img187/59011340uc8.jpg/1/)

Change your settings for the red

Code:
#!/bin/bash
cd .. && CURRENT_PATH=`pwd`;
cd cdk
./autogen.sh;
# boxtype dm500 dm56x0 or dm7000
TYPE=$1
if test -z "$TYPE"; then
TYPE=dm7000 //change to dm500
fi
./configure \
--with-boxtype=$TYPE \
--with-webif=standard \ //change to webif=expert
--prefix=$CURRENT_PATH/root \
--with-cvsdir=$CURRENT_PATH \
--with-cpu=405 \
--enable-maintainer-mode \
--with-targetruleset=flash \
--with-epg=private \ //change to -epg=standard
--with-mhw-epg=no \ //change to -epg=yes
--with-flashtool=standard \
--with-reiserfs=no \
--with-ext-flashtool=yes \
--with-enigma-debug=yes
look the pic

http://img11.imageshack.us/img11/3503/24094659og3.jpg (http://www.anonym.to/?http://imageshack.us)

me1960
15-02-09, 22:58
now following command

Code:
./prepare dm500
Code:
make checkout
Code:
make dreamboximage_root
not:The latter command takes a long time 2h at 4h According to the speed of the Internet http://www.sat-universe.com/images/smilies/frown.gif

http://img444.imageshack.us/img444/8819/23444135rc7.jpg (http://www.anonym.to/?http://imageshack.us)
http://img444.imageshack.us/img444/23444135rc7.jpg/1/w740.png (http://www.anonym.to/?http://g.imageshack.us/img444/23444135rc7.jpg/1/)

After the completion following command

Code:
make rebuild-flash
Code:
make flash-compress
Now find the image of dm500s Name complete.img in dreambox-root-cdkflash look

http://img3.imageshack.us/img3/2972/19895923nf8.jpg (http://www.anonym.to/?http://imageshack.us)
http://img3.imageshack.us/img3/19895923nf8.jpg/1/w749.png (http://www.anonym.to/?http://g.imageshack.us/img3/19895923nf8.jpg/1/)

You can modify ypur image Adding New Features ex: restart
enigma and retréve internet ip and blue panel ..ect look pic

http://img91.imageshack.us/img91/2177/88635242by1.jpg (http://www.anonym.to/?http://imageshack.us)
http://img91.imageshack.us/img91/88635242by1.jpg/1/w621.png (http://www.anonym.to/?http://g.imageshack.us/img91/88635242by1.jpg/1/)

http://img91.imageshack.us/img91/5185/31275906fq7.jpg (http://www.anonym.to/?http://imageshack.us)
http://img91.imageshack.us/img91/31275906fq7.jpg/1/w629.png (http://www.anonym.to/?http://g.imageshack.us/img91/31275906fq7.jpg/1/)

and look here

http://img504.imageshack.us/img504/3704/48108603ub8.jpg (http://www.anonym.to/?http://imageshack.us)
http://img504.imageshack.us/img504/48108603ub8.jpg/1/w623.png (http://www.anonym.to/?http://g.imageshack.us/img504/48108603ub8.jpg/1/)

I hope that the concept of explanationhttp://www.sat-universe.com/images/smilies/biggrin.gif