This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

TFTP and RedBoot


Searched the archives, couldn't find anything.
 
I'm running Windows 2000 Professional and cygwin.  I have the freeware
3COM TFTP server up and running as a service.  I've tested it using
"tftp" under cygwin, and it works fine.  My failed output is below,
anyone have any ideas?
 
RedBoot> load -v -h 172.16.1.9 -m tftp -b 0x20000 redrom.bin
Can't load 'redrom.bin': operation timed out
RedBoot> load redrom.bin -v -h 172.16.1.9 -m tftp -b 0x20000
Can't load 'redrom.bin': operation timed out
RedBoot>
 
 
Note my successful ping.
 
RedBoot> ping -h 172.16.1.9 -v
Network PING - from 172.16.1.240 to 172.16.1.9
 seq: 1, time: 1 (ticks)
 seq: 2, time: 1 (ticks)
 seq: 3, time: 6 (ticks)
 seq: 4, time: 1 (ticks)
 seq: 5, time: 1 (ticks)
 seq: 6, time: 1 (ticks)
 seq: 7, time: 1 (ticks)
 seq: 8, time: 1 (ticks)
 seq: 9, time: 1 (ticks)
 seq: 10, time: 1 (ticks)
PING - received 10 of 10 expected
 
 
I also have the packet timeout set to 15 which is the maximum on the
Windows TFTP server.
 
Information logged to the System log under 2000.
Host 172.16.1.9 requests GET of file C:\tftp\download\redrom.bin
Successful send of C:\tftp\download\redrom.bin. 216837 bytes.
 
 
Also note that I've tried the -r option to load.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]