I need to check if the Ethernet cable is connected or not, I am using the eth_click for ENC28J60. I see the driver does not allow me to see directly if the cable is connected or not, so I am trying to ping my device.
However, in order to do so, I need to add CONFIG_NET_ICMPV4=y to my prj.config file.
I get an error
I2C bus unit address format error, expected "4b"
"warning: attempt to assign the value 'y' to the undefined symbol NET_ICMPV4
error: Aborting due to Kconfig warnings
error: cmake failed
create_nordic_project.py failed
However, I have already added the dependencies