Hello.
My setup is the following:
Carrier board: Toradex Ixora rev. 1.1A;
Module: Apalis iMX8 QuadMax 4GB IT ver. V1.1C;
Installed software: Toradex_Apalis-iMX8_B0_Kynetics-Android-Image_11-eval-SNAPSHOT-20210323 with modified Device Tree;
Display connected to the Carrier board: 3rd-party Full HD display connected using LVDS interface.
I want to modify the Device Tree of the official Toradex Android 11 image in order to work with a 3-rd party display connected to the LVDS interface of the Carrier Board.
After unpacking the “dtbo-imx8qm.img” file from the Android 11 archive, I obtained the “dt.0.src” and “dt.1.src” files:
dt.0.src (163.8 KB)
dt.1.src (163.9 KB)
After reading the datasheet of the 3-rd party display, I made changes in the Device Tree data structures related to LVDS.
The modified files are: “dt.0.src_modified” and “dt.1.src_modified”:
dt.0.src_modified (164.3 KB)
dt.1.src_modified (164.4 KB)
The modifications are related to the following Device Tree data structures:
compatible, ldb@572410e0, lvds1_panel
You can use the Meld tool to spot the differences between the original files and the modified ones.
After I compile this 2 new modified Device Tree source files using “dtc” and pack the DTB files in a new “dtbo-imx8qm.img” file, the new Android 11 setup doesn’t boot and hangs at logo screen.
What can be done to correctly modify the Device Tree so that the new Android 11 setup can boot successfully using the 3-rd party LVDS display?
Thank you.