Keep boot logo from bootloader when kernel is loaded in LVDS display

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Keep boot logo from bootloader when kernel is loaded in LVDS display

1,153 Views
bhamynarasimhas
Contributor I

I am using IMX6Q with barebox v2016.11.0  and linux kernel v4.1.36. I using LVDS display with custom logo both in the bootloader and kernel. When switching from bootloader to kernel the image gets distorted and sets back when the imx-drm drivers are loaded. I would like to know how to solve this issue. Kindly guide me to solve this issue.

Tags (1)
0 Kudos
1 Reply

580 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Bhamy,

The issues is barebox, can´t not parse device tree, Let the imx-ldb.c code in the kernel to probe and *add* a way to parse the device-tree for adding mode timing property using the display-timing stuff. (this means kernel patch)

or Look for a common timings from an existing displays in simple-panel.c and pass them to the compatibile property of the panel in the device-tree via bootloader. however unfortunately barebox is not supported.

0 Kudos