虚拟机装的是fedora9
#tftp 192.168.1.108
tftp> put test.txt
tftp> get test.txt
tftp> quit
#
tftp安装没问题呀
SElinux已经关闭
uboot显示如下
TFTP from server 192.168.1.108; our IP address is 192.168.1.230
Filename 'uImage'.
Load address: 0xc0008000
Loading: T T T T T T checksum bad
用wireshark抓包反映如下
25 15.413936 192.168.1.230 192.168.1.108 TFTP Read Request, File: uImage\000, Transfer type: octet\000, timeout\000=5\000
28 29.177320 192.168.1.108 192.168.1.230 ICMP Destination unreachable
(Host administratively prohibited)大神指点下还有什么地方没注意的