ubootNanoPCT6: init at 2024.01

This commit is contained in:
Pratham Patel
2024-03-30 08:04:07 +05:30
parent 9b09bde6e3
commit 29901ea630
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -298,6 +298,14 @@ in {
'';
};
ubootNanoPCT6 = buildUBoot {
defconfig = "nanopc-t6-rk3588_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
ROCKCHIP_TPL = rkbin.TPL_RK3588;
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
};
ubootNovena = buildUBoot {
defconfig = "novena_defconfig";
extraMeta.platforms = ["armv7l-linux"];
+1
View File
@@ -28358,6 +28358,7 @@ with pkgs;
ubootJetsonTK1
ubootLibreTechCC
ubootNanoPCT4
ubootNanoPCT6
ubootNovena
ubootOdroidC2
ubootOdroidXU3