From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Wed, 07 Jun 2006 16:47:34 -0500 Subject: [U-Boot-Users] problem with =?GB2312?B?bmV0o78=?= In-Reply-To: <44862E3C.00007F.14884@bj163app11.163.com> References: <44862E3C.00007F.14884@bj163app11.163.com> Message-ID: <44874976.5020204@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de yadog wrote: > My board use RTL8019,when i use tftp ,there are some problems. > when start tftp?my hyperterminal always display "Loading: T T T T T T > T T T T T T T T T T T T T T" > the whole information as follows? > > U-Boot 1.1.4_XT (Jun 6 2006 - 17:36:18) > U-Boot code: 0C300000 -> 0C31AD70 BSS: -> 0C31EF98 > RAM Configuration: > Bank #0: 0c000000 8 MB > Bank #1: 0c800000 8 MB > Flash: 2 MB > *** Warning - bad CRC, using default environment You are using default environment. I doubt you have a default MAC address in default environment. You must setup your board specific MAC address in environment for network to work on most boards. > In: serial > Out: serial > Err: serial > Hit any key to stop autoboot: 0 > XT=> help tftp > tftpboot [loadAddress] [bootfilename] > XT=> tftpboot 0x0c700000 image.bin > TFTP from server 192.168.0.23; our IP address is 192.168.0.70 > Filename 'image.bin'. > Load address: 0xc700000 > Loading: T T T T T T T T T T T T T T T T T T T T > Retry count exceeded; starting again > TFTP from server 192.168.0.23; our IP address is 192.168.0.70 > > would someone give me some suggestions? Check your MAC address. You might want to sniff some network traffic to see if your board is using correct MAC address as well. Best regards, Tolunay