Loading pkgs/misc/uboot/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -751,6 +751,12 @@ in filesToInstall = [ "u-boot.bin" ]; }; ubootRaspberryPiAarch64 = buildUBoot { defconfig = "rpi_arm64_defconfig"; extraMeta.platforms = [ "aarch64-linux" ]; filesToInstall = [ "u-boot.bin" ]; }; ubootRaspberryPi2 = buildUBoot { defconfig = "rpi_2_defconfig"; extraMeta.platforms = [ "armv7l-linux" ]; Loading pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -8944,6 +8944,7 @@ with pkgs; ubootQuartz64B ubootRadxaZero3W ubootRaspberryPi ubootRaspberryPiAarch64 ubootRaspberryPi2 ubootRaspberryPi3_32bit ubootRaspberryPi3_64bit Loading Loading
pkgs/misc/uboot/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -751,6 +751,12 @@ in filesToInstall = [ "u-boot.bin" ]; }; ubootRaspberryPiAarch64 = buildUBoot { defconfig = "rpi_arm64_defconfig"; extraMeta.platforms = [ "aarch64-linux" ]; filesToInstall = [ "u-boot.bin" ]; }; ubootRaspberryPi2 = buildUBoot { defconfig = "rpi_2_defconfig"; extraMeta.platforms = [ "armv7l-linux" ]; Loading
pkgs/top-level/all-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -8944,6 +8944,7 @@ with pkgs; ubootQuartz64B ubootRadxaZero3W ubootRaspberryPi ubootRaspberryPiAarch64 ubootRaspberryPi2 ubootRaspberryPi3_32bit ubootRaspberryPi3_64bit Loading