Lantronix MatchPort AR Linux Developer s Kit Linux SDK - User Guide - Page 14

Host TFTP Server Configuration

Page 14 highlights

2 Installing the SDK 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 { socket_type protocol wait user server server_args disable per_source cps flags } = dgram = udp = yes = root = /usr/sbin/in.tftpd = -s /tftpboot -c = no = 11 = 100 2 = IPv4 3. Restart the xinetd service. service xinetd restart Linux Software Developers Kit (SDK) User Guide 14

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76

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
}