Hi all,
We are using am335x processor to connector to two phy by RGMII and plan to use the processor to run as dual mac mode. We also use sysbios as the os and NDK as the network stack. Now I am able to use socket to drive on the first port. But I am not know how to use the second port to transfer data.
Could someone provide my these information?
1. How to modify my am335x_sysbios_ind_sdk_1.1.0.3 to drive the am335x to dual mac mode?
2. How to use socket command to transfer data through specify port (like use raw protocal on port 1 and TCP protocal on port 2)?
Thank you!