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/CAOCHtYgFEuEZPECM1w9JR0zFzu5gDcU-aC_CpeXTafeBdOYEHw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
