doc: put all the u-boot/serial stuff in one place to link from

This commit is contained in:
Daniel Barlow 2023-11-12 16:55:15 +00:00
parent 7cfb92e3ce
commit 262efaabe6
13 changed files with 100 additions and 72 deletions

View file

@ -2,7 +2,7 @@
# emulator. The default output is a directory containing separate
# kernel ("Image" format) and root filesystem (squashfs or jffs2)
# images
rec {
{
system = {
crossSystem = {
config = "aarch64-unknown-linux-musl";
@ -64,7 +64,7 @@ rec {
klibBuild = config.system.outputs.kernel.modulesupport;
};
in {
defaultOutput = installer;
defaultOutput = "vmroot";
loadAddress = "0x0";
entryPoint = "0x0";
rootDevice = "/dev/mtdblock0";