This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Ethernet UDP driver for the BBB

Hey dudes.  I just ported the starterware enetEcho application to bare-metal / GNU.  Basically, it is an echo server and you can ping it.  UDP Tx/Rx seems to work ok.  I didn't test the TCP stuff, but it may be readily do-able.  This will give your bone UDP functionality.  The port was pretty clean, that is after I got MMU & CACHE working with IRQ! 

I posted the zipfile on www.github.com/ddlawrence and www.baremetal.tech

go nuts................dd