restore flash backup?

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
  • how do i do this?


    i made a full-flash backup of a 7020 using the web interface,


    now i cant get it back.
    flashwizard says it's an invalid image - showing what a pile of crap that software is.
    opti-flash gives me a "socket error",
    the web interface will only flash an NFI - pretty stupid to not support the format it saves in!


    so how do i restore my image?

    • Offizieller Beitrag

    I think the flash backup with te webinterface didn't work

  • You used the "Flash dump" in the webinterface while in ***STOP*** mode? As Mr.Bunny said: This doesn't work.


    It's NOT a backup, but some dump for debugging purposes.

    so long
    m0rphU



    :aufsmaul: Kein Support per PN! :aufsmaul:

  • You need a full backup, you must use dFlash13.3

  • I apologize, 13.3 dflash working on E2

  • Flashwizzard doesn't work with OE E1 boxes (7020, 600pvr, 500plus).
    Full backup can be made using build-nfi-image.sh together with buildimage and mkfs.jffs2 binaries.

  • Zitat

    Originally posted by kalehrl
    Flashwizzard doesn't work with OE E1 boxes (7020, 600pvr, 500plus).
    Full backup can be made using build-nfi-image.sh together with buildimage and mkfs.jffs2 binaries.


    Please explain in detail how you can do ....
    thank you very much

  • The script in that link will download the old second stage bootloader for 500plus and 600pvr, whereas the latest ones are 66. But for 7020, it will fetch the latest one.

  • I have DM600 without hard disk,
    how do I make backup ?

  • Download the archive in that thread.
    Put the files from 7020/600pvr folder in /usr/bin.
    chmod 755 on all files.
    Modify buildimage.sh so that there is VSND=66 instead of VSND=54 in 600pvr section at the beginning of the file.
    cd /usr/bin
    ./buildimage.sh
    wait and the image should be in /tmp folder if I remember correctly.

  • build-nfi-image.sh is right


    Code
    if grep -qs 7020 /proc/bus/dreambox ; then
    	BOXTYPE=dm7020
    	VSND=35
    	OPTIONS="--eraseblock=0x4000 -n -b"
    elif grep -qs DM600PVR /proc/bus/dreambox ; then
    	BOXTYPE=dm600pvr
    	VSND=54
    	OPTIONS="--eraseblock=0x4000 -n -b"
    elif grep ........
    .....................


    build-nfi-image.sh works but I could not make backup error : not enough space

  • Zitat

    Originally posted by ferdi47
    build-nfi-image.sh is right


    Code
    if grep -qs 7020 /proc/bus/dreambox ; then
    	BOXTYPE=dm7020
    	VSND=35
    	OPTIONS="--eraseblock=0x4000 -n -b"
    elif grep -qs DM600PVR /proc/bus/dreambox ; then
    	BOXTYPE=dm600pvr
    	VSND=54
    	OPTIONS="--eraseblock=0x4000 -n -b"
    elif grep ........
    .....................


    build-nfi-image.sh works but I could not make backup error : not enough space


    No, it's not because the latest SSL for 600pvr is 66, not 54:
    http://www.i-have-a-dreambox.c…condstageloader/dm600pvr/

  • I fixed VSND=66 ....

  • Zitat

    Originally posted by mfgeg
    Mount a share and create the backup via network. :winking_face:


    please explain to me how you do
    thanks

  • no space left on device means you have no space for a backup file. Without a hdd there
    is no chance.

    • Offizieller Beitrag
    Zitat

    Original von ferdi47


    please explain to me how you do
    thanks


    Used that in the past on the 500+.


    So i had mounted a nfs share on my pc.
    And that was finaly the destination for the backup nfi-file.

  • I have created a shared folder on the PC
    which is telnet command to mount folder on DM600?