anton.miroshnichenko Posted November 3, 2020 Posted November 3, 2020 Armbianmonitor: http://ix.io/2CVl Hi, Please help to setup W5500 Ethernet board on Armbian (Orange PI Zero). My config: $ cat /boot/armbianEnv.txt verbosity=1 logo=disabled console=serial disp_mode=1920x1080p60 overlay_prefix=sun8i-h3 overlays=usbhost2 usbhost3 spi-spidev param_spidev_spi_bus=1 rootdev=UUID=4a65461e-d8ac-4d8f-94c0-05ecd12f6d58 rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u I can see spi: $ sudo ls -l /dev/spi* crw------- 1 root root 153, 0 Nov 3 22:32 /dev/spidev1.0 But no eth1... Maybe I need to install some "user_overlays"? I was trying to use "anyspi" and "w5500" overlays from Raspberry Pi but failed...
avz Posted November 5, 2020 Posted November 5, 2020 Bump. Also interested in connecting w5500 to Orange Pi PC with SPI.
anton.miroshnichenko Posted November 5, 2020 Author Posted November 5, 2020 As far as I understood this also can be done with recompiling linux core. Maybe with this driver, but I didn't try yet.
avz Posted November 11, 2020 Posted November 11, 2020 On 11/5/2020 at 11:49 PM, anton.miroshnichenko said: As far as I understood this also can be done with recompiling linux core. Maybe with this driver, but I didn't try yet. I tried that. I rebuild kernel with WIZnet drivers included as module, set them load at boot, but to no avail. On Raspberry 4 with Raspbian I set it to work successfully with this guide - https://www.instructables.com/Add-a-WIZ850io-Wiznet-W5500-Network-Port-to-Your-R/
anton.miroshnichenko Posted November 11, 2020 Author Posted November 11, 2020 Yeah, I also managed to run W5500 on Raspberry.Sent from my BV9700Pro using Tapatalk
Recommended Posts