Thanks for all the help! I am getting close now. I have it booting the kernel from the host using tftp, however at the tail end, I get the kernal panic because it can not nfs mount the file system (I included the snippet below).
On my host, I have the file system in /tools/rootfs
I also tested the nfs mounting by mounting this directory from another PC running linux so I know I have it setup correctly on my host.
uboot environment has nfsroot=/tools/rootfs So I know this matches.
One question is there "hard-coded" settings in the uImage (the kernel) for where it looks for the nfs mount point? Is there something else I am missing?
Thanks,
Bills
can: raw protocol (rev 20090105)
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
mxs-rtc mxs-rtc.0: setting system clock to 1970-01-01 01:47:15 UTC (6435)
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
VFS: Cannot open root device "<NULL>" or unknown-block(2,0)
Please append a correct "root=" boot option; here are th