Can someone point me to the full set of parameters that need to be included in the ADIN6310 startup file to enable 1000BASE-LX SFPs?
I am using the ADIN6310-tsn-evaluation-util on windows. I have modified the startup xml so if-type is sgmii-1000base-sxlx and phy-type is unmanaged. And I have moved the jumpers on the board. Port Status indicates the ports are up and I can see on the port statistics page that packets are being sent, but nothing is received. The far end of the link does not show as being up.
I am guessing this has something to do with LOS polarity. Google search returns the following code snippet. Can sfpEnabled and losPolarity be passed in the <interface> block of the startup file or does this belong somewhere else? Or am I missing something entirely?
TIA,
-Steve
<port>
<portNumber>2</portNumber>
<interfaceMode>SGMII</interfaceMode>
<sfpEnabled>true</sfpEnabled>
<speed>1000</speed>
<losPolarity>active-low</losPolarity>
</port>