tftp 工具主要用于传输小文件,使用之前需要pc和单板之间建立以太网连接,配置好固定ip和网关,还要在pc端设置一下 tftp server
- 下载文件到本地
tftp -g -l localfilename -r remotefilename serverip
- 上传文件到pc端
tftp -p -l localfilename -r remotefilename serverip
tftp 工具主要用于传输小文件,使用之前需要pc和单板之间建立以太网连接,配置好固定ip和网关,还要在pc端设置一下 tftp server
tftp -g -l localfilename -r remotefilename serverip
tftp -p -l localfilename -r remotefilename serverip
1: 环境搭建 在Mac或者Linux中,Python是预制的。通常是2.7.X版本。下面继续配置其他常用工具。 sudo easy_install pip 安装Pip, Pip是Python库管理工具,类似于 brew, npm, apt-get 等等 https://migege.com/pos
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M