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.

RTOS/OMAP-L138: Is there any method to Send file from Device to somewhere via TFTP?

Part Number: OMAP-L138


Tool/software: TI-RTOS

Hi,

I have searched through net tools in NDK packages. I found that there is just NtTftpRecv function to receive file on the device. File System and disk managements are other things that could be done with PSP.

Could we setup a TFTP server on the device running NDK and get files on the PC?

My application produces some files stored on Nand Flash or SD-Card and I need to transfer them to PC via network. I am considering options available by NDK and I don;t want to switch to linux on AM side of the OMAP-L138.