Hello Michelle Fleischer,
Please configure the following u-boot parameters according to your real environment.
=>setenv bootargs root=/dev/nfs rw nfsroot=<tftp_serverip>:<nfs_root_path> ip=<board_ipaddr>:<tftp_serverip>:<your_gatewayip>:<your_netmask>:<board_name>:<ethx>:off console=ttyS0,115200
=>saveenv
<ethx> is the port connected on the Linux boot network.
=>tftp a0000000 kernel.itb;
=>bootm a0000000
Note:
a. On the Linux host NFS server, add the following line in the file /etc/exports:
nfs_root_path board_ipaddress(rw,no_root_squash,async)
b. Restart the NFS service:
/etc/init.d/portmap restart
/etc/init.d/nfs-kernel-server restart
Have a great day,
Yiping
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------