Hi NXP Staff,
My goal was to modify the device tree that the kernel starts to activate the LVDS panel.
Now, I tried several ways and I fail to understand what is going on in u-boot-imx. Using devtool shows that only imx93-11x11-evk.dts is available, however I cannot find where the other dtbs are built.
Trying to set a different dts will obviously fail, since u-boot cannot find it. Unfortunately I am failing at figuring out where the other dtbs are built (in my deploy dir there are plenty of other dtbs).
Initially, I thought it would just require to modify any of the following variables:
UBOOT_DTB_NAME = "imx93-11x11-evk-boe-wxga-lvds-panel.dtb"
KERNEL_DEVICETREE_BASENAME = "imx93-11x11-evk-boe-wxga-lvds-panel"
This does not work, either by bbappend or local.conf. The result is always imx93-11x11-evk. Where or how is the right way/place to modify the device tree that is passed to the kernel?
Thanks