From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Thu, 07 Jun 2007 08:45:44 +0900 Subject: [U-Boot-Users] TFTP with U-Boot In-Reply-To: <4dde4acb0706060002jb95f274u275544d8adcbd4fe@mail.gmail.com> References: <4dde4acb0706060002jb95f274u275544d8adcbd4fe@mail.gmail.com> Message-ID: <46674728.6080005@necel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Midhun Agnihotram wrote: > Hi All, > > I am still not able to do a tftp. I have checked and rechecked my > server settings according to the DULG manual. > > ** I am using a Fedora Core 6 as my host. My /etc/xinetd.d/tftp is as below: > > service tftp > { > disable = no > socket_type = dgram > protocol = udp > wait = yes > user = root > server = /usr/sbin/in.tftpd > server_args = -s /tftpboot s/-s // I couldn't tftp with -s, at least for me. Please try. > per_source = 11 > cps = 100 2 > flags = IPv4 > } Thanks, Shinya