I've finally got uboot and my jtag working on windows 7 in an attempt to restore/reflash my guruplug. All is well and good except that I can't get fatload to read my drive. It was originally formatted in fat32, then I tried "exFAT" (FAT16?), and both gave the following error:
USB EHCI 1.00
scanning bus for devices... 4 USB Device(s) found
scanning bus for storage devices... Device NOT ready
Request Sense returned 02 3A 00
2 Storage Device(s) found
Marvell>> fatload usb 0:1 0x080000 uboot.guruplug.bin
Device NOT ready
Request Sense returned 02 3A 00
** Can't read from device 0 **
** Unable to use usb 0:1 for fatload **
I'm following the directions from here:
http://discarded-ideas.org/guruconfigHas anyone else run into this issue? The drive is 8gb if that makes a difference. it read OK when the plug was working normally, but perhaps this early boot stage can't handle larger volume sizes?