Hi,
I recently ported my code from IPNC 2.0 GA to the new IPNC 2.8 RDK and I noticed that it intoduces some issues with the Ethernet.
If I initialize the network in U-boot while the board is booting up (by calling DHCP, TPFT or PING as a port of the bootcmd string) then I can get the Linux to use DHCP like before in IPNC 2.0 RDK.
But if I simply boot the board from NAND with a static IP address then the DHCP on the Linux side never gets an IP address assigned and will loop forever.
I am not sure if the problem lies on the Linux side or the U-boot side but it looks like it could be some PHY/MAC initialization missing on the Linux side!??
Has anyone else seen the same behaviour while switching from IPNC 2.0 RDK to IPNC 2.8 RDK?
Best regards,
Karsten