Tool/software:
Hello expoerts,
Because there were no sufficient hardware ports for using, we have to mix rgmii and sgmii ports for cpsw5g, ports 1, 3, and 4 are sgmii ports, port 2 is rgmii port. Because of the difference from the evm, we mocified some configure code from qsgmii to sgmii. But it assert CpswMacPort_isSgmiiSupported and said "SGMII port not ready, SERDES PLL not locked".
So, I checked the CPSW0_SGMII Registers, for example, CPSW_SGMII_IDVER_REG_0 has non-zero value(0x4EC21102), but CPSW_SGMII_IDVER_REG_1, CPSW_SGMII_IDVER_REG_2, CPSW_SGMII_IDVER_REG_3 all have zero content, and so the check function failed.
And, if there was a manual for our custom usage(not for qsgmii ports)? Thanks