Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI changed the following instruction in nios2-linux/linux-2.6/arch/nios2/kernel/config.c from
--- Quote Start --- .interface = PHY_INTERFACE_MODE_RGMII, --- Quote End --- to --- Quote Start --- .interface = PHY_INTERFACE_MODE_RGMII_ID, --- Quote End --- and now I'm able to ping another host in the network. I hope this will be useful for someone.