Page | 113
Appendix 4:
TFTP Server Setup
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 file tftp:
$>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
Содержание SBC8600B
Страница 1: ...SBC8600B Single Board Computer Quick Start Guide Version 1 1 23rd Jan 2014...
Страница 9: ...Page 2 1 3 Board Interfaces Figure 1 SBC8600B Interfaces...
Страница 10: ...Page 3 1 4 System Block Diagram Figure 2 SBC8600B System Block Diagram...
Страница 11: ...Page 4 1 5 Physical Dimensions Figure 3 MINI8600B Physical Dimensions...
Страница 12: ...Page 5 Figure 4 SBC8600B Physical Dimensions...
Страница 113: ...Page 106 3 When the following appears select Continue 4 Please wait until the installation is completed...
Страница 114: ...Page 107...