Results 1 to 2 of 2

Thread: Development: howto build complete image dm500....

  1. #1
    Standard RSP member
    Join Date
    13 Feb 2007
    Location
    Earth
    Posts
    1,977
    Mentioned
    0 Post(s)
    Rep Power
    84

    Post Development: howto build complete image dm500....

    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




    look now eautomak is ok




    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




    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




    following command

    Code:
    cd cdk
    Code:
    chmod 755 prepare
    look


    COLOR="Blue"]Now we will change the file prepare To choose the type of body image go to dreambox/cdk look pic [/color]




    open the file prepare




    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

    Don't dream your life - live your DREAMbox ! DON'T FORGET TO SAY '' THANKS '' Note: Viewing Pay TV without a valid subscription is illegal All the files available here are kept for experimental and educational purpose only!

  2. #2
    Standard RSP member
    Join Date
    13 Feb 2007
    Location
    Earth
    Posts
    1,977
    Mentioned
    0 Post(s)
    Rep Power
    84

    Default Re: Development: howto build complete image dm500.

    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




    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




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








    and look here




    I hope that the concept of explanation
    Don't dream your life - live your DREAMbox ! DON'T FORGET TO SAY '' THANKS '' Note: Viewing Pay TV without a valid subscription is illegal All the files available here are kept for experimental and educational purpose only!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •