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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,697 Views
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!

Tags (3)
0 Kudos
1 Solution
1,671 Views
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

 

View solution in original post

2 Replies
1,672 Views
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,666 Views
alberto_alvarez
NXP Employee
NXP Employee

Hello,

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

Best regards,

Alberto

0 Kudos