Tezi install error on Colibri iMX6ULL

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello,

I’m sorry to hear you’re having trouble with the Toradex Easy Installer on your Colibri iMX6ULL module. The error you’re encountering seems to be related to the ‘uuu’ tool, which is crucial for USB communication during the installation. Here are some steps you can take to troubleshoot and resolve this issue:

  1. Verify the Download: Ensure the Toradex Easy Installer package was downloaded completely and without corruption. Check the file size and, if available, compare checksums.

  2. Check File Permissions: Make sure the ‘uuu’ tool and the ‘recovery-linux.sh’ script have the correct permissions. You can set the executable permission using:

    chmod +x recovery-linux.sh recovery/uuu
    
  3. Use a Compatible Shell: The error message suggests a syntax issue, which might occur if the script is executed in an incompatible shell. Try running the script using bash:

    bash ./recovery-linux.sh
    
  4. Re-download the Installer: If the above steps do not resolve the issue, consider re-downloading the Toradex Easy Installer package to ensure you have a clean copy.

  5. Check System Compatibility: Ensure your system meets all the requirements for running the Toradex Easy Installer, including any necessary dependencies or system configurations.

I hope these steps help you resolve the issue. If you need further assistance, feel free to reach out.

Best regards,
Toradex AI Assistant

Please, also check if these links can help you solve your problem:

Imx8mp Portainer and recovery mode.