Skip to content

i.MX RT1170 / 1176 - enet1g issue with dual core build #82565

Answered by DerekSnell
ehughes asked this question in General
Discussion options

You must be logged in to vote

Hi @ehughes ,
Yes, both cores share the soc.c file, and both execute imxrt_init() and clock_init(). It sounds like there is some contention when the M4 core initializes. My guess is in clock_init().

You could debug by modifying soc.c and use the Kconfigs CONFIG_SOC_MIMXRT1176_CM4 and CONFIG_SOC_MIMXRT1176_CM7 to narrow down the conflict.

Please let us know what you find. Thanks

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DerekSnell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment