MCUXpresso Installer Troubleshooting

The MCUXpresso Installer Troubleshooting guide is designed to help users quickly identify and resolve common issues encountered during the installation of development software tools dependencies.

Table of Contents

Python Virtual Environment

Issues can be encountered during the creation, updating, activation, or usage of the Python virtual environment.

Common causes

  • Corrupted Python installation

  • Corrupted virtual environment

  • The already existing virtual environment is tied to a missing Python installation

Wget Utility

Issues regarding the installation of Wget can occur on systems where network connectivity is restricted or proxy configurations are modified.

Common causes

  • Incomplete or misconfigured network settings

  • Proxy server restrictions

  • Firewall blocking download connections

  • Invalid or outdated SSL/TLS certificates

Windows Developer Mode

Some development tools require Windows Developer Mode to be enabled for proper functionality, particularly for debugging and development features.

Recommended solutions

1. Enable Developer Mode through Settings

Steps:

  • Open Settings (Windows key + I)

  • Navigate to System → For developers (Windows 11) or Update & Security → For developers (Windows 10)

  • Select Developer mode

  • Click Yes when prompted to confirm the change

  • Restart your computer if prompted

2. Enable Developer Mode through Registry (if Settings method fails)

Steps:

  • Press Windows key + R and type regedit

  • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock

  • Create a new DWORD (32-bit) Value named AllowDevelopmentWithoutDevLicense

  • Set the value to 1

  • Restart your computer

3. Verify Developer Mode is enabled

Steps:

  • Open Command Prompt as Administrator

  • Run the command: reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /v AllowDevelopmentWithoutDevLicense

  • Verify the value is set to 0x1