Replies: 5 comments 10 replies
-
@cbrake, I can test current release using a esp_ethernet_kit, where PHY is not driven by GPIO. AT least that will give us a pointer whether the issue is about clocking. But before I do so, have you done it? Also, how can I reproduce the issue? Restarting the board multiple times and wait for DHCP? |
Beta Was this translation helpful? Give feedback.
-
@jsnapoli1 Is |
Beta Was this translation helpful? Give feedback.
-
Let me ask you something else: Are you using APLL in any other peripheral like I2S? |
Beta Was this translation helpful? Give feedback.
-
Hi @sylvioalves - Any updates/progress/discoveries? |
Beta Was this translation helpful? Give feedback.
-
@jsnapoli1 I modified my
phy: ethernet-phy@1 {
compatible = "ethernet-phy";
reg = <1>;
}; Let me know how it goes, thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, We are using an Olimex ESP32-POE module and occasionally, the Ethernet will not work. If configured for DHCP, will not get an address, and with static IP, network operations do not work.
Observations:
Documentation for the board: https://www.olimex.com/Products/IoT/ESP32/ESP32-POE-ISO/open-source-hardware
The Phy clock is driven by GPIO0 on the ESP32 (I've read in the documentation that may be a concern).
Appreciate any pointers or ideas if anyone else has seen anything like this. We'll try to update this as we collect more data.
See this discussion for information on previous efforts with this device:
#89419
Beta Was this translation helpful? Give feedback.
All reactions