thank you for responding....so as overlay is for pin functioning and ENC28j60 properties definition....what should I do next for actual c coding? as I am looking for any available c library which can help me to build tcp/ip connection.as there is a lot of register initialization using SPI to activate ENC28j's MAC PHY as per datasheet.as well I am totally unaware about how should I implement a TCp socket using this.My ultimate aim is to implement a TC/ip modbus. Please guide me through this please let me know if I am missing any basic concepts in this I will work on it.
Thanks & Regards On Mon, Mar 25, 2019 at 7:37 PM Robert Nelson <[email protected]> wrote: > On Fri, Mar 22, 2019 at 4:26 AM <[email protected]> wrote: > > > > Hello, > > I want to interface ENC28j60 ethernet module with beaglebone green. Is > there any user level library or example for it? > > I have worked with SPI on linux before, while googling I found driver > for the same > https://github.com/torvalds/linux/blob/master/drivers/net/ethernet/microchip/enc28j60.c > but I don't have any idea about how to use it,can you please guide me > through this?or is there any other way to do the same?any userlevel library > reference,which will not make me to do changes in kernel module.I am > looking for c references. > > following are the details of my beaglebone > > Take a look at, this overlay: > > > https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-mBC1-ETH-CLICK.dts > > Which add's support for this combination: > > BeagleBone + > https://www.mikroe.com/beaglebone-mikrobus-cape + > https://www.mikroe.com/eth-click > > So use that to help figure out how your need to wire your module.. > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CANimygbZ4%2BQX4vQk-FrwjUSeppy9-L0FwKM-JtgQvZOpXhA4_g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
