Guide: How to Create a DM500 Dreambox Image

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wizard1
    Junior Member
    • Nov 2008
    • 25

    #76
    Wrong Section

    Hi julio501

    Your in the Wrong section, this section is for Dreambox problems

    Regards

    Wizard

    Comment

    • fairbird
      Junior Member
      • Jun 2009
      • 31

      #77
      hi all ;

      plz help me ...

      actually ... when i mack it my cvs and before last step

      #10 Execute command: make checkout

      i found this lines

      Code:
      find: `/home/raed/rr/root/cdkflash/root/lib/autofs/': No such file or directory
      I: Using ld.so.1 as dynamic linker.
      I: library reduction pass 1
      713 symbols, 699 unresolved
      No library provides non-weak  _ZN8eZapMain8instanceE
      No library provides non-weak  _ZN8eZapMain16startNGrabRecordEv
      No library provides non-weak  _ZN8eZapMain15stopNGrabRecordEv
      I: library reduction pass 2
      907 symbols, 68 unresolved
      No library provides non-weak  _ZN8eZapMain8instanceE
      No library provides non-weak  _ZN8eZapMain16startNGrabRecordEv
      No library provides non-weak  _ZN8eZapMain15stopNGrabRecordEv
      I: library reduction pass 3
      912 symbols, 5 unresolved
      No library provides non-weak  _ZN8eZapMain8instanceE
      No library provides non-weak  _ZN8eZapMain16startNGrabRecordEv
      No library provides non-weak  _ZN8eZapMain15stopNGrabRecordEv
      I: library reduction pass 4
      912 symbols, 5 unresolved
      cd /home/raed/rr/root/cdkflash/root/lib && ln -sf libgcc_s_nof.so.1 libgcc_s.so.1
      make[1]: Leaving directory `/home/raed/rr/cdk'
      [EMAIL="raed@ubuntu:~/rr/cdk$"]raed@ubuntu:~/rr/cdk$ [/EMAIL]
      then i Execute command:make dreamboximage_root

      and finally i got the image >>>and it was worked fine on my box

      but when i want to put line for Restart Enigma and in the Execute command: rm .enigma i got error same as below

      Code:
      rm: cannot remove `.enigma': No such file or directory
      and i get image size only 1.8 mb .....

      what i do ??

      please help me

      .......................

      and there is some things you most to know >>> i was formated me pc but before it >>> i copies the files packages from cdk/Archive in other drive .

      then when i want to build new cvs image i was macked this steps ...

      1 mkdir xyz
      2 cd xyz
      3 export CVS_RSH=ssh
      4 cvs -d [email protected]:/cvs/tuxbox -z3 co -P -rdreambox .
      5 cd cdk
      6 chmod 755 prepare
      7 i correct prepare file
      8 ./prepare dmxyz
      9 and in this step make checkout ...i was copies the files packages and posted to path cdk/Archive
      10 make checkout
      11 make dreamboximage_root

      Is this maked error for compile ??

      best regards

      Comment

      • fairbird
        Junior Member
        • Jun 2009
        • 31

        #78
        where are u me friend (Devilfish) ?

        i try to build new cvs again ....

        but in this setup >>> make checkout>>> i get this error

        Code:
        for security reasons all user ssh-keys older than 04.2008 got deleted
        cvs: WARNING: Read-only repository access mode selected via `cvs -R'.
        Using this option to access a repository which some users write to may
        cause intermittent sandbox corruption.
        cvs update: Updating .
        cvs update: Updating libavs
        cvs update: Updating liblcddisplay
        cvs update: Updating liblircdclient
        cvs update: Updating libtuxbox
        cvs update: Updating libtuxtxt
        raed@ubuntu:~/RAED/cdk$

        plz. help me ....

        Comment

        • delboy13
          DK Veteran
          • Apr 2008
          • 415

          #79
          i have installed vmware on vista am using pre configured enviroment. it does not let me copy and paste for some reason.
          i typed it in but make directory command says already exists. do i delete the main tuxbox-cvs in ubuntu or do like fairbird and change dir name eg mkdir xyz thanks
          Last edited by delboy13; 3 July, 2009, 13:30.

          Comment

          • delboy13
            DK Veteran
            • Apr 2008
            • 415

            #80
            i still can not copy and paste but i have got as far as the epg fix. can someone explain how i extract the contents to your 'tuxbox-cvs' directory i don't kmow where to look in winrar

            Comment

            • zaf786
              V.I.P. Member
              • Apr 2008
              • 327

              #81
              To Make A MaxVar Image

              this for newbies developers & who wanna to make a maxvar images

              to make a maxvar image you have to modify kernel ( exactly i mean dreambox.c file ) to
              change proportions between cramfs & squashfs parts inside the image
              you will find in the attachment the maxvar patch to do that for you
              how to apply patch

              put maxvar.diff after decopress in your cvs folder ( ex; tuxbox-cvs )
              open terminal & launch the following commands:

              Code:
              cd tuxbox-cvs
              Code:
              patch -p0 < maxvar.diff
              then
              Code:
              rm .linuxkernel
              &
              Code:
              make .linuxkernel
              now you have cdk with kernel customized for making a maxvar images

              then launch the usual commands as follow:

              Code:
              cd cdk

              rm .enigma

              make .enigma

              make rebuild-flash
              Stop; here at this step & make the following steps:

              go to this path \root\cdkflash\root in your cvs folder then;
              remove any addons or games you don't need from \lib\tuxbox\plugins
              & languages you don't need from \share\locale
              & delete the unwanted skins from \share\tuxbox\enigma

              Note: dont delete the default skin

              finally launch

              Code:
              make flash-compress
              congratulations , you have now a maxvar image
              Attached Files

              Comment

              • sharkyxia
                Newbie
                • May 2009
                • 2

                #82
                dear:
                when I key in make dreamboximage_root and process until such an error happened : /bin/grep: /lib/libfreetype.la: No such file or directory
                /bin/sed: can't read /lib/libfreetype.la: No such file or directory
                libtool: link: `/lib/libfreetype.la' is not a valid libtool archive

                how could I solve this problem ? I have searched on this site for a lot thread , but could not found any clue.

                Comment

                • gheos
                  Newbie
                  • Jul 2009
                  • 6

                  #83
                  Originally posted by sharkyxia
                  dear:
                  when I key in make dreamboximage_root and process until such an error happened : /bin/grep: /lib/libfreetype.la: No such file or directory
                  /bin/sed: can't read /lib/libfreetype.la: No such file or directory
                  libtool: link: `/lib/libfreetype.la' is not a valid libtool archive

                  how could I solve this problem ? I have searched on this site for a lot thread , but could not found any clue.
                  A greeting to all and forgive my English.
                  I too have the same problem.
                  I even cleaned the car and reinst fedora, thinking of the library corrupt. The error still remains.

                  Thanks for your help.

                  Comment

                  • sdream
                    Newbie
                    • Apr 2008
                    • 1

                    #84
                    Hello all! It's my first post here. I had the same problem too! I had tried everything without success.Then i realised that library (libfreetype.la) was missing from the \lib folder to which a user doesn't have access (only root has). These 2 files are located in /xyz/root/cdkroot/lib (replace xyz with the directory where your cvs files are located). So i copied libfreetype.la, libfreetype.so.6 (i executed in terminal "sudo cp libfreetype.la /lib and "sudo cp libfreetype.so.6 /lib") to that folder and then i executed "make dreamboximage_root" again, and the problem was gone (As i noticed there were only 2 warnings that these 2 files were moved). I compiled the image but haven't tested yet. So i hope it works

                    Comment

                    • gheos
                      Newbie
                      • Jul 2009
                      • 6

                      #85
                      Originally posted by sdream
                      Hello all! It's my first post here. I had the same problem too! I had tried everything without success.Then i realised that library (libfreetype.la) was missing from the \lib folder to which a user doesn't have access (only root has). These 2 files are located in /xyz/root/cdkroot/lib (replace xyz with the directory where your cvs files are located). So i copied libfreetype.la, libfreetype.so.6 (i executed in terminal "sudo cp libfreetype.la /lib and "sudo cp libfreetype.so.6 /lib") to that folder and then i executed "make dreamboximage_root" again, and the problem was gone (As i noticed there were only 2 warnings that these 2 files were moved). I compiled the image but haven't tested yet. So i hope it works
                      the files you mentioned are in the path, was one of the checks made before you post. I can not figure out what to depend.

                      Comment

                      • gheos
                        Newbie
                        • Jul 2009
                        • 6

                        #86
                        I just did as you suggested, only to be sicuroi have tried everything and confirm that it works ..... now let's see if he comes to the end and then if the cvs

                        Thanks for now and see you soon.

                        Comment

                        • scruff1963
                          Junior Member
                          • Mar 2008
                          • 27

                          #87
                          your using old code.
                          don't even know if the tree is updated anymore.

                          I use this method now.

                          Code:
                          start terminal
                          mkdir tuxbox-cvs
                          cd tuxbox-cvs
                          export CVS_RSH=ssh
                           cvs -d [email protected]:/cvs/tuxbox -z3 co -P .
                          cd cdk
                          ./autogen.sh
                          ./configure --with-boxtype=dreambox --with-boxmodel=dm500 --with-webif=expert --prefix=/home/ubuntu/tuxbox-cvs/root --with-cvsdir=/home/ubuntu/tuxbox-cvs --with-cpu=405 --with-epg=private --with-mhw-epg=yes --with-flashtool=expert --with-reiserfs=no --with-ext-flashtool=yes --enable-kernel26 --with-defaultlocale=english --enable-dreambox-serial-console  --enable-freesatepg --disable-pictureviewer
                          then for neutrino
                          Code:
                          make flash-neutrino-squashfs
                          or for enigma
                          Code:
                          make flash-enigma-squashfs
                          the ./configure line has many more options they are just what I use.

                          Comment

                          • sharkyxia
                            Newbie
                            • May 2009
                            • 2

                            #88
                            hello ! the repository error has been fixed, and I tested and passed ,generated a image ,but not test at now

                            Comment

                            • studentlo
                              Newbie
                              • Sep 2009
                              • 1

                              #89
                              Hi all, I am a newbie to this forum and I have learnt alot so far. I have a dreambox dm500c which does not carry a card at the moment. My image is gemini and evocamd_2.14.

                              If I need to use a card do I need to reload a new image or can the card be used with any image and if so how do i go about activating my card slot to accept the card.

                              Many Thanks for any replies

                              Comment

                              • icecbr
                                Newbie
                                • Sep 2009
                                • 1

                                #90
                                I am at stage: make dreamboximage_root
                                the process was just fine but I now have this:

                                ... ftp:/192.12.10.6/pub/openpkg/sources/DST/fribidi/fribidi-0.10.4.tar.bz2
                                .... failed: Connection timed out.

                                Comment

                                Working...