- 97 -
Copyright © 2011 by element14
User Manual
Appendix IV: The Setup Of TFTP Server
1. Install client
$>sudo apt-get install tftp-hpa
$>sudo apt-get install tftpd-hpa
2. Install inet
$>sudo apt-get install xinetd
$>sudo apt-get install netkit-inetd
3. Configure the server
First, create
“tftpboot” under root directory, and set the properties as “a random user can write and
read”
$>cd /
$>sudo mkdir tftpboot
$>sudo chmod 777 tftpboot
Secondly, add in /etc/inetd.conf:
$>sudo vi /etc/inetd.conf
//copy the follow word to this file
tftpd dgram udp wait root /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /tftpboot
Then, reload inetd process:
$>sudo /etc/init.d/inetd reload
Finally, enter directory /etc/xinetd.d/, and create a new file TFTP and put the designated content
into the TFTP file:
$>cd /etc/xinetd.d/
$>sudo touch tftp
$>sudo vi tftp
////copy the follow word to tftp file
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
Содержание SBC8018
Страница 35: ...35 Copyright 2011 by element14 User Manual Figure 3 4 3 Select USB Gadget Support Figure 3 5...
Страница 87: ...87 Copyright 2011 by element14 User Manual Figure Appendix 2 15 Click OK Figure Appendix 2 16...
Страница 91: ...91 Copyright 2011 by element14 User Manual Figure Appendix 2 23 Figure Appendix 2 24...