[U-Boot-Users] NFS TFTP problem

Hebbar gururajakr at sanyo.co.in
Wed Aug 6 08:33:09 CEST 2008


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.





More information about the U-Boot mailing list