Flashing a Dreambox Image without a serial cable

bod

Inactive User
Joined
Feb 4, 2009
Messages
3,304
Reaction score
222
Location
In the SIN BIN
To flash an image using Telnet

This method will only work with a .img image file.

* Rename the image file to backup.img
* FTP the image file to the /tmp folder on the dreambox
* Telnet to your box and paste the following command:

cd /tmp && eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3 && reboot

To telnet, click START > RUN and type Telnet ip.address.of.dreambox A command window will appear, enter username root and password dreambox.
 
Back
Top