使用tftpd32将Windows上文件传给开发板
1.Windows执行tftpd32.exe
Server interface 是 Windows的ip地址 (软件自动填好)
2.开发板输入 tftp (打印信息如下)
BusyBox v1.20.0 (2012-12-18 01:43:09 CST) multi-call binary.
Usage: tftp [OPTIONS] HOST [PORT]
Transfer a file from/to tftp server
-l FILE Local FILE
-r FILE Remote FILE
-g Get file
-p Put file
-b SIZE Transfer blocks of SIZE octets
输入 tftp -g -r test.txt 192.168.1.5
该命令将pc机tftpd32路径下的test.txt传输到开发板,"192.168.1.5"是Windows IP地址
ps:如果传输失败,可将防火墙关闭试试

浙公网安备 33010602011771号