This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728 nfs挂载,发现另一个网口插上网线不能正常获取IP了

Other Parts Discussed in Thread: AM5728

平台:beagleboard x15

芯片:AM5728

nfs配置:

nfs设置
ubuntu设置 (/etc/exports)
/home/jipolun/AM5728/mysdk/targetNFS *(rw,nohide,insecure,no_subtree_check,async,no_root_squash)

arm设置(详情设置见/bin/setup-uboot-env.sh)
=> setenv serverip 172.36.19.25
=> setenv nfsopts 'nolock,v3,tcp,rsize=4096,wsize=4096'
=> setenv rootpath '/home/jipolun/AM5728/mysdk/myNFS'
setenv getuenv 'mmc dev \${mmcdev}; if mmc rescan; then if run loadbootenv; then run importbootenv; fi; fi;'
=> setenv bootcmd 'run findfdt; run getuenv; setenv autoload no; dhcp ; tftp \${loadaddr} $kernelimage; tftp \${fdtaddr} \${fdtfile}; run args_mmc;
bootz \${loadaddr} - \${fdtaddr}'
=> saveenv

测试发现:

AM5728有2个网口,可以正常挂载,但是发现另一个网口就不能正常通信了,插上网线,不能通过DHCP获取IP

dmesg一下

有:cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)