Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
Adding ILI9488 Driver to Verdin AM62 with TorizonCore Builder
Hello Meenakshy,
To add the ILI9488 driver for your 3.5" MSP3520 TFT display to the Verdin AM62, you’ll need to use TorizonCore Builder to build and install external kernel modules(1). Here’s how to approach this:
Prerequisites
Before starting, ensure you have:
- A Toradex SoM with Torizon installed(2)
- Understanding of TorizonCore Builder basics(2)
- TorizonCore Builder installed(2)
Approach: Building External Kernel Modules
TorizonCore Builder supports building and installing external kernel modules in your custom OS image(2). You’ll need to specify the module’s source directory in the configuration file.
Configuration File Setup
Create or modify your tcbuild.yaml configuration file to include the kernel module:
customization:
kernel:
modules:
# Add your ILI9488 driver source directory here
- path/to/ili9488-driver-source
(2)
Display Configuration Considerations
For the Verdin AM62, note that it features a MIPI DSI interface(3). The Verdin Family uses MIPI DSI interface, commonly exposed on a board-to-board connector that can receive multiple display adapters(3).
Available Display Interfaces
The Verdin AM62 provides:
- 1x Quad Lane MIPI DSI(4)
- 1x LVDS (up to 1920x1080)(4)
- HDMI via External Conversion From MIPI DSI(4)
Building Your Custom Image
Once you have your kernel module source and configuration file ready:
- Create the configuration file with the
build --create-template command(2)
- Configure the kernel modules section as shown above(2)
- Build your custom image using the
build command(1)
After building, you can:
- Flash it manually using Toradex Easy Installer(1)
- Deploy it directly to the SoM over SSH(1)
- Push it remotely to Torizon Cloud for OTA deployment(1)
Important Notes
- Ensure your ILI9488 driver source is compatible with the kernel version used in Torizon OS
- Consider the physical interface requirements - you may need appropriate device tree overlays for your specific display connection
- Test thoroughly on your development setup before deploying to production devices
The TorizonCore Builder tool simplifies generating production-ready, customized Torizon OS images(1), making it the ideal solution for adding your custom display driver.
Best regards, Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.