[i.MX6ULL] TFT display from u-boot to Kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think this may useful for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
right.