Re: [android-kernel] Re: NFS error while booting kernel

2010-08-05 Thread hedwin
A bit to quick with the enter key. Assuming you have a reasonable up to date distro on the host pc a quick way to see if it is your firewall, do a 'iptables --flush' (might need sudo) this removes all firewall checks then boot your 2430 system. If it then connects to your NFS server then you know

Re: [android-kernel] Re: NFS error while booting kernel

2010-08-05 Thread hedwin
assuming you have a reasonable up to date distro on the host pc iptables --list On Thu, Aug 5, 2010 at 11:57 AM, sri wrote: > > > Hi, > > My bootargs settings are : > setenv bootcmd 'tftp 0x8000 uImage; bootm 0x8000' > setenv bootargs console=ttyS0,115200n8 root=172.28.6.33:/dev/nfs rw

[android-kernel] Re: NFS error while booting kernel

2010-08-05 Thread sri
Hi, My bootargs settings are : setenv bootcmd 'tftp 0x8000 uImage; bootm 0x8000' setenv bootargs console=ttyS0,115200n8 root=172.28.6.33:/dev/nfs rw noinitrd ip=172.28.6.34:172.28.6.33::255.255.255.0::eth0:on nfsroot=/ nfsroot/rootfs,nolock mem=32M With same bootargs, kernel boots up fo