Issues with U-Boot 2014.01 Splashscreen/Linux Framebuffer

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

Issues with U-Boot 2014.01 Splashscreen/Linux Framebuffer

Jump to solution
1,024 Views
mahi
Contributor IV

Hi,

i have some problems with enabling framebuffer support at the kernel command line with U-Boot 2014.01 (with the nice splash screen) on an i.MX6Q Sabre SD board with yocto Linux.

When changing

mmcargs=setenv bootargs console=\${console},\${baudrate} root=\${mmcroot}

to

mmcargs=setenv bootargs console=\${console},\${baudrate} root=\${mmcroot} video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32

the Linux kernel stops at "Starting kernel..." if a monitor is connected to HDMI.

If the HDMI is unconnected, the kernel starts without problems.

By now I use a patch to remove the framebuffer related defines from [u-boot-dir]/include/configs/mx6sabresd.h, but cannot be the final solution.

Does anyone else have similar issues?

Bye,

Martin

Labels (1)
Tags (2)
0 Kudos
1 Solution
549 Views
mahi
Contributor IV

I'll give it a try.

But the linked thread describes a different problem (freeze with HDMI disconnected - in my case the kernel freezes with HDMI connected).

EDIT: Did not work...

EDIT2: It is a known bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6703

View solution in original post

0 Kudos
3 Replies
549 Views
fabio_estevam
NXP Employee
NXP Employee

Hi Marcel,

This is a kernel issue.

Could you please try the proposed fix in this thread?

i.mx6Q custom board, keep interrupt and hang.

Please let us know if this solves the issue.

0 Kudos
550 Views
mahi
Contributor IV

I'll give it a try.

But the linked thread describes a different problem (freeze with HDMI disconnected - in my case the kernel freezes with HDMI connected).

EDIT: Did not work...

EDIT2: It is a known bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6703

0 Kudos
549 Views
SergioSolis
NXP Employee
NXP Employee

Hello Martin,

Thank you for posting  the link to the bug post!

0 Kudos