The current u-boot from the BSP seems not to turn on HDMI so users are not able to select a kernel version or see any boot messages. HDMI is available only at a later time at login.
I tried to add the following but it did not help:
&hdmi {
status = "okay";
};
&hdmi_in_vp0 {
status = "okay";
};
&hdmi_in_vp1 {
status = "disabled";
};
Does anyone have this issue?