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.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to