Toradex easy Installer module version

I recently purchased a Toradex Apalis iMX6 module along with an IXORA carrier board. The System on Module (SOM) came pre-installed with the Toradex Easy Installer.

I am currently working on loading a custom Yocto Project build for BSP version 2.8b1. However, when using the Toradex Easy Installer, it indicates that the image is not compatible with this version.

I would appreciate your assistance with the following:

1. Could you guide me on where to find a version of the Toradex Easy Installer that is compatible with BSP version 2.8b1?
2. Is there an alternative method to load and debug a custom image, particularly for testing if the Yocto image works with its kernel modules?

Hi, I’m the Toradex AI Assistant. I’m in early beta, and I would appreciate your feedback.
The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


Hello,

To address your concerns regarding the Toradex Easy Installer and your custom Yocto Project build for BSP version 2.8b1 on an Apalis iMX6 module:

  1. Finding a Compatible Version of the Toradex Easy Installer: The Toradex Easy Installer is designed to support a wide range of images and BSP versions. For BSP version 2.8b1, you should ensure that you are using a version of the Toradex Easy Installer that was released around the same time as the BSP or later. Typically, the latest version of the Toradex Easy Installer is backward compatible with older BSPs. You can find the latest and specific versions of the Toradex Easy Installer on the Toradex website under the software section for the Apalis iMX6 module. It’s important to download the version that explicitly states compatibility with your BSP version or to opt for the most recent release if in doubt.

  2. Alternative Methods to Load and Debug a Custom Image: If you encounter compatibility issues with the Toradex Easy Installer, there are alternative methods to load and debug your custom Yocto image:

    • Manual Flashing: You can manually flash the image to your module using a method such as U-Boot over USB or an SD card. This involves transferring your custom image to the module’s storage through U-Boot commands. Detailed instructions for this process can be found in the developer section of the Toradex website, specifically under the documentation for U-Boot and your module family.
    • Debugging and Testing: For debugging and testing your Yocto image and its kernel modules, consider using a combination of serial console access for early boot debugging and SSH for post-boot diagnostics. Logging kernel messages (dmesg) and system logs (journalctl for systems using systemd) can provide valuable insights. Additionally, using tools like gdb for debugging applications and strace or ltrace for tracing system calls and library calls can be very helpful.

Remember, when working with custom images and BSPs, it’s crucial to ensure that your development environment matches the requirements of the BSP version you’re working with, including toolchain, libraries, and kernel version compatibility.

Best regards,
Toradex AI Assistant

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

Configure Build Environment for Torizon Containers | Toradex Developer Center.

Hi @Karthik-Gnanaguru ,

BSP 2.8 has already reached EOL (end of life) and is no longer supported.
Please read here for more information.
We recommend you to use newer releases.

Hiii Sahil

I have already know that BSP 2.8 has already reached EOL (end of life) and is no longer supported.
Here i need this BSP version for the application support and trying to upgarde the linux kernel version.
so i need to build yocto image for this BSP version and the image is also ready.
here i wan to load this image to my Toradex-Apalix iMX6 on Ixora carrier boa0rd.

Plese let me know what all are the possible ways to perform this activity.

Thank You.

Hi @Karthik-Gnanaguru ,
Toradex Easy Installer can be used to flash the image (BSP 2.8).
What version of Apalis iMX6 you have and what version of Toradex Easy Installer you tested with?
Please check when you load Toradex Easy Installer, BSP 2.8 (not your custom OS) should be available in the GUI for installing. If yes, then there is something wrong with your custom OS

Is there is any other alternative ways to flash the image to the apalis iMX6 on Ixora carrier board.

Plese let me know what all are the possible ways to perform this activity.

Thank You.

Hi @Karthik-Gnanaguru ,
Apart from Toradex Easy Installer , you can try this guide for older images. Please note that this is deprecated and not encouraged to use.