Uboot with Windows??

Kevin
Hi guys 
is it possible to download to flash -uboot + kernel + file system using
only USB DWN in Windows?I've read tutorials that use this method but for
Linux Host environment.I tried the same on Windows and facing some
trouble.I can download Uboot to RAM and get into it but NAND scrub isn't
working .The control cursor doesnt stop for me to put yes 'y' or no 'n' .it
says scrub aborted directly.Is it hapening coz  doin it on windows ?? can
anyone help me on this?

sam
Why do you make your live that hard? Develop Linux on Linux, Windows on
Windows.

gene.sally
Kevin,

You'll need terraterm (for serial console and xmodem) and solarwinds
(http://www.solarwinds.com/products/freetools/free_tftp_server.aspx) tftp
server.

You can use the xmodem in terraterm to download uboot and use supervivi to
write that into flash.  When you reboot, you'll be running u-boot, and you
can then tftp what you need to the target (using solarwinds tftp server).

Windows as a host environment has no bearing on problems with scrubbing
nand.

Regards,
gene

Kevin
@sam -u r ryt .actually linux is quite new for me and i wanted a quick
setup for reference on windows only.

@gene thank u so muchfor the info