This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

am335x tftp server

Other Parts Discussed in Thread: AM3358

Hi

    I am using the am3358.Now i want to realize the purpose of updating the application program.Inorder to realize the purpose, i will do like this.

    Firstly,the am3358 must be the tftp server.

    Secondly,my computer is the client.

    So i can solve the problem.

    But i don't konw how to make the am3358 is the tftp server.

    Please help me,thanks

  • I think you have it backwards.  Your Ubuntu PC is the tftp server.  If you have the SDK, look in the docs folder for sitara-linuxsdk-sdg-xx.xx.00.00.pdf.  In this file, do a search for tftp to see how to configure tftp.

    If you don't have the SDK, see: 

    http://processors.wiki.ti.com/index.php?title=Sitara_Linux_Software_Developer%E2%80%99s_Guide&oldid=171586

  • Xiangzhen,

    xiangzhen meng said:
       But i don't konw how to make the am3358 is the tftp server.

    If you use the AM335x Linux SDK, the following command starts the tftp server.

    udpsvd -vE <server IP address> 69 tftpd -c /tftproot