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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
515 Views
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

Labels (3)
Tags (1)
0 Kudos
1 Solution
419 Views
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

View solution in original post

0 Kudos
1 Reply
420 Views
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 Kudos