flashing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bobon5106
    Member
    • Aug 2008
    • 75

    #1

    flashing

    Slightly different way to flash a dream box. You can either use the Dreamup software (takes ages) or use the method below instead.

    Boot the box, go to the communication menu and note the ip address.

    Run DCC, connect to the dream box. Once the network is connected ok, click on the the Telnet' option.

    In the telnet window, type or copy and paste this
    mount /boot -o remount,rw
    rm /boot/*
    reboot

    (press enter) just press enter don?t type it

    You should now get a message saying that the Dreambox is rebooting.

    Wait a few seconds and then run Explorer (Firefox or whatever) and enter the ip address of the Dreambox in the address bar.

    On the screen that appears, choose the 'Upgrade firmware' option, find the .nfi file and click the 'Flash' button.

    Once the progress bar reaches 100%, wait a minute then reboot the box

    just used this tut for my 7020si worked a treat and saved me a load of time.


    plz backup b4 dont try unless you know what ur doing worked for me and all thz goes to orignal poster
    bobon5106
    sigpic
  • C64
    V.I.P. Member
    • Mar 2008
    • 2394

    #2
    My prefered method is to FTP the image into the tmp folder then open a Telnet session and type the following commands..

    cd /var/tmp
    (switches to the TMP folder)

    eraseall /dev/mtd/3 && cp IMAGE_NAME_GOES_HERE.img /dev/mtd/3
    (erases current image and copies new image from TMP folder)

    reboot
    (restarts box when finished)

    It takes about a minute or so and is much more secure than Dreamup.
    Last edited by C64; 31 December, 2008, 00:20.

    Comment

    • bobon5106
      Member
      • Aug 2008
      • 75

      #3
      flashing

      @witchy2k1
      so can i just ftp img to tmp folder then use dcc for the telneting and type this cd /var/tmp
      (switches to the TMP folder)

      eraseall /dev/mtd/3 && cp IMAGE_NAME_GOES_HERE.img /dev/mtd/3
      (erases current image and copies new image from TMP folder)

      reboot
      (restarts box when finished)

      trying to get away from dream up as i have to move box to pc to connect
      thx
      bobon5106
      sigpic

      Comment

      • C64
        V.I.P. Member
        • Mar 2008
        • 2394

        #4
        Yes mate, but you don't need to use DCC, just open a command prompt by typing CMD in the run bar, this will open a Command Prompt, then type Telnet 192.168.x.x (or whatever your IP address is), it will thne ask you for your username and password, then enter those commands.
        Last edited by C64; 31 December, 2008, 00:44.

        Comment

        • Curious123
          V.I.P. Member
          • Apr 2008
          • 2591

          #5
          @bobon1506 your method is valid for dm600 or above box. Anyone trying your method on dm500 could end up damaging their dreambox.

          Comment

          • bobon5106
            Member
            • Aug 2008
            • 75

            #6
            flashing

            @Curious123

            thanks for clearing that up don t want any one making a door stop out of their box
            bobon5106
            sigpic

            Comment

            Working...