From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Trenton D. Adams" To: "eCos Discussion" Subject: [ECOS] TFTP and RedBoot Date: Fri, 08 Jun 2001 12:57:00 -0000 Message-id: <001e01c0f055$0ef8d9d0$090110ac@BURN> X-SW-Source: 2001-06/msg00266.html 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.