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.

TMDS64GPEVM: NFS boot

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).