<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックTFTP server configuration to prep for LTIB</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/TFTP-server-configuration-to-prep-for-LTIB/m-p/374979#M53708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the guide "Setting Up a Linux Host for LTIB..." we have the instruction (section 1.7)&lt;/P&gt;&lt;P&gt;"...&lt;/P&gt;&lt;P&gt;Install atftpd by running:&lt;/P&gt;&lt;P&gt;sudo aptitude -y install atftpd&lt;/P&gt;&lt;P&gt;Configure atftpd by editing /etc/inetd.conf and /etc/default/atftpd.&lt;/P&gt;&lt;P&gt;In both files, change the default export path (it is either /usr/var/tftpboot or /var/lib/tftpboot) to / or whatever other directory&lt;/P&gt;&lt;P&gt;you want to be able to download from.&lt;/P&gt;&lt;P&gt;..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I go to these files I have this content&lt;/P&gt;&lt;P&gt;[1] etc/inetd.conf&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;tftp&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; dgram&amp;nbsp;&amp;nbsp;&amp;nbsp; udp4&amp;nbsp;&amp;nbsp;&amp;nbsp; wait&amp;nbsp;&amp;nbsp;&amp;nbsp; nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2] etc/default/atftpd&lt;/P&gt;&lt;P&gt;USE_INETD=true&lt;/P&gt;&lt;P&gt;OPTIONS="--tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing there I can make any sense of...What should I edit? What does this have to do with the contents of the GET and PUT commands to be used later??&lt;/P&gt;&lt;P&gt;what is the difference between atftp and tftp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Jan 2015 20:34:19 GMT</pubDate>
    <dc:creator>slouchez</dc:creator>
    <dc:date>2015-01-24T20:34:19Z</dc:date>
    <item>
      <title>TFTP server configuration to prep for LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/TFTP-server-configuration-to-prep-for-LTIB/m-p/374979#M53708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the guide "Setting Up a Linux Host for LTIB..." we have the instruction (section 1.7)&lt;/P&gt;&lt;P&gt;"...&lt;/P&gt;&lt;P&gt;Install atftpd by running:&lt;/P&gt;&lt;P&gt;sudo aptitude -y install atftpd&lt;/P&gt;&lt;P&gt;Configure atftpd by editing /etc/inetd.conf and /etc/default/atftpd.&lt;/P&gt;&lt;P&gt;In both files, change the default export path (it is either /usr/var/tftpboot or /var/lib/tftpboot) to / or whatever other directory&lt;/P&gt;&lt;P&gt;you want to be able to download from.&lt;/P&gt;&lt;P&gt;..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I go to these files I have this content&lt;/P&gt;&lt;P&gt;[1] etc/inetd.conf&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;tftp&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; dgram&amp;nbsp;&amp;nbsp;&amp;nbsp; udp4&amp;nbsp;&amp;nbsp;&amp;nbsp; wait&amp;nbsp;&amp;nbsp;&amp;nbsp; nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2] etc/default/atftpd&lt;/P&gt;&lt;P&gt;USE_INETD=true&lt;/P&gt;&lt;P&gt;OPTIONS="--tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing there I can make any sense of...What should I edit? What does this have to do with the contents of the GET and PUT commands to be used later??&lt;/P&gt;&lt;P&gt;what is the difference between atftp and tftp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2015 20:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/TFTP-server-configuration-to-prep-for-LTIB/m-p/374979#M53708</guid>
      <dc:creator>slouchez</dc:creator>
      <dc:date>2015-01-24T20:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP server configuration to prep for LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/TFTP-server-configuration-to-prep-for-LTIB/m-p/374980#M53709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It installed atftpd the same way as you and got it not working too. Then I made sure that this service is added to inetd configuration but inetd is not running and even not installed on the machine. I suppose you have the same situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I installed xinetd instead and added atftpd into its configuration with following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;BR /&gt;# apt-get install xinetd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;BR /&gt;# cat &amp;gt; /etc/xinetd.d/tftpd&lt;BR /&gt;service tftp&lt;BR /&gt;{&lt;BR /&gt;protocol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = udp&lt;BR /&gt;port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 69&lt;BR /&gt;socket_type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = dgram&lt;BR /&gt;wait&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = yes&lt;BR /&gt;user&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = nobody&lt;BR /&gt;server&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /usr/sbin/in.tftpd&lt;BR /&gt;server_args&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = /tftpboot&lt;BR /&gt;disable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = no&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&lt;BR /&gt;# /etc/init.d/xinetd restart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finally I connected tftp service fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way to make sure that tftp server is up you can run tftp client (its binary is mamed tftp) and connect to the machine itself. You can use "localhost" address or the IP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vik@tecno:~$ tftp 192.168.2.178&lt;BR /&gt;tftp&amp;gt; get file&lt;BR /&gt;Received 6 bytes in 0.0 seconds&lt;BR /&gt;tftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 06:32:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/TFTP-server-configuration-to-prep-for-LTIB/m-p/374980#M53709</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2015-01-27T06:32:37Z</dc:date>
    </item>
  </channel>
</rss>

