Wiznet W5300E01-ARM User Manual page 34

Table of Contents

Advertisement

Make the directory to be used for tftp server, and execute tftp server.
# mkdir /tftpboot
# in.tftpd –l –s /tftpboot
Now, it is possible to download the files in '/tftpboot' of Host PC into the target board by usig tftp.
When executing tftp server by using xinetd, open '/etc/xinetd.d/tftp' file at the editor, and change the 'disable
= yes' into 'disable = no'. If you don't have '/etc/xinetd.d/tftp' file, create the file and include below.
service tftp
{
disable
socket_type
protocol
wait
user
server
server_args
per_source
cps
flags
}
Re-start the 'xinetd'
# /etc/init.d/xinetd stop
# /etc/init.d/xinetd start
When using 'xinetd', 'xinetd' package should be installed. If 'xinetd' package is not installed, install it by using
apt-get or yum package management system.
= no
= dgram
= udp
= yes
= root
= /usr/sbin/in.tftpd
= -c –s /tftpboot
= 11
= 100 2
= IPv4
© Copyright 2008 WIZnet Co., Inc. All rights reserved.
26

Advertisement

Table of Contents
loading

Table of Contents