Last update:
2020/04/01 10:17
accessory:display:vu_series:vu7a_plus:vu7a_plus http://wiki.odroid.com/accessory/display/vu_series/vu7a_plus/vu7a_plus
http://wiki.odroid.com/
Printed on 2020/05/29 19:13
Manual Setting
If you use the lower version than 4.14.32-126, boot.ini modification is required as following.
Please uncomment videoconfig line for 1024×600 and make sure vout option as hdmi.
# --- Screen Configuration for HDMI --- #
# -----------------------------------------------
# 1024x600 without monitor data using generic information (ODROID VU7+)
setenv videoconfig "drm_kms_helper.edid_firmware=edid/1024x600.bin"
# --- HDMI / DVI Mode Selection ---
# ------------------------------------------
# - HDMI Mode
setenv vout "hdmi"
# - DVI Mode (disables sound over HDMI as per DVI compat)
# setenv vout "dvi"
ODROID-N2/C4
In case of ODROID-N2, display auto detection logic can detect the hdmi resolution and vout option by
default.
So you don't need to edit boot.ini but just keep display_autodetect as true.
# Auto Detection of Monitor settings based on your Screen information
setenv display_autodetect
"true"
If it doesn't work with display auto detection mode, please try manual mode.
# Auto Detection of Monitor settings based on your Screen information
setenv display_autodetect
"false"
# HDMI Mode
# Resolution Configuration
# setenv hdmimode
"1080p60hz"
setenv hdmimode “1024x600p60hz”
### voutmode : hdmi or dvi
setenv voutmode
"hdmi"
# setenv voutmode
"dvi"
ODROID-C2
In case of ODROID-C2, display auto detection logic can detect the hdmi resolution and vout option by
default.
So you don't need to edit boot.ini but just keep display_autodetect as true.