tftp 工具主要用于传输小文件,使用之前需要pc和单板之间建立以太网连接,配置好固定ip和网关,还要在pc端设置一下 tftp server
tftp -g -l localfilename -r remotefilename serverip
tftp -p -l localfilename -r remotefilename serverip
tftp 命令使用
原文:https://www.cnblogs.com/wangshaodong/p/14891612.html