Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAltera TSE on NEEK with web_server_neek demo design
Hi, I want to get started with Linux on my NEEK Board, and tried the example design from the wiki: http://www.nioswiki.com/linux/creating_a_nios_ii_design_with_an_mmu (The Webserver Example). I...
Altera_Forum
Honored Contributor
15 years agoHi,
With some different search terms I found this post on the board: http://www.alteraforum.com/forum/showthread.php?t=18394. It's not exactly correct anymore, it's now line 1011, and it's required to change
snprintf(phy_id, MII_BUS_ID_SIZE, PHY_ID_FMT, mii_id, tse_config->phy_addr);
to
snprintf(phy_id, MII_BUS_ID_SIZE, PHY_ID_FMT, mii_id, 1);
I should really track down why tse_config has the wrong value set... Regards, Andreas