想通过tftp将宿主机编译后的程序放到开发板上的linux上运行,但是在开发板上输入tftp 192.168.160.12,出现如下所示的界面,我记得在linux系统中,只要tftp +ip,然后get 文件 就可以了。
[root@FriendlyARM /]# tftp 192.168.160.12
BusyBox v1.17.2 (2010-12-30 11:13:11 HKT) multi-call binary.
Usage: tftp [OPTIONS] HOST [PORT]
Transfer a file from/to tftp server
Options:
-l FILE Local FILE
-r FILE Remote FILE
-g Get file
-p Put file
-b SIZE Transfer blocks of SIZE octets
[root@FriendlyARM /]#
在目标机上如何使用tftp命令?求帮助