commit
b8c1348049
2 changed files with 8 additions and 0 deletions
|
@ -394,4 +394,11 @@ in {
|
|||
extraMeta.platforms = ["armv7l-linux"];
|
||||
filesToInstall = ["u-boot.img" "SPL"];
|
||||
};
|
||||
|
||||
ubootRockPi4 = buildUBoot {
|
||||
defconfig = "rock-pi-4-rk3399_defconfig";
|
||||
extraMeta.platforms = ["aarch64-linux"];
|
||||
BL31 = "${armTrustedFirmwareRK3399}/bl31.elf";
|
||||
filesToInstall = [ "u-boot.itb" "idbloader.img"];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18996,6 +18996,7 @@ julia_15 = callPackage ../development/compilers/julia/1.5.nix {
|
|||
ubootRaspberryPi3_64bit
|
||||
ubootRaspberryPiZero
|
||||
ubootRock64
|
||||
ubootRockPi4
|
||||
ubootRockPro64
|
||||
ubootROCPCRK3399
|
||||
ubootSheevaplug
|
||||
|
|
Loading…
Reference in a new issue