U-Boot: Build for the Banana Pi board
I don't own this board, but someone on IRC reported this as working (and anyway it's practically identical to ubootPcduino3Nano since they're both Allwinner boards)
This commit is contained in:
@@ -61,6 +61,12 @@ in rec {
|
|||||||
filesToInstall = ["tools/dumpimage" "tools/mkenvimage" "tools/mkimage"];
|
filesToInstall = ["tools/dumpimage" "tools/mkenvimage" "tools/mkimage"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootBananaPi = buildUBoot rec {
|
||||||
|
defconfig = "Bananapi_defconfig";
|
||||||
|
targetPlatforms = ["armv7l-linux"];
|
||||||
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootJetsonTK1 = buildUBoot rec {
|
ubootJetsonTK1 = buildUBoot rec {
|
||||||
defconfig = "jetson-tk1_defconfig";
|
defconfig = "jetson-tk1_defconfig";
|
||||||
targetPlatforms = ["armv7l-linux"];
|
targetPlatforms = ["armv7l-linux"];
|
||||||
|
|||||||
@@ -10576,6 +10576,7 @@ let
|
|||||||
# Upstream U-Boots:
|
# Upstream U-Boots:
|
||||||
inherit (callPackage ../misc/uboot {})
|
inherit (callPackage ../misc/uboot {})
|
||||||
buildUBoot
|
buildUBoot
|
||||||
|
ubootBananaPi
|
||||||
ubootJetsonTK1
|
ubootJetsonTK1
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
|
|||||||
Reference in New Issue
Block a user