Torizoncore-builder issues

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

Did you like my answer?

:+1: :-1:


It seems like you’re encountering several issues while trying to customize the TorizonCore image and modify the device tree. Let’s address some of the points you’ve raised:

  1. Certificate Issues with curl: Adding -k to ignore certificate issues is a workaround, but it’s better to resolve the certificate issue itself if possible. Ensure your system’s CA certificates are up to date.

  2. Device Tree Compilation Error: The error “No rule to make target” suggests that the build system isn’t set up correctly. Ensure that you are in the correct directory where the Makefile is located and that all necessary dependencies are installed.

  3. Missing dt-bindings: The error about missing dt-bindings indicates that the include paths are not set correctly. When modifying device trees, ensure that the include paths are correctly set up to point to the kernel source or the device tree source where these headers are located.

  4. Kernel Configuration and Compilation: For kernel configuration, you need to ensure that you have the correct kernel source that matches your TorizonCore version. The release you need should match the kernel version you are using, which is 5.15.148-6.7.0. You might need to check the Toradex resources or contact support to get the correct kernel source and configuration files.

  5. Download Size Limitation: If you’re facing download size limitations, consider using a different network or contacting your network administrator to increase the allowable download size. Alternatively, you might need to download the files in parts if possible.

  6. Modifying Pin Configuration: If your primary goal is to modify pin configurations, ensure that you are editing the correct device tree source files and that you apply the changes using the torizoncore-builder dt apply command correctly. Make sure all dependencies and paths are correctly set up.

If these steps don’t resolve your issues, I recommend reaching out to Toradex support or consulting the Toradex Developer Center for more detailed guidance specific to your setup and version.

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

How to Customize Device Trees | Toradex Developer Center.