Forum Discussion
MichaelV
New Contributor
5 years agonetmain hangs
Hello,
I have a custom board on which I want to add ethernet. Whenever I call netmain() in initialTask() the application hangs.
alt_iniche_init(); netmain();
/* Wait for the network stack to b...
EricMunYew_C_Intel
Frequent Contributor
5 years agoyou need to attach to PHY.
- MichaelV5 years ago
New Contributor
Hello Eric,
Thank you for you response. I also concluded that I actually need a physical PHY.
When I get one mounted on the board I hope my issues will be solved.
Michael