How to connect to dreambox after erasing everything..?:S
Collapse
X
-
You may need to find an old pc with an RS232 port as I have known some people have problems with their USB connections.Comment
-
Unless you have screwed box up using the wrong Gemini image, Dreamup and Null modem cable always work. As westkill says we have come across people having problems with the USB ports. I really would find and old pc with a com port and use that to flash an image to the dreambox.Comment
-
Unless you have screwed box up using the wrong Gemini image, Dreamup and Null modem cable always work. As westkill says we have come across people having problems with the USB ports. I really would find and old pc with a com port and use that to flash an image to the dreambox.
No i havent managed to install gemini. I tried to flash it with an image but I did something wrong while flashing via telnet and that caused all the problems.
I will try tomorrow to find an old pc and see what I can do. thank you for your suggestion. I'll let you know tomorrow If i manage to fix it m8Comment
-
Yup I did install the drivers but I think there was a problem with the adapter. I managed to install gemini using another pc with an rs232 slot. :-)
thank you for your help!Comment
-
OK for any one that does this never use this line:Hey guys,
I just used the following command to flash my dreambox but accidently I forgot to upload backup.img in the /tmp folder:
cd /tmp && eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3 && reboot
What can I do now ? I tried rebooting it but the box is inaccessible :\
any ideas?
Thank youbecause if you do & forget to put the backup.img into the tmp folder your ~~~~edCode:cd /tmp && eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3 && reboot

best method is in 3 parts:
1: cd /tmp
this makes sure your in the right folder to start
2: eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3
this way if you have forgot to put the backup.img or rename it to backup.img you can still ftp it into the tmp folder. then run the command again
Done it a few time myself after it erases you can still ftp the file as long as you haven't rebooted
3: reboot
@meddi83
Try this:
1: disconnect power supply
2: hold in front power button while inserting power supply & keep holding for 20sec.
3: Now ftp into box & copy over the backup.img to the tmp folder.
the use my method above.Comment

Comment