How to keep enabled splash screen on LCD while booting from u-boot to kernel

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

How to keep enabled splash screen on LCD while booting from u-boot to kernel

5,304 次查看
Deepu
Contributor III

Hi Freescale Team ,

While booting when the control goes to kernel from u-boot ,the  splash screen intialised by u-boot will get turned off and will come again only after kernel is booted. When I cross checked the u-boot I saw ipuv3_fb_shutdown function to be called from arch_preboot_os which is called from do_bootm function.

In u-boot mailing lists ,it is shown that they added this fix to disable video as the kernel was hanging with video enabled.

 

http://patchwork.ozlabs.org/patch/185914/

So can u suggest any method to keep LCD enabled through out the booting process that is from u-boot to kernel?

Message was edited by: Deepu James

1 回复

2,669 次查看
VladanJovanovic
NXP Employee
NXP Employee

In Android QuickStart guide it mentiones you should pass "fb0base=0x27b00000" to kernel at bootime when using LVDS screen. This may need adjusting depending on your u-boot setup (how/where memory is allocated for framebuffer).