Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Dockstar-Restore Stock Firmware (1 reply)

$
0
0
Hello together,

I want to restore the original stock firmware on my dockstar.
Before first Debian flashing i read out only with the dd-method:

 cd /tmp/stick
 mkdir Backup
 cd Backup
 dd if=/dev/mtd0 of=mtd0.img
 sha1sum mtd0.img >mtd0.img.sha1
 dd if=/dev/mtd1 of=mtd1.img
 sha1sum mtd1.img >mtd1.img.sha1
 dd if=/dev/mtd2 of=mtd2.img
 sha1sum mtd2.img >mtd2.img.sha1
 dd if=/dev/mtd3 of=mtd3.img
 sha1sum mtd3.img >mtd3.img.sha1

As I read now, this method was not the best choice :-/

Is there any chance to restore my dockstar to stock firmware?
As I remember correctly i stopped only the hbmgr-process:
 vi /etc/init.d/rcS
 Zeile "/etc/init.d/hbmgr.sh start" ausdokumentieren (/etc/init.d/hbmgr.sh start -->
 #/etc/init.d/hbmgr.sh start)

and installed debian with the script from this homepage - http://jeff.doozan.com/debian/dockstar.debian-squeeze.sh

So I think it should be ok to reflash mtd1, mtd2 and mtd3 from my backup?
Or should I before check something?


Thanks for your help,
Shadow128

Viewing all articles
Browse latest Browse all 3247

Trending Articles