mt300a tftpboot needs appendDTB

main
Daniel Barlow 2024-05-01 23:04:25 +01:00
parent b9ba9ef835
commit 6661e42684
1 changed files with 2 additions and 1 deletions

View File

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