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
ODROID-N2
In case of ODROID-N2, display auto detection mode can adjust hdmi resolution and vout mode by
default.
So you don't need to edit boot.ini.
# Display Auto Detection
#
"false"
or
"true"
setenv display_autodetect
"true"
If it doesn't work with display auto detection mode, please try manual mode.
# Resolution Configuration
setenv hdmimode
"1024x600p60hz"
# setenv hdmimode
"1080p60hz"
### voutmode : hdmi or dvi
setenv voutmode
"hdmi"
# setenv voutmode
"dvi"
# Display Auto Detection
#
"false"
or
"true"
setenv display_autodetect
"false"
ODROID-C2
In case of ODROID-C2, display auto detection mode can adjust hdmi resolution and vout mode by
default.
So you don't need to edit boot.ini.
# Auto Detection of Monitor settings based on your Screen information
# See: http://odroid.com/dokuwiki/doku.php?id
=
en:c2_auto_detect_display
setenv display_autodetect
"true"
If you use the lower version than Android 5.1.1 (v3.3) / 6.0.1 (v2.2), the following setting is required.
# Resolution Configuration
setenv hdmimode
"1024x600p60hz"
# setenv hdmimode
"1080p60hz"
# HDMI/DVI Mode Configuration
# This will enforce the singal type of display
#
"hdmi"
- For HDMI interface
#
"dvi"
- For DVI interface
setenv vout_mode
"hdmi"
# Display Auto Detection