im trying to restore my dm600pvr using a working backup image i made a few weeks ago.i've been trying to follow a tutorial by using telnet to communicate to the box :-
"dm600pvr login: root"
(i then leave the password blank)
this is the only tutorial i could find for a 7000 and a 500:-
Telnet into the Dreambox as described above.
Type in the following 2 lines:
cd /var/tmp [enter]
eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3 [enter] (where backup.img is the name of your image file)
Wait for erase to complete and the prompt to return (be patient), then type:
reboot [enter]
the problem is
cd /var/tmp
as a command is fine but
eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3
doesnt work i get
-sh: eraseall: not found
like i said i only want to restore from backup.img but im finding it difficult for a dm600pvr.can anyone help me with the cmd command lines while in telnet ?.
"dm600pvr login: root"
(i then leave the password blank)
this is the only tutorial i could find for a 7000 and a 500:-
Telnet into the Dreambox as described above.
Type in the following 2 lines:
cd /var/tmp [enter]
eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3 [enter] (where backup.img is the name of your image file)
Wait for erase to complete and the prompt to return (be patient), then type:
reboot [enter]
the problem is
cd /var/tmp
as a command is fine but
eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3
doesnt work i get
-sh: eraseall: not found
like i said i only want to restore from backup.img but im finding it difficult for a dm600pvr.can anyone help me with the cmd command lines while in telnet ?.

Comment