diff --git a/config/bootscripts/boot-odroid-xu4-default.ini b/config/bootscripts/boot-odroid-xu4-default.ini index 9f1dcc5ad8..21d0c94d62 100644 --- a/config/bootscripts/boot-odroid-xu4-default.ini +++ b/config/bootscripts/boot-odroid-xu4-default.ini @@ -6,6 +6,9 @@ setenv rootdev "/dev/mmcblk0p1" setenv initrd_high "0xffffffff" setenv fdt_high "0xffffffff" +# To update boot loader on your eMMC, uncomment, reboot into SD card mode with your eMMC attached and comment back when done +# run copy_uboot_sd2emmc + # Mac address configuration setenv macaddr "00:1e:06:61:7a:55 @@ -15,10 +18,10 @@ setenv macaddr "00:1e:06:61:7a:55 setenv bootrootfs "console=tty1 loglevel=1 root=${rootdev} rootwait rw fsck.repair=yes" # boot parameter for serial console -# console=ttySAC2,115200n8 +# console=ttySAC2,115200n8 -# --- Screen Configuration for HDMI --- # +# --- Screen Configuration for HDMI --- # # --------------------------------------- # Uncomment only ONE line! Leave all commented for automatic selection. # Uncomment only the setenv line! @@ -44,7 +47,7 @@ setenv bootrootfs "console=tty1 loglevel=1 root=${rootdev} rootwait rw fsck.repa # 1440x900 with monitor provided EDID information. # setenv videoconfig "video=HDMI-A-1:1440x900@60" # ----------------------------------------------- -# 1440x900 without monitor data using generic information +# 1440x900 without monitor data using generic information # setenv videoconfig "drm_kms_helper.edid_firmware=edid/1440x900.bin" # ----------------------------------------------- # 1280x1024 without monitor data using generic information @@ -62,16 +65,16 @@ setenv bootrootfs "console=tty1 loglevel=1 root=${rootdev} rootwait rw fsck.repa # 1024x600 without monitor data using generic information (ODROID VU7+) # setenv videoconfig "drm_kms_helper.edid_firmware=edid/1024x600.bin" # ----------------------------------------------- -# 800x600 without monitor data using generic information +# 800x600 without monitor data using generic information # setenv videoconfig "drm_kms_helper.edid_firmware=edid/800x600.bin" # ----------------------------------------------- # 800x480 without monitor data using generic information (ODROID 7") # setenv videoconfig "drm_kms_helper.edid_firmware=edid/800x480.bin" # ----------------------------------------------- -# 720x576 without monitor data using generic information +# 720x576 without monitor data using generic information # setenv videoconfig "drm_kms_helper.edid_firmware=edid/720x576.bin" # ----------------------------------------------- -# 720x480 without monitor data using generic information +# 720x480 without monitor data using generic information # setenv videoconfig "drm_kms_helper.edid_firmware=edid/720x480.bin" # ----------------------------------------------- # 640x480 without monitor data using generic information @@ -119,13 +122,13 @@ setenv governor "performance" # #------------------------------------------------------------------------------ # -# Forces the HDMI subsystem to ignore the check if the cable is connected or +# Forces the HDMI subsystem to ignore the check if the cable is connected or # not. # false : disable the detection and force it as connected. # true : let cable, board and monitor decide the connection status. -# +# # default: true -# +# #------------------------------------------------------------------------------ setenv HPD "true"