* Initial version Odroid N2 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix some issue * optimize * cleanup kernel config * Fix HDMI output * Migrate to upstream u-boot * Use own HA image * Add kernel for odroid xu4 * Add N2 to release pipeline * Use uboot 2020.01 / fix version hardkernel * Fix image
132 lines
2.6 KiB
Plaintext
132 lines
2.6 KiB
Plaintext
|
|
|
|
# Custom modeline!
|
|
# To use custom modeline you need to disable all the below resolutions
|
|
# and setup your own!
|
|
# For more information check our wiki:
|
|
# http://odroid.com/dokuwiki/doku.php?id=en:c2_hdmi_autosetting
|
|
# Example below:
|
|
#m=custombuilt
|
|
#modeline=1920,1200,154000,74040,60,1920,1968,2000,2080,1200,1202,1208,1235,1,0,1
|
|
|
|
# 480 Lines (720x480)
|
|
#m=480i60hz
|
|
#m=480i_rpt
|
|
#m=480p60hz
|
|
#m=480p_rpt
|
|
|
|
# 576 Lines (720x576)
|
|
#m=576i50hz
|
|
#m=576i_rpt
|
|
#m=576p50hz
|
|
#m=576p_rpt
|
|
|
|
# 720 Lines (1280x720)
|
|
#m=720p50hz
|
|
#m=720p60hz
|
|
|
|
# 1080 Lines (1920x1080)
|
|
#m=1080i60hz
|
|
m=1080p60hz
|
|
#m=1080i50hz
|
|
#m=1080p50hz
|
|
#m=1080p24hz
|
|
|
|
# 4K (3840x2160)
|
|
#m=2160p30hz
|
|
#m=2160p25hz
|
|
#m=2160p24hz
|
|
#m=smpte24hz
|
|
#m=2160p50hz
|
|
#m=2160p60hz
|
|
#m=2160p50hz420
|
|
#m=2160p60hz420
|
|
|
|
### VESA modes ###
|
|
#m=640x480p60hz
|
|
#m=800x480p60hz
|
|
#m=480x800p60hz
|
|
#m=800x600p60hz
|
|
#m=1024x600p60hz
|
|
#m=1024x768p60hz
|
|
#m=1280x800p60hz
|
|
#m=1280x1024p60hz
|
|
#m=1360x768p60hz
|
|
#m=1440x900p60hz
|
|
#m=1600x900p60hz
|
|
#m=1680x1050p60hz
|
|
#m=1600x1200p60hz
|
|
#m=1920x1200p60hz
|
|
#m=2560x1080p60hz
|
|
#m=2560x1440p60hz
|
|
#m=2560x1600p60hz
|
|
#m=3440x1440p60hz
|
|
|
|
# HDMI BPP Mode
|
|
m_bpp=32
|
|
#m_bpp=24
|
|
#m_bpp=16
|
|
|
|
# HDMI DVI/VGA modes
|
|
# By default its set to HDMI, if needed change below.
|
|
# Uncomment only a single Line.
|
|
#vout=dvi
|
|
#vout=vga
|
|
|
|
# HDMI HotPlug Detection control
|
|
# Allows you to force HDMI thinking that the cable is connected.
|
|
# true = HDMI will believe that cable is always connected
|
|
# false = will let board/monitor negotiate the connection status
|
|
#hpd=false
|
|
hpd=true
|
|
|
|
# Monitor output
|
|
# Controls if HDMI PHY should output anything to the monitor
|
|
monitor_onoff=false
|
|
|
|
# Server Mode (aka. No Graphics)
|
|
# Setting nographics to 1 will disable all video subsystem
|
|
# This mode is ideal of server type usage. (Saves ~300Mb of RAM)
|
|
nographics=0
|
|
|
|
# Meson Timer
|
|
# 1 - Meson Timer
|
|
# 0 - Arch Timer
|
|
# Using meson_timer improves the video playback however it breaks KVM (virtualization).
|
|
# Using arch timer allows KVM/Virtualization to work however you'll experience poor video
|
|
mesontimer=1
|
|
|
|
# UHS (Ultra High Speed) MicroSD mode enable/disable
|
|
disableuhs=false
|
|
|
|
# MicroSD Card Detection enable/disable
|
|
# Force the MMC controlled to believe that a card is connected.
|
|
mmc_removable=true
|
|
|
|
# USB Multi WebCam tweak
|
|
# Only enable this if you use it.
|
|
usbmulticam=false
|
|
|
|
# CPU Frequency / Cores control
|
|
###########################################
|
|
### WARNING!!! WARNING!!! WARNING!!!
|
|
# Before changing anything here please read the wiki entry:
|
|
# http://odroid.com/dokuwiki/doku.php?id=en:c2_set_cpu_freq
|
|
#
|
|
# MAX CPU's
|
|
#maxcpus=1
|
|
#maxcpus=2
|
|
#maxcpus=3
|
|
maxcpus=4
|
|
|
|
# MAX Frequency
|
|
#max_freq=2016
|
|
#max_freq=1944
|
|
#max_freq=1944
|
|
#max_freq=1920
|
|
#max_freq=1896
|
|
#max_freq=1752
|
|
#max_freq=1680
|
|
#max_freq=1656
|
|
max_freq=1536
|