From d541462b4c64a19b4d414c44384f5019a42c0371 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 4 Jul 2024 17:28:15 +0200 Subject: [PATCH] Stop in the stage 1 debug shell --- lagarto-ox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 24e647f..83da2dc 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=hvc0 init=${init}" + setenv bootargs "root=/dev/ram0 loglevel=7 debug rw earlycon=sbi boot.trace console=hvc0 debug1 init=${init}" EOF