From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hebbar Date: Tue, 5 Aug 2008 23:33:09 -0700 (PDT) Subject: [U-Boot-Users] NFS TFTP problem In-Reply-To: <18843233.post@talk.nabble.com> References: <18843233.post@talk.nabble.com> Message-ID: <18845192.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, TFTP Server running on your system needs to be configured when you change the directory. If you have installed xinetd, the configuration files are stored in /etc/xinetd.d/ folder edit /etc/xinetd.d/tftp & change the server_args to pint to new directory [root @linux]# vi /etc/xinetd.d/tftp # # File /etc/xinetd.d/tftp # service tftp { protocol = udp socket_type = dgram wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /tftpboot disable = no } Hope this helps Regards Gururaja -- View this message in context: http://www.nabble.com/NFS-TFTP-problem-tp18843233p18845192.html Sent from the Uboot - Users mailing list archive at Nabble.com.