How can IMX8MQ specify a resolution through a firmware file?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can IMX8MQ specify a resolution through a firmware file?

118 Views
ximenbingmeng
Contributor III

How can IMX8MQ specify a resolution through a firmware file?
We are using the IMX8MQ chip with kernel version 5.10.72. Here is a reference link.

https://blog.csdn.net/u010936265/article/details/134227945

We also want to try reading the. bin file to force HDMI output, but we did not see the/Documentation/EDID/directory for kernel5.10.72. Is there any other modification method? Thank you.

0 Kudos
Reply
1 Reply

63 Views
pengyong_zhang
NXP Employee
NXP Employee

Hi, @ximenbingmeng 

You can manually build this firmware.
Reference code is attached, you can directly use "make" command to create firmware such as 1280x1024.bin
Then you need to enable the CONFIG "CONFIG_DRM_LOAD_EDID_FIRMWARE" in make menuconfig. Other steps just follow what that blog says would be ok.

0 Kudos
Reply