Hi,
I downloaded 6.8.0+build.8 of Toradex Easy Installer. Unzipped it. I connected Colibri iMX6ULL SoM to Colibri Eval Board Rev 3.2. I connected my laptop to USB B OTG and put the SoM in recovery mode. Checked lsusb and found the module as Freescale Semiconductor, Inc.
cd to the easy installer directory and executed command ./recovery-linux.sh. It gives me following error -
mansij@mansij-VPCW115XG:~/Toradex/tezi/Colibri-iMX6ULL_ToradexEasyInstaller_6.8.0+build.8$ ./recovery-linux.sh
Downloading Toradex Easy Installer…
./recovery/uuu: 2: ./recovery/uuu: Syntax error: newline unexpected
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
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:
Verify the Download: Ensure the Toradex Easy Installer package was downloaded completely and without corruption. Check the file size and, if available, compare checksums.
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
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
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.
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: