ubootRock5ModelC: init

This commit is contained in:
Marijan Petričević
2026-04-02 16:34:40 +02:00
parent a3a5a11071
commit 6ab0eeb988
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -812,6 +812,20 @@ in
];
};
ubootRock5ModelC = buildUBoot {
defconfig = "rock-5c-rk3588s_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];
env = {
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
ROCKCHIP_TPL = rkbin.TPL_RK3588;
};
filesToInstall = [
"u-boot.itb"
"idbloader.img"
"u-boot-rockchip.bin"
];
};
ubootRock64 = buildUBoot {
defconfig = "rock64-rk3328_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];
+1
View File
@@ -8943,6 +8943,7 @@ with pkgs;
ubootRaspberryPiZero
ubootRock4CPlus
ubootRock5ModelB
ubootRock5ModelC
ubootRock64
ubootRock64v2
ubootRockPiE