Sending a file to uCLinux
- by Mike
I have a board running uClinux, and I need to send a file to it, but I'm not sure how... I have a RS232 port, and Ethernet port with an IP address at my disposal, I can telnet to the board, but uCLinux doesn't have a built in FTP client.
What sort of options do I have here for transferring files from my Windows 7 (or OpenSUSE) machine(s) to this board?
EDIT
I just found I have a TFTP server on it:
# tftp
BusyBox v0.60.5 (2012.07.09-14:05+0000) multi-call binary
Usage: tftp [OPTION]... HOST [PORT]
But I can't find any good information on how to use TFTP. And looking around google I'm seeing it's good for loading binary images, so I'm assume anything could be sent, but I'm not sure.