mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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"
|
||||
#
|
||||
#------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user