mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
use serial0 alias
This commit is contained in:
parent
8bca9e6d31
commit
ddfb3d0128
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
boot.consoleLogLevel = lib.mkDefault 7;
|
||||
|
||||
# https://github.com/raspberrypi/firmware/issues/1539#issuecomment-784498108
|
||||
boot.kernelParams = [ "console=ttyS0,115200n8" "console=tty0" ];
|
||||
boot.kernelParams = [ "console=serial0,115200n8" "console=tty1" ];
|
||||
|
||||
sdImage = {
|
||||
populateFirmwareCommands = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue