1
0
forked from dan/liminix

rt3200 default to loader.fit

This commit is contained in:
Daniel Barlow 2024-12-29 13:25:26 +00:00
parent 0cb18eabcd
commit f5e08ac9d9

View File

@ -220,8 +220,9 @@
commandLine = [ "console=ttyS0,115200" ];
tftp.loadAddress = lim.parseInt "0x4007ff28";
imageFormat = "fit";
loader.fit.enable = lib.mkDefault true; # override this if you are building tftpboot
};
rootfsType = lib.mkDefault "ubifs";
rootfsType = lib.mkDefault "ubifs"; # override this if you are building tftpboot
filesystem =
let inherit (pkgs.pseudofile) dir symlink;
in