How can I increase the HDMI display resolution on the IMX7ULP-EVK with embedded-linux and framebuffer-backend?
I found inside the kernel the mxc_edid.c file. I tried some other video-mode inside the kernel device tree, but with all other settings my Monitor doesn't accept the HDMI as an valid input. Only 640x480 is working.
I've also tried to set 1024x768 with the following timings (which should be VESA standard), but it doens't work:
NULL, 60, 1024, 768, 15384, 160, 24, 29, 3, 136, 6, 0, FB_VMODE_NONINTERLACED | FB_VMODE_ASPECT_4_3, 0,
Then I tried with a resolution of 800x600:
NULL, 60, 800, 600, 20000, 64, 56, 23, 47, 120, 6, FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED | FB_VMODE_ASPECT_4_3, 0,
On this setting the Monitor responds to HDMI input, but the screen leaves black. From the info screen I can see that the driven frequency is 71HZ instead of 60HZ.
Does anyone has a tip what I am doing wrong?
Best regards,
Nico