Wonder if anyone would have a link to a tutorial on how to modify U-Boot for the Le Potato (or be willing to do so ), specifically to add additional or force screen resolutions?
Problem is, for this board, U-Boot does not recognize the native 1366 by 768 resolution of the monitor so the U-Boot console and EFI boot loader cannot be used. The monitor does work fine once the OS is loaded.
When the board boots, at some point U-Boot determines there is an HDMI display attached. Correct?
It must also at that point determine the nature of that monitor and pick one of the standard HDMI resolutions and as well a standard clock frequency. Also correct?
If it didnāt and there was attached a monitor capable of say a standard maximum resolution of 1280 x 720 @ 60 Hz, nothing usable would be on the screen until the hand-over to the kernel. Also correct?
When U-Boot detects a monitor with a non-standard maximum resolution, what resolution and clock frequency does it output to that monitor?
If U-Boot can fall back to drive a 1280 x 720 monitor, why would it also not fall back to push out a standard resolution less than the non-standard maximum resolution reported by the the display?
Or does U-Boot on the Le Potato only boot with the HDMI port outputting 1920 x 1080 @ ?? Hz?