Hi,
I used to be developing on the AM3517EVK, but have migrated to the DM814x/AM387x EVK. First thing I tried to do was mount my NFS server to the EVK and noticed that mount.nfs was not working (I also had to manually udhcpc -i eth3 first, too).
I noticed that many utils are now linked to util.linux.ng. I also noticed that busybox is still there. I directly used busybox's mount command and mounted the NFS share successfully.
What's the reason for switching over to util.linux.ng? Any chance of either (A) including NFS support in the util.linux.ng binary or (B) reverting to busybox?
For now, I will us the busybox mount command instead to work around.