ubootOrangePi3B: init at 2024.10
This commit is contained in:
parent
3920b9d819
commit
ce8336e709
@ -442,6 +442,14 @@ in {
|
||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
||||
};
|
||||
|
||||
ubootOrangePi3B = buildUBoot {
|
||||
defconfig = "orangepi-3b-rk3566_defconfig";
|
||||
extraMeta.platforms = ["aarch64-linux"];
|
||||
ROCKCHIP_TPL = rkbin.TPL_RK3568;
|
||||
BL31 = rkbin.BL31_RK3568;
|
||||
filesToInstall = [ "u-boot.itb" "idbloader.img" "u-boot-rockchip.bin" "u-boot-rockchip-spi.bin" ];
|
||||
};
|
||||
|
||||
ubootPcduino3Nano = buildUBoot {
|
||||
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
|
||||
extraMeta.platforms = ["armv7l-linux"];
|
||||
|
@ -26627,6 +26627,7 @@ with pkgs;
|
||||
ubootOlimexA64Olinuxino
|
||||
ubootOlimexA64Teres1
|
||||
ubootOrangePi3
|
||||
ubootOrangePi3B
|
||||
ubootOrangePi5
|
||||
ubootOrangePi5Plus
|
||||
ubootOrangePiPc
|
||||
|
Loading…
Reference in New Issue
Block a user