I am trying to connect my DM816x/C6A816x/AM389x Evaluation Module PC board to my Ubuntu host and can not get the NFS to work. Ran through the setup.sh script and it looked to me like it worked. I can 'ping' and the target board responds, 'minicom' appears to be functioning correctly but I have no NFS.
According to the Software Developers Guide I have to do the following steps after I run the setup.sh script:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Boot the Linux kernel from your development host using TFTP. On your development host the Linux
kernel is fetched from /tftpboot by default.
2.Boot the Linux file system from your development host using NFS. On your development host the
Linux target file system is located at ${HOME}/targetfs
3. Minicom is set up to communicate with the target over RS-232. If you want to use a windows host for
connecting to the target instead, see the #Setting_up_Tera_Term section.
Note! To boot the board from NFS, you may need to change the boot switch settings on your EVM. Please
refer the UBoot user guide in the board-support/docs folder for more information on the switch settings.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I assume that #1 just means that you need to reboot the host system.
I'm not sure what they are saying in #2? I don't know what they want me to do, but if I did I don't think that it will work since my NFS doesn't seem to be functioning:-)
The note may be the answer to my problem (if I knew what #2 said) and I had the documentation they are talking about. I have no doc folder on my SD card so I can't refer to the UBoot User Guide.
I did this same process with the AM37x Evaluation Module with no problems, but this process is just a little different.
I still consider myself a beginner so any help would be greatly appreciated. Thank you!