U-Boot: Build for the Beaglebone Black

wip/yesman
Tuomas Tynkkynen 8 years ago committed by Tuomas Tynkkynen
parent b6b7da20be
commit 1268f0753f
  1. 6
      pkgs/misc/uboot/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -68,6 +68,12 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootBeagleboneBlack = buildUBoot rec {
defconfig = "am335x_boneblack_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["MLO" "u-boot.img"];
};
ubootJetsonTK1 = buildUBoot rec {
defconfig = "jetson-tk1_defconfig";
targetPlatforms = ["armv7l-linux"];

@ -11401,6 +11401,7 @@ in
buildUBoot
ubootTools
ubootBananaPi
ubootBeagleboneBlack
ubootJetsonTK1
ubootPcduino3Nano
ubootRaspberryPi

Loading…
Cancel
Save