Is there source code for communication between i.MX6SX dual ENETs.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Is there source code for communication between i.MX6SX dual ENETs.

跳至解决方案
1,090 次查看
satoshishimoda
Senior Contributor I

Hi community,

I have a question about i.MX6SX ENET.

I want to know whether Linux BSP for i.MX6SX (L3.14.38) provide the source codes for TCP or UDP communication between 2 ENETs.

(e.g. transmit/receive a packet, bridge, routing, etc..)

I did not find these desription in Linux BSP release not for L3.14.38, so I belive thease are not provided.

Is my understanding correct?

Best Regards,

Satoshi Shimoda

标签 (3)
标记 (1)
0 项奖励
回复
1 解答
994 次查看
art
NXP Employee
NXP Employee

The BSP itself only provides a low-level hardware drivers for Etrhernet interfaces. All higher level tasks, such as packets routing, interfaces bridging etc. are done by a higher level software tools that are not hardware specific, but are the parts or applications for the Linux OS itself. For example:

http://www.cyberciti.biz/faq/debian-network-interfaces-bridge-eth0-eth1-eth2/


Have a great day,
Artur

在原帖中查看解决方案

0 项奖励
回复
1 回复
995 次查看
art
NXP Employee
NXP Employee

The BSP itself only provides a low-level hardware drivers for Etrhernet interfaces. All higher level tasks, such as packets routing, interfaces bridging etc. are done by a higher level software tools that are not hardware specific, but are the parts or applications for the Linux OS itself. For example:

http://www.cyberciti.biz/faq/debian-network-interfaces-bridge-eth0-eth1-eth2/


Have a great day,
Artur

0 项奖励
回复