Hello,
how do I set video output to HDMI with the standard linux kernel / rootfs?
I tried to add following to the bootargs:
but the efus is always booting with a standard set 800x480 LCD display. So how can I change display settings?
Here's my Kernel Command Line:
Code
- Kernel command line: console=ttymxc3,115200 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 fec_mac=00:05:51:08:ED:CE mtdparts=gpmi-nand:512k(NBoot)ro,2m(UBoot)ro,256k(UBootEnv),256k(UserDef),6m(Kernel)ro,-(TargetFS) gpmi_debug_init enable_wait_mode=off ubi.mtd=TargetFS root=ubi0:rootfs rootfstype=ubifs rootwait rw
Here's my fbset --info:
Code
- mode "800x480-49"
- # D: 27.000 MHz, H: 25.568 kHz, V: 48.701 Hz
- geometry 800 480 800 480 16
- timings 37037 152 40 33 10 64 2
- rgba 5/11,6/5,5/0,0/0
- endmode
- Frame buffer device information:
- Name : DISP3 BG
- Address : 0x18000000
- Size : 768000
- Type : PACKED PIXELS
- Visual : TRUECOLOR
- XPanStep : 1
- YPanStep : 1
- YWrapStep : 1
- LineLength : 1600
- Accelerator : No
I tried to find out some more. Here is what the kernel log is displaying:
I guess HDMI is enabled in kernel. These related files are compiled:
drivers/video/mxc_hdmi.c
drivers/video/mxc\ldb.c
drivers/video/mxc\mxc_dispdrv.c
drivers/video/mxc\mxc_dvi.c
drivers/video/mxc\mxc_edid.c
drivers/video/mxc\mxc_ipuv3_fb.c
drivers/video/mxc\mxc_lcdif.c
Any suggestions what's wrong? Help is needed please.
Thanks for answers.