Good day
I want to add a driver via the SDK components menu in MCUXpresso. When I tried this, the component manager showed me this error, and did not allow me to proceed:

I noticed that I have two xip_board options:

This looks really weird, because they both show the same version number.
Anyway, I deselected the first xip_board and selected the second xip_board. This solved the error shown above. I clicked OK and accepted the changes to be made.
Based on the changes made in the files (most of the drivers had updates, and so did the FreeRTOS kernel and LWIP middleware), I could see that the xip_board I used is a more up-to-date version (the file changes showed later build numbers and later dates in the comments).
Before making these changes, I could use LWIP to connect to my computer. After updating xip_board like this, the address resolution protocol doesn't work. My PC keeps sending "Who has 20.0.0.1?", and the microcontroller doesn't respond (see attached Wireshark capture).
Before changing xip_board, I could get a response from the board by pinging it in cmd:

After updating xip_board, I don't get a response anymore:

I've inspected the changes in the drivers, but I can't see anything that would cause this issue.
Note that the PHY is initialised properly and auto-negotiation is successful.
Please let me know if anyone has an idea.
Kind regards