This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[am335x] In u-boot, lcd proting problem (LIDD)

I worked porting tft lcd from u-boot.

 

-------------------------------------------------------------------------------------------------

LCD Status : Intel 8080 Mode, 16bit(5-6-5) data, 360x600 resolution.

LCD Module Controler : Himax 8376-A

-------------------------------------------------------------------------------------------------

4150.lidd_mode_uboot.zip

I have finished lcdc(lidd intel 8080 mode) & lcd module initialization all over, then trash images is appeared on the lcd screen.

But, when I wrote pixel data to frame buffer, nothing appears on the lcd screen.

How cna i fix this problem.

For ref. I attach my u-boot source ....

  • Where did you get the U-boot sources that you based your work off of. U-boot version and SDK version that you based this modifications off of would be helpful especially so we can track deltas to see what changes you have made.

    Also I am not sure why your trying to use U-boot to display a picture. Configuration of any kind of display is best kept to the kernel since U-boot isn't meant to be used to display a picture. Can you explain your purpose in doing so? It even looks like the patch your basing your work off of (0041-beaglebone-add-ssd1289-support.patch) is a kernel patch.