It's not OK to say it is a shame...these guys working at there freetime for us and it is completely for free!
Try to help to fix this problem like me...
I have also no knowledge about development or something like this but i try to fix it...
@nadenislamarre
I tryed now also some stuff in the boot.ini but without success (see file below).
I also tryed to connect over HDMI-DVI and HDMI-Displayport but also without success!
ODROIDN2-UBOOT-CONFIG
#------------------------------------------------------------------------------------------------------
#
HDMI CEC Control
Setup custom options by enable these flags:
#
Function bit
CEC_FUNC_MASK 0
ONE_TOUCH_PLAY_MASK 1
ONE_TOUCH_STANDBY_MASK 2
AUTO_POWER_ON_MASK 3
STREAMPATH_POWER_ON_MASK 4
CEC_INPUT_MASK 5
ACTIVE_SOURCE_MASK 6
#
cec_func_config='7f'
#
#------------------------------------------------------------------------------------------------------
#------------------------------------------------------------------------------------------------------
#
HDMI custom mode
You can use this setting to set a custom video mode
modeline "horpixels,verpixels,pixel_clock,hor_freq,ver_freq,hdisp,hsyncstart,hsyncend,htotal,vdisp,
vsyncstart,vsyncend,vtotal,hsync_polarity,vsync_polarity,progress_mode"
#
Example for 1920x1080p@60hz
modeline='1920,1080,148500,67500,60,1920,2008,2052,2200,1080,1084,1088,1125,1,1,1'
#
#------------------------------------------------------------------------------------------------------
setenv displayopt "hdmimode=1080p60hz logo=osd0,loaded,0x3d800000 vout=1080p60hz,enable"
setenv coreelec "quiet"
setenv consoleopt "console=ttyS0,115200 console=tty0 no_console_suspend"
setenv max_freq_a73 "1800" # 1.8 GHz, default value
setenv max_freq_a53 "1896" # 1.896 GHz, default value
setenv maxcpus "6"
if test "${modeline}" != ""; then setenv cmode "modeline=${modeline}"; fi
if test "${cec_func_config}" != ""; then setenv cec "hdmitx=cec${cec_func_config}"; fi
setenv bootargs "label=BATOCERA ${consoleopt} ${coreelec} ${cmode} loglevel=0 consoleblank=0 vt.global_cursor_default=0 max_freq_a53=${max_freq_a53} max_freq_a73=${max_freq_a73} maxcpus=${maxcpus} ${displayopt} ${cec}"
setenv dtb_loadaddr "0x1000000"
setenv k_addr "0x1100000"
setenv loadaddr "0x1B00000"
setenv initrd_loadaddr "0x3700000"
fatload mmc ${devno}:1 ${dtb_loadaddr} boot/meson-g12b-odroid-n2.dtb
fatload mmc ${devno}:1 0x01080000 boot/linux
fatload mmc ${devno}:1 ${initrd_loadaddr} boot/uInitrd
bootm 0x1080000 ${initrd_loadaddr} ${dtb_loadaddr}