2 Installing the SDK
Linux Software Developers Kit (SDK) User Guide
14
Host TFTP Server Configuration
To transfer files from your host system to the target you may need to setup a TFTP server on
your host machine. The following steps describe how to setup a TFTP server on a Fedora based
distribution. The details of how to configure this server may vary among platforms. Consult your
distribution’s documentation for further information.
To run the following commands as root or with sudo:
1. Install the tftp-server package (rpm)
yum install tftp-server
2. Edit /etc/xinetd.d/tftp and change the value of disable to “no”.
service tftp
Figure 2-1. Values
3. Restart the xinetd service.
service xinetd restart
{
socket_type
= dgram
protocol
= udp
wait
= yes
user
= root
server
= /usr/sbin/in.tftpd
server_args
= -s /tftpboot –c
disable
= no
per_source
= 11
cps
= 100 2
flags
= IPv4
}