mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
ubootOrangePi5: init at 2024.01
This commit is contained in:
parent
dc9f04d45e
commit
8f59cbeb38
@ -373,6 +373,14 @@ in {
|
|||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootOrangePi5 = buildUBoot {
|
||||||
|
defconfig = "orangepi-5-rk3588s_defconfig";
|
||||||
|
extraMeta.platforms = ["aarch64-linux"];
|
||||||
|
BL31 = "${armTrustedFirmwareRK3588}/bl31.elf";
|
||||||
|
ROCKCHIP_TPL = "${rkbin}/${rkbin.ROCKCHIP_TPL_RK3588}";
|
||||||
|
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" ];
|
||||||
|
};
|
||||||
|
|
||||||
ubootOrangePiPc = buildUBoot {
|
ubootOrangePiPc = buildUBoot {
|
||||||
defconfig = "orangepi_pc_defconfig";
|
defconfig = "orangepi_pc_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
@ -28361,6 +28361,7 @@ with pkgs;
|
|||||||
ubootOlimexA64Olinuxino
|
ubootOlimexA64Olinuxino
|
||||||
ubootOlimexA64Teres1
|
ubootOlimexA64Teres1
|
||||||
ubootOrangePi3
|
ubootOrangePi3
|
||||||
|
ubootOrangePi5
|
||||||
ubootOrangePiPc
|
ubootOrangePiPc
|
||||||
ubootOrangePiZeroPlus2H5
|
ubootOrangePiZeroPlus2H5
|
||||||
ubootOrangePiZero
|
ubootOrangePiZero
|
||||||
|
Loading…
Reference in New Issue
Block a user