Replies: 8 comments 12 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.
-
Following up on this, After updating the above, I still see the same issues with both DHCP and Static IP. I am about to test upgrading to zephyr main and also implementing these changes to see if it has to do with other pieces of Zephyr 4.2.0, however, we still see false L4 links or inabilities to sync to DHCP. |
Beta Was this translation helpful? Give feedback.
-
Updating to main does not fix further issues. |
Beta Was this translation helpful? Give feedback.
-
Would be good if I can reproduce the issue but I can't. How many times you had to reset the board to get such error? Which sample or configuration you have in there? |
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