From f8886b28dded7490a9a2cb56143e98f745584dfa Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 2 Oct 2024 14:52:10 +0200 Subject: [PATCH] Go back to using console=hvc0 --- lagarto-ox.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 096f268..bf8bca6 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -494,6 +494,7 @@ # Set kernel bootcmd options. # rdinit=/preinit boot custom preinit script + # console=ttyS0,115200n8 use serial driver (slow) # Systemd options # systemd.log_level=debug # systemd.log_target=console @@ -511,7 +512,7 @@ in prev.runCommand "uboot.txt" {} '' cat > $out <