I am trying to setup my environment so I can load some development code on to my AM389x Eval Board w/Daughter Board via my Ubuntu host. I have executed this same code on an AM37x Evaluation Board by simply loading it into my targetNFS directory and then execute it via my 'minicom' window. Although I have gone through the setup process correctly (I think) and I end up with a 'targetfs' directory on my host, I can not load a file into my host directory (/home/rte/targetfs/home/root) and see it on my target Eval board using minicom. If I power cycle my AM389x target board, login after the boot process and do a 'pwd' it returns /home/root which seems to align with my host's /home/rte/targetfs/home/root directory structure. However, if I add a file to either the host or my target board it does not show up in the other system.
Should I be able to boot from my SD card and still expect NFS to function the same way it did on the AM37x Eval Board or do I need to create a special u-boot function?