uboot: add Olimex A64 OLinuXino

This commit is contained in:
Yury Bulka 2022-01-20 14:55:55 +02:00
parent ec14e0c070
commit b865941fea
2 changed files with 8 additions and 0 deletions

View file

@ -274,6 +274,13 @@ in {
filesToInstall = ["u-boot-dtb.bin"];
};
ubootOlimexA64Olinuxino = buildUBoot {
defconfig = "a64-olinuxino-emmc_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootOrangePiPc = buildUBoot {
defconfig = "orangepi_pc_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View file

@ -23046,6 +23046,7 @@ with pkgs;
ubootNovena
ubootOdroidC2
ubootOdroidXU3
ubootOlimexA64Olinuxino
ubootOrangePiPc
ubootOrangePiZeroPlus2H5
ubootOrangePiZero