Hi everyone, I am trying to boot DM355 Leopard board with file system mounted via NFS. However the Ethernet is not getting detected, and hence it ends up with kernel panic.
I had done reading on this issue at TI blog, and I tried all the suggested answers, but none of them worked for me :(
1. I have set CONFIG_TI_DAVINCI_EMAC=y while configuring the kernel with and without setting DM9000 driver. Both dint work.
2. In one of the post Sebastian had posted config file which fixed this issue, I tried using that config file.
I am using the following as boot argument "setenv bootargs 'console=ttyS0,115200n8 noinitrd rw ip=192.168.0.29:192.168.0.162:192.168.0.1:255.255.255.0:::off root=/dev/nfs nfsroot=192.168.0.162:/nfsboot,nolock mem=128M video=davincifb:vid0=OFF:vid1=OFF:osd0=0x0x8'"
But if I use 2.6.10_mvl401_IPNC-1.1.0l kernel Ethernet does get detected but NFS mount fails with an error "Kernel too old"
Log file of the same and the config file can be accessible here "http://e2e.ti.com/members/1635848/files/default.aspx". Can anybody please help me in solving this?
Thanks
Srinidhi KV