How to build an image for DM500+?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jansenjw
    Junior Member
    • May 2008
    • 21

    #1

    How to build an image for DM500+?

    Hi
    I downloaded the CVS for dreambox and was able to create an image for DM500, 7000 and 5xwhatever. Does anyone know what parameter is required for prepare to build a DM500+ image?!?!
    Thanks!
  • jansenjw
    Junior Member
    • May 2008
    • 21

    #2
    Addition #1

    I am trying DM500, however flashing a DM500 image over a DM500+ will result in a failure (fast flashing red light after power on).

    Comment

    • jansenjw
      Junior Member
      • May 2008
      • 21

      #3
      Addition #2

      Btw, 3 packages are missing in the makefile:
      -reiserfs
      -ungif
      -u2fstools (or something)
      Solution is to Google for the exact filename and manually update the Makefile
      1 search for wget statement
      2 search for the package name
      3 replace with a working link

      Comment

      • Devilfish
        Administrator
        • Feb 2008
        • 7872

        #4
        im on my phone just now so cant research this but 500+ images are enigma2 and 500 images are enigma1 so you cant create a 500+ image in the same way. im sure u'll need to use 'open embedded' to build it, same with 600 & 7025 images. i'll post up some tuts as soon i get time.

        Comment

        • enigma?
          Newbie
          • May 2008
          • 2

          #5
          Devilfish
          Little mistake - DM500+, DM600 and DM 7020 is enigma1 boxes. DM 7025 and DM 800 is enigma 2.
          jansenjw
          You need install Open Embedded to build image for dm 500+. You can use this script for easy install. Some time ago i test it with Kubuntu 7.10, all work good.
          Last edited by enigma?; 4 May, 2008, 15:18.

          Comment

          • jansenjw
            Junior Member
            • May 2008
            • 21

            #6
            Thanks but...

            Thanks for the hint, I will try it. However all major distribs like PLi and Gemini provide a DM500+ image as well. Are these all openembedded!?

            Comment

            • Devilfish
              Administrator
              • Feb 2008
              • 7872

              #7
              Yeh you're right, enigma1 OE. Sorry!

              I have a guide on my linux machine but not been able to get on it yet, will post up when I can.

              Yes, all 500+ and 600 images are make using OE.

              Comment

              • Devilfish
                Administrator
                • Feb 2008
                • 7872

                #8
                I've added the guide here...

                Create your own build folder and give it 777 permissions. Click on System, Administration, Synaptic Package Manager and add the following packages: - autoconf - automake - bison - bunzip2 (bzip2) - cdbs - cvs - flex - ftpd - g++ 2.95 or >= 3.0 - gcc 2.95 or >= 3.0 - gettext >= 0.12.1 - (0.14.5) - gunzip (gzip)

                Comment

                Working...