Skip to content
English
  • There are no suggestions because the search field is empty.

How to set up Universal Update Utility (uuu) on Linux

  1. Download the Universal Update Utility (uuu) binary from NXP.
    Find the download here.
  2. Navigate to the folder with the uuu binary and use the following command to make it executable:
    sudo chmod a+x uuu
  3. Move the uuu binary to /usr/local/bin with the following command:
    sudo mv uuu /usr/local/bin
  4. To test if the uuu command is working type uuu and press Enter.
    You should see something similar to the shell output below.
    uuu-linux-shell