My TMDXEVM8148 is able to TFTP my uImage-dm814x-evm.bin image over. However, it fails to boot into linux. I get the following error while booting up.
IP-Config: Complete:
device=eth0, addr=300.200.200.19, mask=255.255.255.0, gw=300.200.200.1,
host=BullFrog, domain=, nis-domain=(none),
bootserver=300.200.200.18, rootserver=300.200.200.18, rootpath=
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "nfs" or unknown-block(2,0)
Later, I get the following error:
Kernel panic - not syncing VFS: Unable to mount root fs on unknown-block(2,0)
I know my Ethernet port is working or else I would not be able to download the image in the 1st place. I have my PC directly connected to my board. I'm using static IP addresses. I've verified my NFS serer is running correctly by attaching two PC's together and seeing if I could mount the targetfs. It worked fine.
My nfsroot is defined as 300.200.200.18:/home/BullFrog/targetfs
I'm not sure what I'm doing wrong.