U-Boot: Build for the Beaglebone Black
This commit is contained in:
parent
b6b7da20be
commit
1268f0753f
@ -68,6 +68,12 @@ in rec {
|
|||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
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 {
|
ubootJetsonTK1 = buildUBoot rec {
|
||||||
defconfig = "jetson-tk1_defconfig";
|
defconfig = "jetson-tk1_defconfig";
|
||||||
targetPlatforms = ["armv7l-linux"];
|
targetPlatforms = ["armv7l-linux"];
|
||||||
|
@ -11401,6 +11401,7 @@ in
|
|||||||
buildUBoot
|
buildUBoot
|
||||||
ubootTools
|
ubootTools
|
||||||
ubootBananaPi
|
ubootBananaPi
|
||||||
|
ubootBeagleboneBlack
|
||||||
ubootJetsonTK1
|
ubootJetsonTK1
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user