R-Car/Boards/Yocto-Gen3-CommonFAQ/How to change the output resolution of R-Car Gen3 Starter Kit.

From eLinux.org
Jump to: navigation, search

How to change the output resolution of R-Car Gen3 Starter Kit.

Yocto BSP

Case 1: GUI(Weston)

ex: 1024x768 case:
Add following lines to rootfs/etc/xdg/weston/weston.ini:
[output]
name=HDMI-A-1
mode=1024x768

Case 2: CLI(Kernel)

ex: 1024x768 case:
Add followings line to bootargs in U-boot:
  => edit bootargs
  video=HDMI-A-1:1024x768-32@60

Output Connector List:

  • HDMI-A-1 : CN4 on Starter Kit

See also: