代码里面 logo的位置是
splashpos = m,m\0
m是表示中间,而我的这个显示在左上角。
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
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