Hi experts!
Is it possible to find a step-by-step manual how to setup an environment like mentioned in subject?
I have already tried to generate an SDK with the SDK-Builder and install it in MCUxpresso. Unfortunately, this did not work. As I have not found any useful instructions so far, I am now asking the question here in the forum.
regards
Ralf
Solved! Go to Solution.
Hello,
SDK for i.MX8MP is not supported on MCUXpresso application.
You can download the SDK from MCUXpresso SDK builder (with some examples), but you need to compile it using IAR or GCC to generate the files to the board.
One alternative that could be helpful is MCUXpresso for VS Code that supports SDKs for i.MX.
For more information, please check next link.
Best regards.
Hello JorgeCas,
Thank you very much for your answer. It has helped me a lot. But I have some questions about this answer.
Does it mean that one actually only work with the SDK and MCUXpresso or the MCUXpresso plugin for VSCode is not used at all? This means that the integration of the SDK into the GUI is not intended at all as with MCUs such as LPC55S16 (with these you open MCUXpresso and then drag and drop the SDK into the area provided for it). Normally one also start building and debugging from there, as i remember.
I hope you can answer these questions.
Best regards
Ralf Rademacher
Hello,
SDK for i.MX8MP is not supported on MCUXpresso application.
You can download the SDK from MCUXpresso SDK builder (with some examples), but you need to compile it using IAR or GCC to generate the files to the board.
One alternative that could be helpful is MCUXpresso for VS Code that supports SDKs for i.MX.
For more information, please check next link.
Best regards.