1. 安装必须软件

sudo apt-get install -y xinetd tftp-hpa

2. 修改配置文件

vi /etc/default/tftpd-hpa

# /etc/default/tftpd-hpa

TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/media/Study/tftpserver"
TFTP_ADDRESS="0.0.0.0:69"
#TFTP_OPTIONS="--secure"
TFTP_OPTIONS="-l -c -s"

3. 打开tftp

sudo /etc/init.d/tftpd-hpa start

 4. 传送文件(开发板上)

tftp -g -r xxxxxxxx 192.168.1.100 xxxxxxxx

 

相关文章:

  • 2021-04-05
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-12-17
  • 2021-05-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2021-08-26
  • 2021-04-06
相关资源
相似解决方案