Config Tools for i.MX Applications Processors 26.06 documentation

Installation#

An ‘Offline’ installer is available for Config Tools for i.MX.

This installer file includes all the files required during the setup and does not need an internet connection for installation to complete. You can use this method for slow network connections or for installing the software on multiple machines.

The missing device information files are downloaded from the internet when loading a configuration into the tool.

Installing on Windows#

A setup binary is available for Microsoft Windows:

  • 64-bit version: Contains “x64” in the installer executable name.

Running a non-matching executable for a given host system, for example a 64-bit setup on a 32-bit system, will give an error message dialog.

To install Config Tools for i.MX as a desktop application on a local host:

  1. Run the Config_Tools_for_i.MX_<version>_<architecture>.exe.

    The Config Tools for i.MX Setup wizard will initiate.

  2. Select the language in which you want to run the installer.

    _images/select_the_setup_language.png

    Select the Setup Language#

  3. Click Next.

  4. On the next page, click Next.

  5. On the End-User License Agreement page of the wizard, select I accept the terms of the License Agreement.

    _images/accepting_the_end_user_license_agreement.png

    Accepting the End-user License Agreement#

  6. Click Next.

  7. On the Select Installation Folder page of the wizard, select Browse and navigate to a destination folder you want the Config Tools for i.MX to install to.

    _images/select_installation_folder.png

    Select Installation Folder#

  8. Click Next.

  9. On the Configure Shortcuts page of the wizard, select the shortcuts you want to be created for Config Tools for i.MX.

    _images/configure_shortcuts.png

    Configure Shortcuts#

  10. Click Next.

  11. On the Ready to Install page of the wizard, select Install.

    _images/ready_to_install.png

    Ready to Install#

    The setup will begin the installation.

    Note: If you want to review or change any of your installation settings, click Back. Click Cancel to exit the wizard.

    The installer prompts you when the installation completes.

    _images/installing_config_tools_for_i_mx.png

    Installing Config Tools for i.MX#

  12. Click Finish to close and exit the setup wizard.

    _images/complete_installation.png

    Complete installation#

  13. To start using the Config Tools for i.MX, run the tool from the shortcut on the desktop or from the Start menu. You can also navigate to the product installation folder\bin\ folder and launch the tools.exe or launch the shortcut in the product installation folder.

Installing on Mac#

To install Config Tools for i.MX as a desktop application on a local host, do the following:

  1. Double-click the Config_Tools_for_i.MX_<version>_<architecture>.pkg to start the Install Config Tools for i.MX setup

    Note: When you try to open the MacOS installer you may receive and error. To avoid it, manually select the option Mac App Store and identified developers in the Security & Privacy menu.

    _images/introduction.png

    Introduction#

  2. On the Introduction page, click Continue.

  3. On the Software License Agreement page, click Continue.

    _images/software_license_agreement.png

    Software License Agreement#

  4. Confirm that you have read and agreed to the terms of the Software License Agreement by clicking Agree.

    _images/software_license_agreement_1.png

    Software License Agreement#

  5. On the Destination Select page, click the green arrow to select the installation folder.

    _images/select_destination.png

    Select destination#

  6. Click Continue.

  7. On the Installation Type page, click Install.

    _images/installation_type.png

    Installation Type#

  8. Type in your login credentials to continue with the installation.

  9. Click Install Software.

    _images/install_software.png

    Install Software#

    _images/install_software_1.png

    Install Software#

  10. Click Continue.

    Unless errors are reported, the Summary page will confirm that the installation was completed successfully.

    _images/summary.png

    Summary#

  11. Click Close to exit the installation wizard.

Installing on Linux#

This chapter provides information on installing and uninstalling the tool on Linux.

Installing using command line#

chmod +x ./<name><version>-<pkg_revision><architecture>.deb.bin
$ sudo ./<name>_<version>-<pkg_revision>_<architecture>.deb.bin
  (Reading database ... .... files and directories currently installed .)
  Preparing to replace <name> <version> (using
     <name>_<version>-<pkg_revision>_<architecture>.deb) ...
  Unpacking replacement <name> ...
  Setting up <name> (<version>) ...  

This installs the tools to the default location (/opt/nxp/<default_path>).

Uninstalling using command line#

In the Terminal, you can get the list of MCUX Config Tools with the package names.

dpkg --list "config-tools-for-imx*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                       Version      Architecture Description
+++-==========================-============-============-=================================
ii  config-tools-for-imx-v16   16.0         amd64        Config Tools for i.MX

Now, the desired version can be uninstalled:

 sudo dpkg -r config-tools-for-imx-v16