Part Number: TMDS64GPEVM
i have been testing the new rootfs that we have compiled to perform NFS boot. I have set the following parameters regarding the IP address for both server and client (am64x soc ) in uBoot and i am able to ping the server successfully:
setenv ipaddr 10.16.83.100
setenv serverip 10.16.82.88
ping 10.16.83.100
nfs
However, NFS boot is stuck in loop after providing these commands. So we would like to know if there are any more parameters that we need to be set to get NFS working.
Also we would like to know if AM64x processor/Evm board supports Ethernet over USB for NFS (RNDIS support).