How do I disable Ethernet auto-negotiation on the ConnectCore 9U?

At the U-Boot prompt enter:

setenv link 10:full
saveenv

Power cycle to make the new settings take effect.

Other possible settings:
setenv link 10:half;saveenv
setenv link 100:full;saveenv
setenv link 100:half;saveenv

To switch back to autonegotiation, remove the link variable:

setenv link; saveenv
Last updated: Jun 06, 2019

Recently Viewed

No recently viewed articles

Did you find this article helpful?