Tool/software: Linux
Hi,
We have developed a custom board with AM5718 processor and we are using ti-processor-sdk-linux-am57xx-evm-02.00.01.07 SDK. We are having some booting issues with SD card boot. So for testing I want to use NFS method for complete board testing. I have done changes in the u-boot for Ethernet, as I am using RMII interface in custom board. I have tested ethernet basic command ping working from u-boot. I have run setup-targetfs-nfs.sh to enable NFS server in my host. Also verified in host with the command
sudo service nfs-kernel-server restart
* Stopping NFS kernel daemon [ OK ]
* Unexporting directories for NFS kernel daemon... [ OK ]
* Exporting directories for NFS kernel daemon... [ OK ]
* Starting NFS kernel daemon [ OK ]
So, the basic communication between PC and Board is OK. The NFS server is also running in the host.
But I am getting NFS mount error,
U-Boot# nfs
cpsw Waiting for PHY auto negotiation to complete...user interrupt!
Using cpsw device
File transfer via NFS from server 192.168.127.27; our IP address is 192.168.127.29
Filename 'zImage/'.
Load address: 0x82000000
Loading: T T T T T T T
Abort
Please help me with this issue?
Best Regards,
Ganesh