VAR-SOM-MX6 HDMI: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{PageHeader|VAR-SOM-MX6 - HDMI}} {{DocImage|category1=VAR-SOM-MX6|category2=Yocto}} __toc__ | {{PageHeader|VAR-SOM-MX6 - HDMI}} {{DocImage|category1=VAR-SOM-MX6|category2=Yocto}} __toc__ | ||
Latest revision as of 08:04, 16 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.