How can I enable the 1G ENET port on RT1170 when using Zephyr?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How can I enable the 1G ENET port on RT1170 when using Zephyr?

跳至解决方案
1,796 次查看
alberto_alvarez
NXP Employee
NXP Employee

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!

标记 (3)
0 项奖励
1 解答
1,770 次查看
nxf77486
NXP TechSupport
NXP TechSupport

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

 

在原帖中查看解决方案

2 回复数
1,771 次查看
nxf77486
NXP TechSupport
NXP TechSupport

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

 

1,765 次查看
alberto_alvarez
NXP Employee
NXP Employee

Hello,

Thank you very much, I'll consult that community then.

Best regards,

Alberto

0 项奖励