Splash Screen image in IMX6 UBoot

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

Splash Screen image in IMX6 UBoot

Jump to solution
5,717 Views
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?  

Labels (4)
0 Kudos
1 Solution
1,296 Views
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


View solution in original post

0 Kudos
1 Reply
1,297 Views
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 Kudos