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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,032 次查看
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!

标签 (3)
0 项奖励
5 回复数

1,013 次查看
jimmychan
NXP TechSupport
NXP TechSupport
0 项奖励

1,009 次查看
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 项奖励

984 次查看
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 项奖励

978 次查看
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 项奖励

965 次查看
jimmychan
NXP TechSupport
NXP TechSupport

right.

0 项奖励