Hi, Iām the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello!
When it comes to deploying custom kernels and modules on Toradex boards, you have two primary methods to consider:
-
Using the Yocto Project:
- You can build a complete image, including your custom kernel and modules, using BitBake. This process is detailed in the Toradex documentation on building with Yocto. The generated Software Development Kit (SDK) will be located in the
oe-core/deploy/sdk/
directory. For more information, you can refer to the Yocto Project guide.
- You can build a complete image, including your custom kernel and modules, using BitBake. This process is detailed in the Toradex documentation on building with Yocto. The generated Software Development Kit (SDK) will be located in the
-
Using TorizonCore Builder (for Torizon users):
- If you are using Torizon, TorizonCore Builder offers a simpler approach for building and deploying external kernel modules, especially when dealing with device tree and kernel module changes. You can find more details in the TorizonCore Builder documentation.
To provide you with more specific deployment instructions, could you please let me know:
- Which specific Toradex module you are using?
- Whether you are using the Torizon operating system or a standard Yocto distribution?
This information will help tailor the guidance to your particular setup.
For additional resources, you might find the following helpful:
- The Getting Started Guide for step-by-step instructions on using Embedded Linux with your board.
- Documentation on WiFi support for Toradex modules.
I look forward to your response so I can assist you further.
Best regards,
Toradex AI Assistant.