|
Guys,
thank you, problem solved. I just added few config options to kernel:
- CONFIG_IP_PNP=y
- CONFIG_IP_PNP_DHCP=y
- CONFIG_IP_PNP_BOOTP=y
- CONFIG_ROOT_NFS=y
Copy code
and voilà:
- [ 6.860206] PHY: gmac0-0:00 - Link is Up - 100/Full
- [ 9.190025] ., OK
- [ 9.300032] IP-Config: Got DHCP answer from 0.0.0.0, my address is 192.168.1.94
- [ 9.300210] IP-Config: Complete:
- [ 9.303791] device=eth0, addr=192.168.1.94, mask=255.255.255.0, gw=192.168.1.1
- [ 9.312305] host=orange, domain=xxxxx.yy, nis-domain=xxxxx
- [ 9.318862] bootserver=0.0.0.0, rootserver=0.0.0.0, rootpath=
Copy code
kernel IP autoconfigured and storage mounted via NFS.
Thanks.
|
|