I can check the 7inch display color stripes when I configured LCD parameters in Uboot
My display datasheet is as follows.
Microsoft Word - DT070CTFT_SPEC_REV1.0-20180102.docx (seacomp.com)
My LCD parameters are configured as below.
in mx6adva_common.h
and mx6adva.c
I has switched a normal u-boot_crc.bin over my uboot file, the normal uboot bin file can start and display normally. I think there must be some incorrect configuration existed becuase I use same zImage file and dtb.
Anyone know this troubleshoot is a great help for me.
Please check your timing in struct display_info_t
Thanks,
Finally, I can display image normally. However, the color palette when configured as RGB24 is very poor, even more limited than the 16-color palette of the development board.
My product board and cpuInfo.
My development board and its cpuInfo .
They are using same LCD displayer, same QT environment version and same application. I doubt there must be some parameters which hasn't been noticed yet that hasn't been configure well. More bootup detail log please check attached file out.
uboot update code
kernel update code