VAR-SOM-MX6 HDMI: Difference between revisions

From Variscite Wiki
(Created page with " Choosing HDMI display is determined by passing relevant bootargs from U-BOOT to Kernel.<br> Add the following arguments in addition to the default ones:<br> 'video=mxcfb0:dev...")
 
No edit summary
Line 1: Line 1:
{{PageHeader|VAR-SOM-MX6 - HDMI}} {{DocImage|category1=VAR-SOM-MX6|category2=Yocto}} __toc__


Choosing HDMI display is determined by passing relevant bootargs from U-BOOT to Kernel.<br>
Choosing HDMI display is determined by passing relevant bootargs from U-BOOT to Kernel.<br>

Revision as of 16:50, 13 December 2015

VAR-SOM-MX6 - HDMI

Choosing HDMI display is determined by passing relevant bootargs from U-BOOT to Kernel.
Add the following arguments in addition to the default ones:
'video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'

For example HDMI 1080P: If your current settings is booting from SD-Card
In U-boot write :

U-Boot # 'editenv mmcargs' and copy past "video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24" at the end.

As another example, booting from NAND boot args will look like:

U-Boot # 'editenv bootargs ' and copy past " video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24" at the end.