Hello,
I'm working with Zephyr RTOS on the i.MXRT1170 EVK and I was able to configure the 100M ENET port for ethernet communication. I can ping my host successfully, is working as expected. However, I want to use the 1G ENET port.
I have this Kconfig in overlay-e1000.conf:
CONFIG_PCIE=y
CONFIG_ETH_E1000=y
CONFIG_NET_L2_ETHERNET=y
CONFIG_NET_QEMU_ETHERNET=y
But I'm getting this issue: [00:00:31.510,314] <wrn> net_if: iface 0x80086b08 is down
I was not able to find any documentation on this, can someone help me enabling this port? Am I missing something else in the configuration?
Thanks and best regards!
解決済! 解決策の投稿を見る。
Hello,
I will recommend for Zephyr support to consult the following Zephyr community. Please let me know if I can help you on anything else I will be happy to assist you.
Zephyr Community Support
https://community.nxp.com/t5/Zephyr-Project/bd-p/Zephyr-Project
Hello,
I will recommend for Zephyr support to consult the following Zephyr community. Please let me know if I can help you on anything else I will be happy to assist you.
Zephyr Community Support
https://community.nxp.com/t5/Zephyr-Project/bd-p/Zephyr-Project
Hello,
Thank you very much, I'll consult that community then.
Best regards,
Alberto