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.

[参考译文] AM3358:SPI LCD 标志可在 uboot 与内核之间实现平稳过渡

Guru**** 2455560 points
Other Parts Discussed in Thread: AM3358

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1482807/am3358-spi-lcd-logo-smooth-transition-between-uboot-and-kernel

器件型号:AM3358

工具与软件:

您好!

我有一个类似的问题:

AM625:AM62x LCD 标识在 uboot 与内核之间平稳过渡

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1278551/am625-am62x-lcd-logo-smooth-transition-between-uboot-and-kernel

我们使用 AM3358作为处理器、并有一个基于 SPI 接口的 st7789驱动程序的 LCD。
在 uboot 下、我通过 SPI 发送 LCD init 配置、我们的标识显示在 LCD 上。

在内核阶段、我正确地将我的配置输入 devicetree、然后从 defconfig 中激活标识、我会创建一个标识图像并放置在/drivers/video/logo/logo_custom_clut224.ppm.下 我可以在内核上将一个徽标打印到 LCD 上。

在操作系统中、我可以通过帧缓冲区打印所有图像。

当把 uboot 传递给内核时,液晶屏显示一个空白的黑页,然后我们的徽标即将到来。  (与第二个0:03处链路上的第二个视频相同)

我如何防止这种情况发生?

请帮帮您。