by iRoot » Fri Nov 02, 2012 10:26 am
$this->bbcode_second_pass_quote('dangerousderek', '
')Here are the specific steps I took:
1. SSH into your goflex home
2. enter
$this->bbcode_second_pass_code('', 'wget http://goflex.scottn.us/uboot-mtd0-orig-goflexhome.kwb
flash_erase /dev/mtd0 0 4
nandwrite /dev/mtd0 uboot-mtd0-orig-goflexhome.kwb')
3. Reboot!
$this->bbcode_second_pass_code('', 'reboot')
4. Check your router to see what ip the goflex has been assigned and use that IP to sign into the WebGui!
5. Be done!!!
Thanks for the hint. Could you please tell me where can I get flash_erase and nandwrite?