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!