eMMC bootloader update how-to, working only on legacy / stock u-boot.

This commit is contained in:
Igor Pecovnik 2017-03-06 13:15:59 +01:00
parent 0ed6289923
commit fe4b7c8fd6

View File

@ -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"