当前位置: 技术问答>linux和unix
开发板TFTP下载内核有问题,求帮忙呀
来源: 互联网 发布时间:2017-04-03
本文导语: 虚拟机装的是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...
虚拟机装的是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: uImage00, Transfer type: octet00, timeout00=500
28 29.177320 192.168.1.108 192.168.1.230 ICMP Destination unreachable (Host administratively prohibited)
大神指点下还有什么地方没注意的
#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: uImage00, Transfer type: octet00, timeout00=500
28 29.177320 192.168.1.108 192.168.1.230 ICMP Destination unreachable (Host administratively prohibited)
大神指点下还有什么地方没注意的
|
怎么感觉u-boot下网络是不通的
|
先ping一下开发板是否能通 如果ping通之后直接tftp 0xc0008000 uImage