Hi NXP,
As shown in the image, importing the Zephyr SDK keeps failing. What could be the reason, and how can I troubleshoot it?
I also tested opening the magic, and the result was the same.
Hi @hayden178
I just tested it on my MCUXpresso for VS Code.
I was able to import it successfully, which means there's nothing wrong with the GitHub repository.
Based on your log
remote: Enumerating objects: 3105, done.
remote: Counting objects: 100% (1405/1405)
remote: Compressing objects: 100% (433/433)
error: RPC failed; curl 56 Recv failure: Connection was reset
I think it's most likely a network connection problem.
You can try running `west update` in your `nxp\frdm_mcxa156` folder to manually update the repository.
BR
Harry