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

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)

猜你喜欢

转载自www.cnblogs.com/ordinary-world/p/10030012.html