Enabling UUID on XU4. Tested. and disable console blanking

This commit is contained in:
Igor Pecovnik 2017-08-26 19:07:17 +02:00
parent 66a3269524
commit 0a4eee7999
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ setenv macaddr "00:1e:06:61:7a:55"
#------------------------------------------------------------------------------------------------------
# Basic Ubuntu Setup. Don't touch unless you know what you are doing.
# --------------------------------
setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 loglevel=1 root=${rootdev} rootwait rw fsck.repair=yes"
setenv bootrootfs "console=tty1 console=ttySAC2,115200n8 consoleblank=0 loglevel=1 root=${rootdev} rootwait rw fsck.repair=yes"
# --- Screen Configuration for HDMI --- #
# ---------------------------------------

View File

@ -8,6 +8,7 @@ BOOTDIR='u-boot-odroidxu'
BOOTPATCHDIR='u-boot-odroidxu4-default'
UBOOT_TARGET_MAP=';;sd_fuse/hardkernel/bl1.bin.hardkernel sd_fuse/hardkernel/bl2.bin.hardkernel u-boot.bin sd_fuse/hardkernel/tzsw.bin.hardkernel'
UBOOT_USE_GCC='< 4.9'
HAS_UUID_SUPPORT=yes
case $BRANCH in
default)