On Tue, Aug 5, 2008 at 7:24 PM, cjjoy1980 <[EMAIL PROTECTED]> wrote: > > I have enabled nfs booting on ppc based embedded board. I had placed my > kernel and rootfs in tftp directory, and had set the u-boot enivironment > varialbes as: > setenv bootfile /image/kernel > setenv root_path /tftpboot/image > > The board was booting with this configuration... > > Now I have placed the kernel image and rootfs in /exports directory and have > set the uboot variables as: > setenv bootfile /exports/image/kernel > setenv root_path /exports/image > > I am not able to boot the board with the above directory. I am getting the > error > > Loading: T > TFTP error: 'File not found' (1) > Starting again. > > TFTP by default looks for /tftpboot directory.. How can we make the server > to fetch files apart from the default one?? >
Your question is completely off-topic and you should put more effort into figuring out simple problems like this before asking for help. That said... Here are three options: 1. Put the files back in /tftpboot 2. Figure out how to configure your TFTP server. They're usually quite flexible 3. $ ln -s /exports/image /tftpboot/image regards, Ben ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users