diff --git a/sd-image/default.nix b/sd-image/default.nix index 2804d06..5ee8e7a 100644 --- a/sd-image/default.nix +++ b/sd-image/default.nix @@ -10,7 +10,7 @@ boot.consoleLogLevel = lib.mkDefault 7; # https://github.com/raspberrypi/firmware/issues/1539#issuecomment-784498108 - boot.kernelParams = [ "console=serial0,115200n8" "console=tty1" ]; + boot.kernelParams = [ "console=ttyAMA0,115200n8" "console=tty1" ]; sdImage = { populateFirmwareCommands = ''