Blinking Phenomenon on kernel booting with u-boot splash screen

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

Blinking Phenomenon on kernel booting with u-boot splash screen

1,428 Views
erickang
Contributor II

Dear All,

I'm using i.MX6Solo, and applied splash screen in u-boot.

u-boot splash screen and kernel booting is operating well.

But the blinking phenomenon was occurred in kernel afte applyingthe u-boot splash screen.

I want to remove the blinking phenomenon in kernel.

Could you tell me how to remove this phenomenon?

Best Regards,

Eric.

Labels (3)
0 Kudos
2 Replies

840 Views
erickang
Contributor II

I think this phenomenon was occurred because kernel initialized LVDS again after initializing LVDS in u-boot.

0 Kudos

840 Views
igorpadykov
NXP Employee
NXP Employee

Hi Eric

problem is that Linux kernel may use different than Uboot clock scheme

for various modules: for example turn on DVFS, cpu frequency scaling,

for that moving IPU/LDB clocks to other sources (PLLs/PFDs) than Uboot.

Also Linux may use different memory organization, turn on L2 cache,

assign other frame buffers for IPU, for that it can turn off it for assigning new tasks.

So shortly, impelementing such task may require significant efforts for modification

both Uboot and Linux.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos