# Auto Detection of Monitor settings based on your Screen information
# Below values are from Hardkernel ubuntu-20.04.4.0-mate-odroid-c4-hc4-20201020.img
# (Hardkernel / Odroid-c4)
-if test $board_name == odroid-c4; then
+if test $board_name = "odroid-c4"; then
echo "ODROID-C4"
setenv display_autodetect "true"
setenv monitor_onoff "false" # true or false
# Odroid-C4 Specific
setenv boot_args \"voutmode=${voutmode} disablehpd=${disablehpd} overscan=${overscan} monitor_onoff=${monitor_onoff} \"
-elif test $board_name == odroid-n2; then
+elif test $board_name = "odroid-n2"; then
# (Hardkernel / Odroid-n2)
# Auto Detection of Monitor settings based on your Screen information
setenv display_autodetect "true"