U-Boot: Build for the Beaglebone Black
This commit is contained in:
committed by
Tuomas Tynkkynen
parent
b6b7da20be
commit
1268f0753f
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user