U-Boot: Adds Orange Pi PC build
This commit is contained in:
parent
5483c00288
commit
262514a3c7
@ -118,6 +118,12 @@ in rec {
|
|||||||
filesToInstall = ["u-boot-dtb.bin"];
|
filesToInstall = ["u-boot-dtb.bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootOrangePiPc = buildUBoot rec {
|
||||||
|
defconfig = "orangepi_pc_defconfig";
|
||||||
|
targetPlatforms = ["armv7l-linux"];
|
||||||
|
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||||
|
};
|
||||||
|
|
||||||
ubootPcduino3Nano = buildUBoot rec {
|
ubootPcduino3Nano = buildUBoot rec {
|
||||||
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
|
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
|
||||||
targetPlatforms = ["armv7l-linux"];
|
targetPlatforms = ["armv7l-linux"];
|
||||||
|
@ -13165,6 +13165,7 @@ with pkgs;
|
|||||||
ubootBeagleboneBlack
|
ubootBeagleboneBlack
|
||||||
ubootJetsonTK1
|
ubootJetsonTK1
|
||||||
ubootOdroidXU3
|
ubootOdroidXU3
|
||||||
|
ubootOrangePiPc
|
||||||
ubootPcduino3Nano
|
ubootPcduino3Nano
|
||||||
ubootRaspberryPi
|
ubootRaspberryPi
|
||||||
ubootRaspberryPi2
|
ubootRaspberryPi2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user