I am using the Verdin iMX8M Plus Quad 4GB WB IT (V1.1B) module on the Mallow V1.1C carrier board. My setup includes a 10.1-inch HDMI display, which works fine with the preinstalled Tezi software.
I tried installing Torizon OS 7.1.0 and Torizon Core using the Tezi tool. After completing the installation and restarting the module as recommended, the Torizon logo with a loading bar appears briefly. However, after a few seconds, the screen goes blank, and nothing is displayed.
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello Anurag,
Thank you for reaching out. It sounds like the issue with your HDMI display after installing Torizon OS might be related to configuration settings. Here are some steps you can take to troubleshoot and resolve this:
Device Tree Overlays: Ensure the correct device tree overlays are applied for your HDMI display. Torizon OS may require specific overlays for different display interfaces. You can apply these using the Toradex Easy Installer or by manually modifying the device tree settings.
Display Resolution and Timings: Verify that the display resolution and timings are set correctly. Check your display’s datasheet to ensure the horizontal and vertical periods are configured properly in the device tree.
Weston Compositor: Torizon uses the Weston compositor for display management. Make sure the Weston container is running correctly. You can start it with the following command:
docker run -d --rm --name=weston --net=host --cap-add=CAP_SYS_TTY_CONFIG torizon/weston
This should bring up the GUI on your display if everything is configured correctly.
Debugging: Use the modetest utility from the libdrm-tests package to test and debug the display output. This can help identify if the issue is with the display settings or the hardware connection.
Check Connections: Ensure all physical connections between the module, carrier board, and HDMI display are secure and properly seated.
By following these steps, you should be able to identify and resolve the issue with your HDMI display. If the problem persists, reviewing the display’s documentation for specific configuration requirements might be helpful.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem:
Welcome to Toradex Community! Feel free to browse around!
Are you using
Since you are on Mallow, you are using the X14 HDMI connector, which is the native HDMI. Currently, on Torizon OS 7, a bug on Weston container was found and it is being worked on.
A current workaround is to set WESTON_DISABLE_ATOMIC=1. For instance:
Thank you for the feedback. I am glad that the workaround worked for you
By default Torizon OS has already a systemd service to start your containers automatically at boot: docker-compose.service.
It launches the containers at /var/sota/storage/docker-compose/docker-compose.yml. During development, you can simply modify this file to have your containers launched automatically.