Splash Screen image in IMX6 UBoot

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

Splash Screen image in IMX6 UBoot

跳至解决方案
5,750 次查看
anilkumar
Contributor III

Hi All,

I am trying to add Splash Screen image in IMX6 UBoot.

I have taken help from link

https://community.freescale.com/message/320514#320514

I am getting Splash Screen with 600x400 .bmp default file but I need to add splash Screen with 1280x800 resolution .

With 1280x800 .bmp, my uboot is hanged.  I am using bin2txt.py to create .c file for this.

Any idea regarding this?  

标签 (4)
0 项奖励
1 解答
1,329 次查看
4guin4g4
Contributor IV

Try changing the resolution on the structure fb_videomode on the source code.

../ltib/rpm/BUILD/linux/arch/arm/mach-mx6/<the_name_of_your_board>.c


在原帖中查看解决方案

0 项奖励
1 回复
1,330 次查看
4guin4g4
Contributor IV

Try changing the resolution on the structure fb_videomode on the source code.

../ltib/rpm/BUILD/linux/arch/arm/mach-mx6/<the_name_of_your_board>.c


0 项奖励