Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
The issue you’re experiencing with the Colibri iMX7 V1.1A module not booting correctly with the same image used for the V1.1D module could be due to several factors. Here are some potential areas to investigate:
-
Device Tree Compatibility: The error message indicates a problem with the Flattened Device Tree (FDT). Ensure that the device tree blob (DTB) file is compatible with both module versions. The
image.json
file specifies the same DTB for both product IDs 0033 and 0041, but you should verify that the DTB is indeed suitable for the V1.1A module. -
Module Identification: The boot log for the V1.1A module shows “Toradex UNKNOWN MODULE V1.1A”. This suggests that the module is not being correctly identified. Check if there are any differences in the module’s identification process or if there are updates needed in the U-Boot environment or the image configuration to properly recognize the V1.1A module.
-
U-Boot Environment: Since the environment is loaded from NAND, ensure that the U-Boot environment variables are correctly set for the V1.1A module. There might be differences in the environment that need to be addressed.
-
Image Configuration: Review the
image.json
configuration to ensure that all necessary files and settings are correctly specified for both module versions. Pay special attention to thesupported_product_ids
and ensure that all necessary files are included and correctly referenced. -
Hardware Differences: Although the modules are expected to be compatible, there might be subtle hardware differences that require specific configurations or updates in the software stack.
-
Software Updates: Ensure that you are using the latest version of the Toradex Easy Installer and the BSP that supports both module versions. There might be updates or patches that address compatibility issues.
If these suggestions do not resolve the issue, consider reaching out to Toradex technical support for further assistance, as they may have more specific insights or updates regarding compatibility between these module versions.
Please, also check if these links can help you solve your problem: