projects/Amlogic: enable serial console by default for Odroid-C2 and LePotato

Also fix an entry in config.ini with serial console template.
Previous entry worked but didn't provide LE serial console as
service requires "console=ttyS0,115200" without "n8"
This commit is contained in:
kszaq 2018-02-02 21:56:27 +01:00
parent 4de6b9bb77
commit 9d30630dbd
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
LIBRETECH-UBOOT-CONFIG
setenv bootrootfs "BOOT_IMAGE=kernel.img boot=LABEL=LIBREELEC disk=LABEL=STORAGE"
setenv condev "tty0"
setenv condev "ttyS0,115200"
setenv hdmimode "1080p60hz"
setenv hdmioutput "1"
setenv vpu "1"

View File

@ -8,7 +8,7 @@
#
# Console Setup
# on serial port:
# condev="ttyS0,115200n8"
# condev="ttyS0,115200"
#
#------------------------------------------------------------------------------------------------------

View File

@ -9,7 +9,7 @@
ODROIDC2-UBOOT-CONFIG
setenv bootrootfs "BOOT_IMAGE=KERNEL boot=LABEL=LIBREELEC disk=LABEL=STORAGE"
setenv condev "tty0"
setenv condev "ttyS0,115200"
setenv hdmimode "1080p60hz"
setenv hdmioutput "1"
setenv vpu "1"

View File

@ -8,7 +8,7 @@
#
# Console Setup
# on serial port:
# condev="ttyS0,115200n8"
# condev="ttyS0,115200"
#
#------------------------------------------------------------------------------------------------------