Ok, so I have been trying the following:
Then I tied,
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" ;)
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/rebootWhich 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 0x80000Which 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" ;)