2020/05/29 19:13
9/12
ODROID-VU-7-A Plus
ODROID Wiki - http://wiki.odroid.com/
# 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 3.14.79-108 (Feb 27, 2017), please set boot.ini as following.
# Resolutions
# setenv m
"1080p"
# 1080P@60Hz
setenv m “1024x600p60hz”
# HDMI DVI/VGA modes
# By default its set to HDMI, if needed change below.
# Uncomment only a single Line.
setenv vout
"hdmi"
ODROID-C1/C1+/C0
To use VU7A+ with ODROID-C1/C1+/C0, you need to configure boot.ini file as following.
# Comment default mode 1080p and uncomment 1024x600p60hz
# setenv m “1080p” # 1080P@60Hz
setenv m “1024x600p60hz” # 1024x600
# HDMI DVI/VGA modes
# By default its set to HDMI, if needed change below.
# Uncomment only a single Line.
setenv vout_mode
"hdmi"
Software Setting - Android
To use VU7A+ on Android, you have to change resolution of Android to 1024x600p60hz.
Basically, you can change the resolution through ODROID Utility apps.
In ODROID Utility, you can find ODORID-VU7 Plus Options from resolution list.
And we also provide manual changing methods.
ODROID-XU4
setenv fb_x_res
"1024"
setenv fb_y_res
"600"
setenv hdmi_phy_res
"1024x600p60hz"