mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +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
|
LIBRETECH-UBOOT-CONFIG
|
||||||
|
|
||||||
setenv bootrootfs "BOOT_IMAGE=kernel.img boot=LABEL=LIBREELEC disk=LABEL=STORAGE"
|
setenv bootrootfs "BOOT_IMAGE=kernel.img boot=LABEL=LIBREELEC disk=LABEL=STORAGE"
|
||||||
setenv condev "tty0"
|
setenv condev "ttyS0,115200"
|
||||||
setenv hdmimode "1080p60hz"
|
setenv hdmimode "1080p60hz"
|
||||||
setenv hdmioutput "1"
|
setenv hdmioutput "1"
|
||||||
setenv vpu "1"
|
setenv vpu "1"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
# Console Setup
|
# Console Setup
|
||||||
# on serial port:
|
# on serial port:
|
||||||
# condev="ttyS0,115200n8"
|
# condev="ttyS0,115200"
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
ODROIDC2-UBOOT-CONFIG
|
ODROIDC2-UBOOT-CONFIG
|
||||||
|
|
||||||
setenv bootrootfs "BOOT_IMAGE=KERNEL boot=LABEL=LIBREELEC disk=LABEL=STORAGE"
|
setenv bootrootfs "BOOT_IMAGE=KERNEL boot=LABEL=LIBREELEC disk=LABEL=STORAGE"
|
||||||
setenv condev "tty0"
|
setenv condev "ttyS0,115200"
|
||||||
setenv hdmimode "1080p60hz"
|
setenv hdmimode "1080p60hz"
|
||||||
setenv hdmioutput "1"
|
setenv hdmioutput "1"
|
||||||
setenv vpu "1"
|
setenv vpu "1"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
# Console Setup
|
# Console Setup
|
||||||
# on serial port:
|
# on serial port:
|
||||||
# condev="ttyS0,115200n8"
|
# condev="ttyS0,115200"
|
||||||
#
|
#
|
||||||
#------------------------------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user