The Neuros environment you just created is designed to be used straight off of your hard drive. This is done by having U-Boot grab the kernel you just built from your hard drive using TFTP, then having the kernel mount the root image via NFS. It's time to set up those services.
TFTP server
Unfortunately, TFTP servers vary widely in their configuration. Some are called from inetd, while some are standalone, and the method of configuration varies widely with distribution.
The good news is the set-up process is simple -- all you need to do is configure it so that the directory it serves is "neuros-bsp", then enable the server. Consult your distribution for details on how to do this.

Comments
Post new comment