首页 > 其他 > 详细

TFTP error: 'Only absolute filenames allowed' (2)

时间:2018-11-28 10:40:12      阅读:745      评论:0      收藏:0      [点我收藏+]
hisilicon # tftp 0x82000000 u-boot-hi3518ev200.bin
Hisilicon ETH net controler
MAC:   00-00-23-34-45-66
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
TFTP from server 192.168.1.14; our IP address is 192.168.1.10
Download Filename u-boot-hi3518ev200.bin.
Download to address: 0x82000000
Downloading: *
TFTP error: Only absolute filenames allowed (2)
Not retrying...

tftp服务器文件的全路径

hisilicon # tftp 0x82000000 /home/swann/tftp_hi/u-boot-hi3518ev200.bin
Hisilicon ETH net controler
MAC:   00-00-23-34-45-66
eth0 : phy status change : LINK=UP : DUPLEX=FULL : SPEED=100M
TFTP from server 192.168.1.14; our IP address is 192.168.1.10
Download Filename /home/swann/tftp_hi/u-boot-hi3518ev200.bin.
Download to address: 0x82000000
Downloading: #################################################
done
Bytes transferred = 271936 (42640 hex)

 

TFTP error: 'Only absolute filenames allowed' (2)

原文:https://www.cnblogs.com/ordinary-world/p/10030012.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!