I got the ENC28J60 Click module functioning fairly quickly but I wanted to share what I needed to do. Hopefully, it will help the next person who goes down this road.
I used these headers from Digi-Key: SAM1204-18-ND ( https://www.digikey.com/product-detail/en/samtec-inc/SSQ-118-03-T-D/SAM1204-18-ND/1111842 ) Ethernet Click Module: https://www.digikey.com/product-detail/en/mikroelektronika/MIKROE-971/1471-1320-ND/4495684 <https://www.digikey.com/product-detail/en/mikroelektronika/MIKROE-971/1471-1320-ND/4495684> https://shop.mikroe.com/eth-click I am using Debian 9.1 2017-09-21 I had to update the bb-cape-overlays by using the following command. (In order for this to work you need to have an internet connection through the USB port. Go here for more info: http://ofitselfso.com/BeagleNotes/HowToConnectBeagleboneBlackToTheInternetViaUSB.php <http://ofitselfso.com/BeagleNotes/HowToConnectBeagleboneBlackToTheInternetViaUSB.php> ) sudo apt update ; sudo apt install bb-cape-overlays More info on mikroBus Click boards support can be found here: https://github.com/beagleboard/pocketbeagle/wiki/mikroBus%E2%84%A2-Click-Boards I edited /boot/uEnv.txt to the following: ###Overide capes with eeprom uboot_overlay_addr0=/lib/firmware/PB-SPI0-ETH-CLICK.dtbo #uboot_overlay_addr1=/lib/firmware/<file1>.dtbo #uboot_overlay_addr2=/lib/firmware/<file2>.dtbo #uboot_overlay_addr3=/lib/firmware/<file3>.dtbo After reboot, it "just worked"! My Download and Upload speeds from speedtest.net were about 2.7Mbit/sec. Not a speed demon but fast enough for IoT work. Next step is to get a NimbeLink cellular modem working. <https://lh3.googleusercontent.com/-p3AmAr0dOTE/WdcjRJoktCI/AAAAAAAAJ5g/BBsrIlvpDdcjDlARHVgNjC1IdLurKafwACLcBGAs/s1600/2017-10-06%2B01.19.04.jpg> <https://lh3.googleusercontent.com/-xczaVqmqTgg/WdcjTm2stnI/AAAAAAAAJ5k/EHuov2Sz30wJ0kjH07FQ30Thby4rSUmjgCLcBGAs/s1600/2017-10-06%2B01.19.34.jpg> <https://lh3.googleusercontent.com/-Do5JAVEM3Po/WdcjVbfkb6I/AAAAAAAAJ5o/oZanQnGoTUAjkBGfwzdhBjrsy5KPNYenwCLcBGAs/s1600/2017-10-06%2B01.28.36.jpg> -- 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/7d3f2c56-acc5-4496-894a-a057dc9a98d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
