From c3f8c24a1520639e11291359f0b158acfeecc9f6 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 6 Jan 2020 20:28:37 -0500 Subject: [PATCH] Add note about modules and stage-1 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f3f42c..47b34e5 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,8 @@ be used. Once built, this image is self-sufficient, meaning that it should already be booting, no need burn u-boot to it. -Though, the current setup will dump the output to the serial console by -default. This means that without serial output (or editing `nixos/sd-image-aarch64.nix`) -only a flashing caret will be shown on the display during boot, and this may -stay there for a while during the filesystem expansion process. +The required modules (and maybe a bit more) are present in stage-1 so the +display should start early enough in the boot process. ## Note about cross-compilation