rk3326: enable kernel serial output
Enable kernel serial output by default in order to aid debug issues.
This commit is contained in:
parent
6a3265c07b
commit
854abd49ba
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
WINDOWMANAGER="weston"
|
||||
|
||||
# kernel serial console
|
||||
EXTRA_CMDLINE="quiet rootwait console=tty0 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"
|
||||
EXTRA_CMDLINE="quiet rootwait console=ttyFIQ0 console=tty0 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"
|
||||
|
||||
# additional packages to install
|
||||
ADDITIONAL_PACKAGES=""
|
||||
|
|
Loading…
Reference in a new issue