Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTSE (Triple Speed Ethernet) MAC on uClinux with MMU
Hello all, I am having some difficulties with the TSE MAC in uClinux with MMU. I am working on Terasic DE4 board, with "unstable-nios2mmu" in linux-2.6 and "trunk" in uClinux-dist. All fol...
Altera_Forum
Honored Contributor
15 years agoThank you very much Franck.
"#ping -I eth(x) IP" did the trick. This means things are OK in terms of the sopc system and uClinux compilation, but there are some problems in terms of networking settings. I have already been doing "#ifconfig eth(x) down" for all the other ports, so that the up'ped one will function correctly. But this is not what I want. I need all ports up'ped. Now I will see if my multi-ethernet client-server code will work correctly. I think I will need "-I" kind of a trick for the bind function. Let's see... =) Thanks again.