Replies: 4 comments 25 replies
-
other information: &spi1 { my prj.conf : CONFIG_SPI=y |
Beta Was this translation helpful? Give feedback.
-
I am not the owner of the driver but I have been working with the ADIN1110 . Can you set a breakpoint on the init function of the driver and see what is happening zephyr/drivers/ethernet/eth_adin2111.c Line 768 in d7504ab |
Beta Was this translation helpful? Give feedback.
-
I have already activated the logs but nothing appears on the console |
Beta Was this translation helpful? Give feedback.
-
@lmikl hello, you might have to modify the priorities and enable extra sub-systems required by it:
Priorities play the major role here. Same goes for SPI init priority, should be higher (numerically lower) than ADIN. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hello,
The driver for the ADIN2111 which was recently integrated into zephyr 3.4.0 does not work.
I am currently using my own driver and the component works well.
If I try to use the driver integrated in zephyr I just have the message (uart:~$) which appears on the console.

In debug mode under eclipse I think that the cpu does not start. it is idle.
if someone can solve the problem.
Beta Was this translation helpful? Give feedback.
All reactions