mt300a tftpboot needs appendDTB

This commit is contained in:
Daniel Barlow 2024-05-01 23:04:25 +01:00
parent b9ba9ef835
commit 6661e42684

View file

@ -124,7 +124,8 @@
};
boot.tftp = {
loadAddress = lim.parseInt "0x00A00000";
};
appendDTB = true;
};
kernel = {
src = pkgs.fetchurl {