- #
- # Ethernet
- #
- CONFIG_ETH_ENABLED=y
- CONFIG_ETH_USE_ESP32_EMAC=y
- CONFIG_ETH_PHY_INTERFACE_RMII=y
- # CONFIG_ETH_PHY_INTERFACE_MII is not set
- # CONFIG_ETH_RMII_CLK_INPUT is not set
- CONFIG_ETH_RMII_CLK_OUTPUT=y
- # CONFIG_ETH_RMII_CLK_OUTPUT_GPIO0 is not set
- CONFIG_ETH_RMII_CLK_OUT_GPIO=17
- CONFIG_ETH_DMA_BUFFER_SIZE=512
- CONFIG_ETH_DMA_RX_BUFFER_NUM=10
- CONFIG_ETH_DMA_TX_BUFFER_NUM=10
- # CONFIG_ETH_USE_SPI_ETHERNET is not set
- # CONFIG_ETH_USE_OPENETH is not set
- # end of Ethernet
I am trying run AT-commands firmware for my ESP32-WROOM-32U with eth LAN8710A chip.
In the attachment I am sending the connection diagram: I reconfigured the UART for AT commands to pins compatible with the schematic. AT communication works. I configured the RMII interface with an external clock on pin 17. In the attachment (zip) I am sending the sdconfig and binaries. I am using newest version of idf.py.
This is segment of eth config:
Please, tell me what i shoud change in sdkonfig file.