Yeah and it didnt work thats why i tried to go back by doing:
$this->bbcode_second_pass_code('', '
wget http://jeff.doozan.com/debian/goflex/v0.6/uInitrd
wget http://jeff.doozan.com/debian/goflex/v0.6/ubit_start
chmod +x ubit_start
./ubit_start
chain_install goflexhome
chain_revert
exit
reboot
')
so being the genius(totally sarcastic) that i am i went in through netconsole and issued
$this->bbcode_second_pass_code('', '
Marvell>> setenv bootcmd 'ide reset; usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset'
setenv bootcmd 'ide reset; usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run rescue_bootcmd; run pogo_bootcmd; reset'
Marvell>> saveenv
saveenv
Saving Environment to NAND...
Erasing Nand...
Erasing at 0x60000 -- 100% complete.
Writing to Nand... done
Marvell>> reset
reset
resetting ...
U-Boot 2010.09 (Feb 16 2011 - 18:44:23)
UBIT v0.6 by Jeff Doozan and Peter Carmichael
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 1 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 0
Reset IDE: Bus 0: not available Bus 1: not available
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 1 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
## Error: "force_rescue_bootcmd" not defined
## Error: "ubifs_bootcmd" not defined
## Error: "usb_bootcmd" not defined
stopping USB..
## Error: "rescue_bootcmd" not defined
## Error: "pogo_bootcmd" not defined
resetting ...
U-Boot 2010.09 (Feb 16 2011 - 18:44:23)
UBIT v0.6 by Jeff Doozan and Peter Carmichael
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 1 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 0
Reset IDE: Bus 0: not available Bus 1: not available
(Re)start USB...
USB: Register 10011 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 1 USB Device(s) found
scanning bus for storage devices... 0 Storage Device(s) found
## Error: "force_rescue_bootcmd" not defined
## Error: "ubifs_bootcmd" not defined
## Error: "usb_bootcmd" not defined
stopping USB..
## Error: "rescue_bootcmd" not defined
## Error: "pogo_bootcmd" not defined
resetting ...
')
Now im stuck with it resetting itself not allowing me to reach the Marvell>> prompt anymore. netconsole stays connected just keeps showing this over and over and over and over

update:
ok i was able to get Marvell>> prompt again by pressing CTRL+T gonna try those settings you posted above.