I have built XEN image in core-image-Weston for the IMX8QXP board. While booting into into XEN it throwing following DRM error:
***************************************************
imx-drm display-subsystem: failed to bind ldb@562210e0 (ops imx_ldb_ops): -517
***************************************************
I have resolved that error by including that respective node and its PWM dependencies as passthrough node as below mentioned:
&ldb2 {
xen,passthrough;
}
After that it booted successfully without any error but the backlight of the display didn't turned UP. What more need to be done to bring up the display in xen for imx8qxp.
Thankyou,
yeswanth