From 24f5f977bbdf4d82fc43c31854d4f2ae7a180bc2 Mon Sep 17 00:00:00 2001 From: Alexander Iliev Date: Fri, 20 Dec 2024 21:00:10 +0200 Subject: [PATCH] ubootNanoPiR5S: init Adds uboot build for FriendlyElec NanoPi R5S. The board fits well in network scenarios, as it provides three Ethernet ports (1x1Gbe and 2x2.5Gbe). Board Wiki: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R5S --- pkgs/misc/uboot/default.nix | 11 +++++++++++ pkgs/top-level/all-packages.nix | 1 + 2 files changed, 12 insertions(+) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 559da3d2c48d..15977020a903 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -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" ]; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 1084db40b90f..2835fa2de0d4 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -10371,6 +10371,7 @@ with pkgs; ubootLibreTechCC ubootNanoPCT4 ubootNanoPCT6 + ubootNanoPiR5S ubootNovena ubootOdroidC2 ubootOdroidXU3