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

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

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

1,028 Views
1541189572
Contributor III

代码里面 logo的位置是

splashpos = m,m\0

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

Labels (1)
0 Kudos
2 Replies

866 Views
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 Kudos

866 Views
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 Kudos