I have an electronics board populated with a C6678, and two ethernet ports.
The electronics is (for the ethernet part) designed as the 6678 EVM board, so I was trying the HelloWorld network example without modification. This works for one of the ports, and now I want to change the code to test the other port.
I'm using PDK 1.1.2.5 and noticed the in platform_init, which is called from HelloWorld, a call to Init_SGMII(1) is done. Is the portnum argument to the Init_SGMII pointing out the SGMII/SerDes pair so a change to configuring 0 instead of 1 should solve it? (I realise that Init_SGMII treats 0 and 1 a bit different, but I would lika an Init_SGMII that does for 0 what it does for 1, IF I'm an the right track, which I don't know...