diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 0e3db6a..24e647f 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -203,7 +203,7 @@ fdt set /memory@80000000 reg <0x0 0x80000000 0x0 0xc0000000> # Set kernel options - setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=ttyS0,115200n8 init=${init}" + setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=hvc0 init=${init}" EOF