Hi,
I'm trying to use the second ethernet interface (fec2) on the Cortex-M4 core with FreeRTOS , while Linux is running in parallel. Using the second ethernet interface from FreeRTOS works fine, but when I start Linux in parallel, both OS hang after a while.
I changed the device tree so that fec1 and fec2 are disabled!
But it does not work.
Can you give me a hint about what needs to be set that I can use the second ethernet interface (fec2) in FreeRTOS that runns on the Cortex-M4 core while Linux is running in parallel?
Thanks in advance.
Best regards,
Andreas