How to revert to factory uboot of Goflex Net May 16, 2013 12:27PM |
Registered: 11 years ago Posts: 214 |
mknod /dev/mtdblock2 b 31 2 mount -t jffs2 -o ro /dev/mtdblock2 /mnt cp /mnt/uboot-original-mtd0.kwb /root umount /dev/mtdblock2 apt-get install mtd-utils # the next commands could brick the device if something is wrong cd /root flash_erase /dev/mtd0 0 4 nandwrite /dev/mtd0 uboot-original-mtd0.kwb reboot #after reboot ssh-login shall be possible -> activate hbmgr mount -o remount,rw / # remount rootfs writeable vi /etc/init.d/rcS #uncomment the line with "/etc/init.d/hbmgr.sh start" reboot
Re: How to revert to factory uboot of Goflex Net May 17, 2013 09:20PM |
Admin Registered: 13 years ago Posts: 18,856 |
Re: How to revert to factory uboot of Goflex Net June 11, 2013 02:57AM |
Registered: 11 years ago Posts: 19 |
Re: How to revert to factory uboot of Goflex Net July 30, 2013 04:44AM |
Registered: 11 years ago Posts: 214 |