Unverified Commit aa214d55 authored by K900's avatar K900 Committed by GitHub
Browse files

ubootNanoPiR5S: init (#371136)

parents e232b3b4 24f5f977
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
@@ -10349,6 +10349,7 @@ with pkgs;
    ubootLibreTechCC
    ubootNanoPCT4
    ubootNanoPCT6
    ubootNanoPiR5S
    ubootNovena
    ubootOdroidC2
    ubootOdroidXU3