mildsunrise / dm500-satip

📡 Kernel & firmware image to turn a DM500 into a SAT>IP server
37 stars 11 forks source link

Revert back to normal stb image #5

Closed uzkezbalakh closed 7 years ago

uzkezbalakh commented 7 years ago

Dear jmendeth.. im a noob.. need help to revert back to normal stb image (gemini, openpli etc) dunno how do it as my dm500s refuse a telnet and FTP session. Fortunately it can be SSH and SCP

How do i use command in SSH to reflash a gemini image for instance.. thanx for your help..

mildsunrise commented 7 years ago

The easiest way is through DreamUp.

Or, you can copy the image into the DM500S (i.e. with scp):

scp your-image.img 192.168.1.34:/tmp/flash.img

Then SSH into the box and flash it with:

flashcp -v /tmp/flash.img /dev/mtd0
uzkezbalakh commented 7 years ago

Thx jmendeth.. my DM500S is back to normal.. seems so easy with a genius like u..

mildsunrise commented 7 years ago

Glad to hear ^^