asdf524200 发表于 2020-3-16 23:47:51

tftp和nfs都断断续续,还经常失败

你们调试过uboot的tftp和nfs。就是U-Boot 2016.03-00009-gc131a48 (Dec 03 2018 - 16:33:36 +0800)这个uboot的。

通过tftp和nfs下载zlmage的时候,都断断续续,还经常失败。


=> tftp 80800000 zImage
Using FEC device
TFTP from server 192.168.5.63; our IP address is 192.168.5.62
Filename 'zImage'.
Load address: 0x80800000
Loading: ##########################################T #######################
         #########T ########################################################
         ###########################################################T ######
         #################################################################
         #####################################################T ############T
         #################################################################
         ########################T #########################################
         ############
         207 KiB/s
done
Bytes transferred = 6848128 (687e80 hex)
=> setenv serverip 192.168.5.64
=> saveenv
Saving Environment to MMC...
Writing to MMC(2)... done
=> tftp 80800000 zImage      
Using FEC device
TFTP from server 192.168.5.64; our IP address is 192.168.5.62
Filename 'zImage'.
Load address: 0x80800000
Loading: ################################T #################################
         #################################################################
         #######################T #########################################T #
         ##########################T #######################################
         ##########################T ##############T #########################
         ####################################T #############################
         #######T #########################T #################################
         ############
         139.6 KiB/s
done
Bytes transferred = 6848128 (687e80 hex)
=> tftp 80800000 zImage
Using FEC device
TFTP from server 192.168.5.64; our IP address is 192.168.5.62
Filename 'zImage'.
Load address: 0x80800000
Loading: ####################################T #############################
         ###################################################T ##############
         ################################################T #################
         #################################################################
         #################################################################
         ######################################T ###########################
         #######T ##########################################################
         ############
         240.2 KiB/s
done
Bytes transferred = 6848128 (687e80 hex)

asdf524200 发表于 2020-3-16 23:57:33

=> tftp 80800000 zImage
Using FEC device
TFTP from server 192.168.5.64; our IP address is 192.168.5.62
Filename 'zImage'.
Load address: 0x80800000
Loading: *
ARP Retry count exceeded; starting again
=> tftp 80800000 zImage
Using FEC device
TFTP from server 192.168.5.64; our IP address is 192.168.5.62
Filename 'zImage'.
Load address: 0x80800000
Loading: #T T T T #T T T T #T T
Retry count exceeded; starting again
=> tftp 80800000 zImage
Using FEC device
TFTP from server 192.168.5.64; our IP address is 192.168.5.62
Filename 'zImage'.
Load address: 0x80800000
Loading: #T T T T #T T #T T T T
Retry count exceeded; starting again
=> tftp 80800000 zImage
Using FEC device
TFTP from server 192.168.5.64; our IP address is 192.168.5.62
Filename 'zImage'.
Load address: 0x80800000
Loading: T #T T T T T #T T T T
Retry count exceeded; starting again
=> tftp 80800000 zImage
Using FEC device
TFTP from server 192.168.5.64; our IP address is 192.168.5.62
Filename 'zImage'.
Load address: 0x80800000
Loading: T #T T #T T T T T #T T
Retry count exceeded; starting again

经常连续不行,我是电脑和开发板直连的,你们测过么,测试环境是怎么连的

asdf524200 发表于 2020-3-17 00:03:10

什么鬼,好好的,然后点一下重启就一直不行了。一边tftp下载,一边拔插水晶头,看运气又可以了。感觉这是AR8031的驱动没写好啊。

zhichao 发表于 2020-3-17 08:39:49

您用的是是mx6q开发板的linux4.1.15系统吗,可参考http://bbs.witech.com.cn/portal.php?mod=view&aid=329
页: [1]
查看完整版本: tftp和nfs都断断续续,还经常失败