A13-SOM-512 driver for Wiznet W5500

Started by meo, April 12, 2023, 01:10:29 PM

Previous topic - Next topic

meo

Hello,

we use firmware 5.10.105 debian linux bullseye on A13-SOM-512
what are the right drivers for ethernet chip wiznet W5500?


Thank you and best regards,
Wolfgang

LubOlimex

There should be in the kernel but it is not clear if it they are enabled or built in. You might need to rebuild the kernel.

Check for anything WIZNET, type something like

grep -i wiznet /proc/config.gz

and see if it is enabled (y), not enabled (not set), or set as module (m).
Technical support and documentation manager at Olimex

meo

Thank you for your answer.

I can see this via
zgrep -i wiznet /proc/config.gz
CONFIG_NET_VENDOR_WIZNET=y
CONFIG_WIZNET_W5100=m
# CONFIG_WIZNET_W5300 is not set
# CONFIG_WIZNET_BUS_DIRECT is not set
# CONFIG_WIZNET_BUS_INDIRECT is not set
CONFIG_WIZNET_BUS_ANY=y
# CONFIG_WIZNET_W5100_SPI is not set

There is no W5500?