Hello. I’m not sure if anybody faced a similar issue but I hope you can help me to solve it.
I try configuring the Ethernet on my ESP32 board using LAN8710, but the Firmware fails during the driver initialization. I’m using a pretty simple project with Ethernet and WiFi libs only and mos 2.19.0. I also tried 2.20.0, 2.18.0 and even 2.10.0, but all of them have the same issue.
I receive the following error:
I tried to investigate these errors and it looks like they are inside esp_eth_driver_install() which is already part of ESP IDF. So I think the root cost of this problem is inside mgos_ethernet_init(). However, I couldn’t find the implementation of the esp_eth_mac_new_esp32_clock_mode() and, look like, it’s part of the custom ESP IDF that Mongoose OS is used.
As a result, it’s hard to understand what is wrong and how I can fix it.
I hope someone saw the same issue and can help me to fix it.
Thanks.