xcore / sc_ethernet

10/100 MII Ethernet MAC for XMOS microcontrollers
http://xcore.github.com/sc_ethernet/index.html
Other
37 stars 29 forks source link

Multiple ethernet slice cards on a slice core board? #53

Open prashanth-chandran opened 11 years ago

prashanth-chandran commented 11 years ago

I am developing an application that requires the slice core board to have two ethernet ports. One port receives normal ethernet packets from a PC and transmits the same as an AVB packet via the other ethernet port.

How do I make the slice core board function with two ethernet slice cards? What changes do I make to make to the library to support the same?

Kindly help me on this regard.

Thanks a lot !

ahogen commented 7 years ago

For two ethernet cards on one sliceKIT, go see the daisy-chain app notes.

As far as converting "normal ethernet packets"... uh...

  1. Terrible description. What is "normal"? UDP? VoIP?
  2. AVB/TSN isn't supposed to work like that

Whoever owns this repo should close this issue as off-topic.