dominicamann
Hi, sorry to bother you.
I have the same issue as you did.
This is my boot environment settings.
setenv mmcargs "setenv bootargs console=${console},${baudrate} ${smp} consoleblank=0 root=${mmcroot} video=mxcfb0:dev=ldb video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24"
And i can't get my HDMI work.
Unless i change the mxcfb1 to mxcfb0 then my HDMI worked but LVDS can't work.
i notice in syslog output:
mxc_sdc_fb fb@1: ipu0-di0 already in use
mxc_sdc_fb: probe of fb@1 failed with error -16
Besides, i did change the disp_ipu to hdmi_core in the device tree.
&hdmi_core {
ipu_id = <0>;/*winmate victor test*/
disp_id = <1>;/*winmate victor test*/
status = "okay";
};
But i still got the same output.
Could you help me on this?