Re: [U-Boot-Users] NFS TFTP problem

2008-08-06 Thread Jerry Van Baren
cjjoy1980 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 con

Re: [U-Boot-Users] NFS TFTP problem

2008-08-05 Thread Hebbar
Hi, TFTP Server running on your system needs to be configured when you change the directory. If you have installed xinetd, the configuration files are stored in /etc/xinetd.d/ folder edit /etc/xinetd.d/tftp & change the server_args to pint to new directory [root @linux]# vi /etc/xinetd.d/tft

Re: [U-Boot-Users] NFS TFTP problem

2008-08-05 Thread Ben Warren
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 /tftpbo

[U-Boot-Users] NFS TFTP problem

2008-08-05 Thread cjjoy1980
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 pla