Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTSE on Cyclone III DSP Deveolpment KIT with uClinux
Hi guys, I have a working project on a Stratix II development board and i have to move it on a cyclone III. I built the new system starting from nios2_linux_3c120_125mhz project, by removing so...
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.