1
0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-06-01 02:23:34 +02:00

Setup boot log in serial

This commit is contained in:
Samuel Dionne-Riel 2020-01-06 17:30:09 -05:00
parent 0f47d72e7a
commit 0d216d0bed

View File

@ -19,9 +19,13 @@ in
boot.kernelParams = [
"cma=32M"
#"console=ttyS0,115200n8" "console=ttyAMA0,115200n8" "console=tty0"
"console=ttyS2,1500000n8" "earlycon=uart8250,mmio32,0xff1a0000" "earlyprintk"
"console=tty0"
"console=ttyS2,1500000n8"
"earlycon=uart8250,mmio32,0xff1a0000" "earlyprintk"
];
services.mingetty.serialSpeed = [ 1500000 115200 57600 38400 9600 ];
boot.initrd.availableKernelModules = [
];