From mboxrd@z Thu Jan 1 00:00:00 1970 From: cjjoy1980 Date: Tue, 5 Aug 2008 19:24:41 -0700 (PDT) Subject: [U-Boot-Users] NFS TFTP problem Message-ID: <18843233.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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?? -- View this message in context: http://www.nabble.com/NFS-TFTP-problem-tp18843233p18843233.html Sent from the Uboot - Users mailing list archive at Nabble.com.