mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
4de6b9bb77
commit
9d30630dbd
@ -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"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#
|
||||
# Console Setup
|
||||
# on serial port:
|
||||
# condev="ttyS0,115200n8"
|
||||
# condev="ttyS0,115200"
|
||||
#
|
||||
#------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
@ -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"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#
|
||||
# Console Setup
|
||||
# on serial port:
|
||||
# condev="ttyS0,115200n8"
|
||||
# condev="ttyS0,115200"
|
||||
#
|
||||
#------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user