[i.MX6ULL] TFT display from u-boot to Kernel

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

[i.MX6ULL] TFT display from u-boot to Kernel

980 Views
peagabr
Contributor I

Hi!

I have a 2.4" TFT display and I'm trying to use both SPI and RGB interfaces on my custom board (based on "14x14 EVK"). Because TFT's controller, SPI is used to setup RGB interface and I managed to work on u-boot, showing its logo. But right after Kernel starting routine, the display flicks and stays black, not showing Kernel logo (backlight is on). There's no LCD reset pin, so I think Kernel is restarting lcdif clocks to configure the framebuffer.

Is there a way to keep the setup and clocks from u-boot?

Thanks!

Labels (3)
0 Kudos
5 Replies

961 Views
jimmychan
NXP TechSupport
NXP TechSupport
0 Kudos

957 Views
peagabr
Contributor I

Hi jimmychan, thanks!

I already check the patch but it only applies to IPU interface. I'm using LCDIF. Also, I'd like to change the logo in Kernel, so one logo for u-boot and one for Kernel!

Thanks again!

0 Kudos

932 Views
jimmychan
NXP TechSupport
NXP TechSupport

So, you don't need the patch for keeping the logo on the display. You just change the logo in u-boot and kernel correspondingly.

0 Kudos

926 Views
peagabr
Contributor I

Hi jimmychan!

So, that's the point! Logo is fine on u-boot side and the image on Kernel is the default one (Tux), that doesn't show. Looks like I need to call all the SPI initialization again to configure the display, before calling the framebuffer. Is that right?

0 Kudos

913 Views
jimmychan
NXP TechSupport
NXP TechSupport

right.

0 Kudos