Hi all,
Actrually I am trying to port Ethercat Master to Sitara processor.The low level driver (EMAC) just want to use the EMAC of the NDK. But when I try to new a socket by using the function "SOCKET socket( int domain, int type, int protocol );" I met with problems:
1. The domain ,can I use "AF_RAWETH"?
2.The type,can I use "SOCK_RAW"?
3.The protocal phase is a problem,cause the NDK now not support EtherCAT ofcourse,But what can I set here if I just let other code to handle this and use a truly "raw" EMAC function here?