Guide: How to Create a DM500 Dreambox Image

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Devilfish
    Administrator
    • Feb 2008
    • 7872

    #16
    Manually download the file and place it in the Archive folder - click the above link, save as, and drag it into the Archive folder.

    Then, when you do a 'make dreamboximage_root' it will continue from where it left off. It will look to see if you have the package, if you don't, it will try to download it, if you do, it will continue to the next package. Since you already have that package in the Archive folder, it will jump to the next package.

    Comment

    • rolks
      Newbie
      • Jul 2008
      • 16

      #17
      thanks again for help. now to customization part. what is possible to customize anyway? emus? .mostly i use mgcam for what. i dont need visual part.sorry my english. what ever i can do? best part will be porting mpeg4 codec.!? dreaming? any suggestion welcome. maybe it will be
      Last edited by rolks; 26 July, 2008, 19:59.

      Comment

      • pornage
        Newbie
        • Sep 2008
        • 8

        #18
        emus

        how i get installed emus on this image ?

        btw n1 howto searched for a while!

        love it

        Comment

        • Devilfish
          Administrator
          • Feb 2008
          • 7872

          #19
          You can either use an emu manager or you can manually start the emu on bootup.

          There are a few forums who don't allow emu talk but if you google 'dreambox nemesis source' you should get the source code that the Nemesis team have released to the public, this has an emu manager in it.

          If you only want to run one emu, lets say it's evocamd. Put the evocamd file in /bin (or wherever you want). Edit the /etc/init.d/rcS file to include this line...

          Code:
          /bin/evocamd &

          Comment

          • pornage
            Newbie
            • Sep 2008
            • 8

            #20
            hi guys,

            when i do the command " make dreamboximage_root " it compiles just to one special poitn and then he repeat it everytime...

            make[1]: leave folder '/root/tuxbox/tuxbox-cvs/apps/tuxbox/libs'
            make[1]: go to folder '/root/tuxbox/tuxbox-cvs/apps/tuxbox/libs'
            make[1]: warning: File 'Makefile.am' change 1,4e+02 s in the future
            cd . && /bin/bash /root/tuxbox/tuxbox-cvs/apps/tuxbox/libs/missing --run aclocal-1.10
            cd . && /bin/bash /root/tuxbox/tuxbox-cvs/apps/tuxbox/libs/missing --run automake-1.10 --gnu
            cd . && /bin/bash /root/tuxbox/tuxbox-cvs/apps/tuxbox/libs/missing --run autoconf

            i have done the procedere this morning and all went fine :x
            hope u can help me

            solved from alone :x don't knew what it was but now it's all fine
            Last edited by pornage; 4 September, 2008, 09:54.

            Comment

            • pornage
              Newbie
              • Sep 2008
              • 8

              #21
              good morning,

              when i do changes in the files, it do not save anything when i do finally ' make flash-compress '

              somebody can help me ?

              Comment

              • osborne82
                Dreambox Guru
                • Mar 2008
                • 133

                #22
                Originally posted by pornage
                good morning,

                when i do changes in the files, it do not save anything when i do finally ' make flash-compress '

                somebody can help me ?
                which files u edting and have u
                cd cdk
                rm .enigma
                make .enigma

                then make rebuild etc then flash compress

                should include your changes

                cheers

                osborne82

                Comment

                • Devilfish
                  Administrator
                  • Feb 2008
                  • 7872

                  #23
                  Also, if you are backing up /cdkflash/root before you do a 'rm enigma' ( do this then copy it back after a 'make rebuild-flash') remember to NOT copy over the previous /bin/enigma file as this doesn't have any of your changes.

                  This caugt me out for quite a while and I couldn't work out why .

                  Comment

                  • pornage
                    Newbie
                    • Sep 2008
                    • 8

                    #24
                    yeah now it works all fine openvpn & some other specials are running and i'm reallllly happy
                    now i'm just do different thinks to be more happy :P

                    when u will i cann write an howto to integrate openvpn into the image.
                    there are some difficult things.

                    Comment

                    • Devilfish
                      Administrator
                      • Feb 2008
                      • 7872

                      #25
                      thank you ~~~~age, that would be good.

                      Comment

                      • pornage
                        Newbie
                        • Sep 2008
                        • 8

                        #26
                        silly quest ... but where do i put the picture of the background into ?
                        just into /var/tuxbox/config/enigma/pictures ? or into
                        /tuxbox-cvs/root/cdkflash/boot/root/platform/kernel ?

                        i have just put it into both but nothing happend :x

                        I will write an Howto when everything works fine and i have time to write

                        Comment

                        • Devilfish
                          Administrator
                          • Feb 2008
                          • 7872

                          #27
                          It should go in /root/platform/kernel and is called bild.

                          Is it the right resolution, etc.?

                          Comment

                          • pornage
                            Newbie
                            • Sep 2008
                            • 8

                            #28
                            yeah i have done the "bild" with the howto in this thread and put it in there... but nothing happend :x

                            Comment

                            • osborne82
                              Dreambox Guru
                              • Mar 2008
                              • 133

                              #29
                              Originally posted by Devilfish
                              .

                              This caugt me out for quite a while and I couldn't work out why .

                              pmsl yip i remeber that ol

                              Comment

                              • Devilfish
                                Administrator
                                • Feb 2008
                                • 7872

                                #30
                                Just put the bootup pic in /bin and add a line in /etc/init.d/rcS to load it.

                                Look for:

                                Code:
                                /etc/init.d/init1
                                Add this after the above line:

                                Code:
                                /bin/showlogo /bin/bild

                                Comment

                                Working...