Hello! Thank you for reply!
I use yocto BSP from fsl-arm-yocto-bsp.git, linux kernel 4.9.11.
I will try Demo Images and report the result.
May this issuses be caused by incorrect fb or display configuration? My display is SVGA050 800x600 and I add its configurations to device tree and mxc_lcdif driver:
mxc_lcdif.c:
{
/* 800x600 @ 60 Hz , pixel clk @ 24MHz */
"SVGA050", 60, 800, 600, 41666, 1, 7, 10, 10, 60, 2,
0,
FB_VMODE_NONINTERLACED,
0,}
device-tree:
&mxcfb1 {
disp_dev = "lcd";
interface_pix_fmt = "RGB24";
default_bpp = <32>;
mode_str ="SVGA050";
late_init = <0>;
status = "okay";
};
lcd@0 {
compatible = "fsl,lcd";
ipu_id = <0>;
disp_id = <0>;
default_ifmt = "RGB24";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ipu1>;
status = "okay";
};