this method compatibility by all operation system XP Linux MAC VISTA win7 all
and this work on dreambox and another stb
1. first download image to your computer gemini pli all image
2. use ftp software client {you can use filezilla is free and opensource}
connect to your stb
3. upload the image from comp to stb /tmp
4. now open telnet client
in xp you can use start->cmd and in command prompt type this command
telnet ip
where ip is ip of your own stb
type pass and username
now you are in telnet
5. type cd /tmp because the file image is here
type ls to view file list , if your image file name is image.img you can see it
6. now erase your stb firmware via this command:
eraseall /dev/mtd/3
7. now copy your file in directory to firmware
cp image.img /dev/mtd/3
when this done you can reboot your stb via this command
reboot
DONE !!!!!
and this work on dreambox and another stb
1. first download image to your computer gemini pli all image
2. use ftp software client {you can use filezilla is free and opensource}
connect to your stb
3. upload the image from comp to stb /tmp
4. now open telnet client
in xp you can use start->cmd and in command prompt type this command
telnet ip
where ip is ip of your own stb
type pass and username
now you are in telnet
5. type cd /tmp because the file image is here
type ls to view file list , if your image file name is image.img you can see it
6. now erase your stb firmware via this command:
eraseall /dev/mtd/3
7. now copy your file in directory to firmware
cp image.img /dev/mtd/3
when this done you can reboot your stb via this command
reboot
DONE !!!!!
Comment