Commit 24f5f977 authored by Alexander Iliev's avatar Alexander Iliev
Browse files

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
parent 628ed939
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -10371,6 +10371,7 @@ with pkgs;
    ubootLibreTechCC
    ubootNanoPCT4
    ubootNanoPCT6
    ubootNanoPiR5S
    ubootNovena
    ubootOdroidC2
    ubootOdroidXU3