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

Re: I goofed up my GoFlex NET

$
0
0
Ok, so I have been trying the following:

cd /tmp
wget http://jeff.doozan.com/debian/uboot/files/uboot/uboot.mtd0.goflexnet.original.kwb
flash_erase /dev/mtd0 0 4
nandwrite /dev/mtd0 uboot.mtd0.goflexnet.original.kwb
/sbin/reboot
Which later seemed obvious it would not work, but I read it here so thought I'd give it a try.

Then I tied,
// Set Dockstar IP & netmask
setenv ipaddr xxx.xxx.xxx.xxx
setenv netmask xxx.xxx.xxx.xxx
// Set TFTP server IP
setenv serverip xxx.xxx.xxx.xxx
// Confirm that you can get from Dockstar to TFTP server
ping $(serverip)
// Load uBoot to Dockstar RAM
tftp 0x800000 uboot.mtd0.dockstar.original.kwb
// Erase just enough of NAND to replace uBoot
nand erase 0x0 0x80000
// Write uBoot from RAM to NAND
nand write.e 0x800000 0x0 0x80000
Which I read here
The tftp server I set up on my windows machine using SolarWinds, I could not ping so reset the values.


Getting the output:
http://pastebin.com/GYhVJYnn

Should I setup my TFTP server on another linux machine I have, would that help.
How would I be able to use Jeff's way of flashing to stock. Pl. Help.

Now, it's like 3am, I'm gonna get some R&R.
Feel like I'm all alone in this "forum" ;)

Viewing all articles
Browse latest Browse all 46958

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>