ubootNanoPiR5S: init (#371136)

This commit is contained in:
K900
2025-10-22 14:55:32 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -395,6 +395,17 @@ in
];
};
ubootNanoPiR5S = buildUBoot {
defconfig = "nanopi-r5s-rk3568_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];
BL31 = rkbin.BL31_RK3568;
ROCKCHIP_TPL = rkbin.TPL_RK3568;
filesToInstall = [
"idbloader.img"
"u-boot.itb"
];
};
ubootNovena = buildUBoot {
defconfig = "novena_defconfig";
extraMeta.platforms = [ "armv7l-linux" ];
+1
View File
@@ -10349,6 +10349,7 @@ with pkgs;
ubootLibreTechCC
ubootNanoPCT4
ubootNanoPCT6
ubootNanoPiR5S
ubootNovena
ubootOdroidC2
ubootOdroidXU3