Hi,
I'm trying to isolate the ethernet test of the post. I have exctracted the routine post_test_emac_loopback() and the minimum required functions to link and run it.
The first build, on the EVM, run successfully, but with an Ethernet monitor I cannot see packet going out. I try to change the loop-back configuration but if a set none or external the code hang waiting for the link to became up, that is CSL_SGMII_getStatus() always return bIsLinkUp==0.
I want to use the post to test the ehternet connection with an external test equipment (so far, a PC with WireShark).
Any suggestion?