I am trying to boot the DM365 EVM Linux Kernel (MontaVista) without requiring to have access to a NFS server.
To clarify, I have a working program that I already transfered to the board in the /home directory. I want to run in an environment w/o NFS support (DHCP OK). My problem is that the Linux kernel is only happy if I have a valid NFS server on the network. I assume that I have to change the root=/dev/nfs in the bootargs variable to something different... I would appreciate if someone can give me the full bootargs line that would allow me to do that. Hopefully this can be done w/o recompiling the kernel but I will do it if needed.
Thanks in advance,
Joe