Difference between revisions of "iMX6 Rex Android 4.4.2 HDMI Resolution"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:iMX6 Rex Development | + | [[Category:iMX6 Rex Development Kit]] |
[[Category:iMX6 Rex Pro]] | [[Category:iMX6 Rex Pro]] | ||
[[Category:Android]] | [[Category:Android]] | ||
<!-- --> | <!-- --> | ||
− | i.MX6 HDMI driver will automatically detect supported resolutions based on information stored in EDID. By configuring the kernel as described below the detected values will be ignored and custom settings applied. This can be used in case custom DVI monitors or custom LCD panels are used.<br /> | + | i.MX6 HDMI driver will automatically detect supported resolutions based on information stored in EDID. By configuring the kernel as described below the detected values will be ignored and custom settings applied. This can be used in case custom DVI monitors or custom LCD panels are used.<br /><br /> |
− | This document describes how to force these HDMI(DVI) resolutions: | + | This document describes how to force these HDMI (DVI) resolutions: |
− | * VGA -> video=mxcfb0:dev=hdmi,640x480M@60,if=RGB24,bpp=32 | + | * '''VGA''' -> video=mxcfb0:dev=hdmi,'''640x480M@60''',if=RGB24,bpp=32 |
− | * WVGA-> video=mxcfb0:dev=hdmi,800x480M@60,if=RGB24,bpp=32 | + | * '''WVGA'''-> video=mxcfb0:dev=hdmi,'''800x480M@60''',if=RGB24,bpp=32 |
− | * SVGA-> video=mxcfb0:dev=hdmi,800x600M@60,if=RGB24,bpp=32 | + | * '''SVGA'''-> video=mxcfb0:dev=hdmi,'''800x600M@60''',if=RGB24,bpp=32 |
− | * XGA-> video=mxcfb0:dev=hdmi,1024x768M@60,if=RGB24,bpp=32 | + | * '''XGA'''-> video=mxcfb0:dev=hdmi,'''1024x768M@60''',if=RGB24,bpp=32 |
− | * SXGA -> video=mxcfb0:dev=hdmi,1280x1024M@60,if=RGB24,bpp=32 | + | * '''SXGA''' -> video=mxcfb0:dev=hdmi,'''1280x1024M@60''',if=RGB24,bpp=32 |
== Kernel configuration == | == Kernel configuration == | ||
− | [[image: | + | [[image:iMX6_Rex_Development_Kit-Android442_HDMI_mod.png|730px]] |
== Download == | == Download == | ||
Downloading custom boot.img | Downloading custom boot.img | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
− | wget http://downloads.voipac.com/ | + | wget http://downloads.voipac.com/files/iMX6_Rex_Development_Kit/module/software/android/Android_kk442/binaries/boot-force-hdmi-resolution.img |
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 12:27, 24 April 2022
i.MX6 HDMI driver will automatically detect supported resolutions based on information stored in EDID. By configuring the kernel as described below the detected values will be ignored and custom settings applied. This can be used in case custom DVI monitors or custom LCD panels are used.
This document describes how to force these HDMI (DVI) resolutions:
- VGA -> video=mxcfb0:dev=hdmi,640x480M@60,if=RGB24,bpp=32
- WVGA-> video=mxcfb0:dev=hdmi,800x480M@60,if=RGB24,bpp=32
- SVGA-> video=mxcfb0:dev=hdmi,800x600M@60,if=RGB24,bpp=32
- XGA-> video=mxcfb0:dev=hdmi,1024x768M@60,if=RGB24,bpp=32
- SXGA -> video=mxcfb0:dev=hdmi,1280x1024M@60,if=RGB24,bpp=32
Kernel configuration
Download
Downloading custom boot.img
wget http://downloads.voipac.com/files/iMX6_Rex_Development_Kit/module/software/android/Android_kk442/binaries/boot-force-hdmi-resolution.img