ubootBananaPim2Zero: init at 2023.07.02
Adds the upstream uboot (w/SPL) for the bananapi m2 zero board.
This commit is contained in:
parent
0f7ea5e75f
commit
4604f8e115
@ -236,6 +236,12 @@ in
|
|||||||
filesToInstall = [ "u-boot-sunxi-with-spl.bin" ];
|
filesToInstall = [ "u-boot-sunxi-with-spl.bin" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ubootBananaPim2Zero = buildUBoot {
|
||||||
|
defconfig = "bananapi_m2_zero_defconfig";
|
||||||
|
filesToInstall = [ "u-boot-sunxi-with-spl.bin" ];
|
||||||
|
extraMeta.platforms = [ "armv7l-linux" ];
|
||||||
|
};
|
||||||
|
|
||||||
ubootBananaPim3 = buildUBoot {
|
ubootBananaPim3 = buildUBoot {
|
||||||
defconfig = "Sinovoip_BPI_M3_defconfig";
|
defconfig = "Sinovoip_BPI_M3_defconfig";
|
||||||
extraMeta.platforms = [ "armv7l-linux" ];
|
extraMeta.platforms = [ "armv7l-linux" ];
|
||||||
|
|||||||
@ -11305,6 +11305,7 @@ with pkgs;
|
|||||||
ubootA20OlinuxinoLime
|
ubootA20OlinuxinoLime
|
||||||
ubootA20OlinuxinoLime2EMMC
|
ubootA20OlinuxinoLime2EMMC
|
||||||
ubootBananaPi
|
ubootBananaPi
|
||||||
|
ubootBananaPim2Zero
|
||||||
ubootBananaPim3
|
ubootBananaPim3
|
||||||
ubootBananaPim64
|
ubootBananaPim64
|
||||||
ubootAmx335xEVM
|
ubootAmx335xEVM
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user