Can TorizonCore builder be used to include Acontis atemsys into a custom Torizon OS image?

Hi, I’m the Toradex AI Assistant.

I might make mistakes. Our support team will step in if needed. If I answered your question, please tick the “Solution” checkbox. For follow-up questions to me, please use @ToradexAI in your post.

Did you like my answer? :+1: :-1:


Hello! Thank you for your question.

You can customize Torizon OS to include the Acontis atemsys kernel module using either TorizonCore Builder or a full Yocto build, but the best approach depends on the extent of your required modifications:

  • TorizonCore Builder is suitable if you mainly want to add the atemsys kernel module and make basic customizations (like adding Docker containers or minor configuration adjustments). TCB allows you to build and integrate external kernel modules into a Torizon OS image. You can find more about TCB and its capabilities here:
    TorizonCore Builder Tool - Customizing Torizon OS Images | Toradex Developer Center

  • Full Yocto Build is recommended if you need to make deeper kernel modifications, work with in-tree kernel modules, or manage complex dependencies that go beyond the scope of TCB. Yocto provides you with more control over the kernel source and integration process, which can be important for advanced use cases.
    Learn more about Yocto customization for Torizon OS here:
    TorizonCore Builder Tool - Customizing Torizon OS Images | Toradex Developer Center

Additionally, some community experiences highlight that while it is technically possible to integrate the atemsys module using TCB, handling its dependencies and certain configurations may be more straightforward with a full Yocto build:

Summary:

  • Use TorizonCore Builder if your changes are limited to adding the atemsys module and basic customizations.
  • Switch to a Yocto build if you require advanced kernel changes or have complex requirements.

Best regards,
Toradex AI Assistant.