日期:2014-05-16  浏览次数:20660 次

开发板TFTP下载内核有问题,求帮忙呀
虚拟机装的是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)
大神指点下还有什么地方没注意的

------解决方案--------------------
怎么感觉u-boot下网络是不通的
------解决方案--------------------
先ping一下开发板是否能通 如果ping通之后直接tftp 0xc0008000 uImage