Applications & services, Tftp daemon, Applications & services tftp daemon – Digi 9P 9360/9750 User Manual

Page 17

Advertising
background image

1 7

R e q u i r e m e n t s

Applications & Services

To use this software, your system has to be configured to build a standard Linux 2.6. If

you can build a kernel for your development platform, you can be sure that all the

necessary software is installed.

Depending on the network services used during the development, additional daemons may

have to be installed.

TFTP daemon

U-Boot is able to write files to the Flash memory of the module. A TFTP server is

required to transport these files from your host computer to the target. Debian users can

execute the following command to install a TFTP server:

After completing installation, create a directory using the path “/tftboot” where exported

files are located. Your images can be placed in the directory automatically by the

LxNETES build environment. You must be root to create this directory.

To make sure that your TFTP server is using the “/tftpboot” directory, check the Internet

daemons configuration file "/etc/inetd.conf". It should contain an entry similar to the

following:

If the entry is not there, use an editor and change the file accordingly.

#

apt-get install tftpd

#

mkdir /tftpboot

#

chmod 1777 /tftpboot

tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd -s /tftpboot

Advertising