ubootCM3588NAS: init at 2024.10

This commit is contained in:
K900
2024-10-08 16:10:16 +03:00
parent ce8336e709
commit 19bda3deee
2 changed files with 9 additions and 0 deletions

View File

@@ -212,6 +212,14 @@ in {
filesToInstall = ["u-boot-with-spl.kwb"];
};
ubootCM3588NAS = buildUBoot {
defconfig = "cm3588-nas-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" "u-boot-rockchip-spi.bin" ];
};
ubootCubieboard2 = buildUBoot {
defconfig = "Cubieboard2_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View File

@@ -26615,6 +26615,7 @@ with pkgs;
ubootBananaPim64
ubootAmx335xEVM
ubootClearfog
ubootCM3588NAS
ubootCubieboard2
ubootGuruplug
ubootJetsonTK1