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:

#apt-get install tftpd

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.

#mkdir /tftpboot

#chmod 1777 /tftpboot

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:

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

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

1 7

Page 17
Image 17
Digi 9P 9360/9750 manual Applications & Services, Tftp daemon