You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just flashed some other sample to this board and noticed that the MAC address was all zeros. This caused issues when trying to get IP address. The error I saw was not Network initialization failed so the issue described here might be something else.
Anyway, I needed to set CONFIG_ETH_SAM_GMAC_MAC_I2C_EEPROM=y in order the network interface work properly.
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
Describe the bug
running samples/net/sockets/civetweb/, and the result just keep waiting interface until time out.
To Reproduce
Steps to reproduce the behavior:
west build -b sam_e70_xplained samples/net/sockets/civetweb/
west flash
see error
*** Booting Zephyr OS build v2.4.0-rc1-11-g8c3efc7be5fe ***
Hello World! sam_e70_xplained
[00:00:00.000,000] soc: CIDR mismatch: chip = 0xa1020e01 vs HAL = 0xa1020e00
[00:00:00.000,000] eth_sam: MAC: 00:00:00:00:00:00
[00:00:00.000,000] eth_sam: Queue 0 activated
[00:00:00.000,000] eth_sam: Queue 1 set to idle
[00:00:00.000,000] eth_sam: Queue 2 set to idle
[00:00:00.000,000] eth_sam_phy: Soft Reset of ETH PHY
*** Booting Zephyr OS build v2.4.0-rc1-11-g8c3efc7be5fe ***
[00:00:00.090,000] eth_sam_phy: PHYID: 0x221561 at addr: 0
[00:00:00.095,000] net_config: Initializing network
[00:00:00.095,000] net_config: Waiting interface 1 (0x20420a70) to be up...
[IMPLEMENTATION MISSING : sscanf]
[00:01:33.098,000] net_config: Timeout while waiting network interface
[00:01:33.098,000] net_config: Network initialization failed (-62)
Environment (please complete the following information):
OS: Fedora28
Toolchain: Zephyr-sdk-0.11.3
Commit ID: g8c3efc7be5fe
The text was updated successfully, but these errors were encountered: