Part Number: 66AK2H14
Other Parts Discussed in Thread: TCI6638K2K
Tool/software: TI-RTOS
Hi,
I want to test PA EMAC example with PC. I referred this document http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_PA.
I tried to run C:\ti\pdk_keystone2_3_01_04_07\packages\ti\drv\pa\example\emacExample in external loop-back OR No loop-back on EVMK2H so as to connect with PC to test the example.
but it is getting stuck in
/* Wait for SGMII Link */
if (!cpswSimTest)
{
do
{
CSL_SGMII_getStatus(macPortNum, &sgmiiStatus);
}while (sgmiiStatus.bIsLinkUp != 1);
I have referred this link 
I am facing similar problem . I didn't get any solution from that link.
while on both Ethernet jack I see the link LED is UP and showing 1Gbps Link status.
I have two RJ-45 connector and I have connected Ethernet cable from one RJ-45 to PC.I changed the RJ-45 port and tried but result is same.
Please help me to solve this.
Regards,
Mahima Shanbag