Hi everyone!
I want to implement a FTP or TFTP server in the OMAP-L137 device under SYS BIOS.
Is this functionality in the tool set (any development packages or libraries) for SYS BIOS ?
Thanks!
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.
Hi everyone!
I want to implement a FTP or TFTP server in the OMAP-L137 device under SYS BIOS.
Is this functionality in the tool set (any development packages or libraries) for SYS BIOS ?
Thanks!
Hi Nikolay,
I'm not aware of a TCP/IP stack running with SYS/BIOS that has a T/FTP server; however the Network Developers Kit (NDK) has a TFTP client that works with SYS/BIOS.
Hi,
This code requires a application layer to read the data from file and give to callback function.
-Thanks.