How to flash dm500 clone dreamup doesnt connect

To flash an image using Telnet.

This method will only work with a .img image file.
1.Rename the image file to backup.img
2. FTP the image file to the /tmp folder on the dreambox DM500S.
3. Telnet to your box and paste the following command: -
Code:
cd /tmp && eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3 && reboot
After the telnet command give the receivers a few mins to 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