imx8mq uboot nxp的logo显示的位置不对

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

imx8mq uboot nxp的logo显示的位置不对

1,069 次查看
1541189572
Contributor III

代码里面 logo的位置是

splashpos = m,m\0

m是表示中间,而我的这个显示在左上角。

标签 (1)
0 项奖励
2 回复数

907 次查看
sgoonetilleke
Contributor II

In the uboot source code in imx8mq_evk.h, I see the flag CONFIG_SPLASH_SCREEN_ALIGN, but it is under CONFIG_VIDEO. I am using the imx8mm_evk. And CONFIG_VIDEO is not defined in the build chain for android 9.0.0_1.0.0   How do you set that flag? There is probably a dependency chain that needs to be addressed so I didnt want to just set the flag in the file imx8mm_evk.h

0 项奖励

907 次查看
shivanipatel
Senior Contributor II

Hi, 书意 程

To adjust the splash screen logo first you need to set the CONFIG_SPLASH_SCREEN_ALIGN in U-Boot source.

I have tried this on i.MX8MQ EVK with Android 9.0.0_1.0.0 version and I am able to adjust the position of the logo.

Let us know if you still facing the issue.

Regards,

Shivani

0 项奖励