Toolchain Manager Automatic Installation on M1 Mac

I recently installed the toolchain on M1 Mac using the automatic installation in the toolchain manager.

However, I noticed that the toolchain manager installs x86 variant of Python, which led to compatibility issues when I was trying to sign the image with imgtool.

I could solve the issue by manually installing the ARM64 variant and changing the Python PATH on VSCode.

But it would be nice if the toolchain manager automatically installed the correct variant of Python

Best regards,

zhama

Related