ubootRadxaZero3W: init

This commit is contained in:
der-letzte
2025-07-26 13:52:00 +02:00
parent 381fa720dc
commit b264aa2a8e
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -664,6 +664,18 @@ in
];
};
ubootRadxaZero3W = buildUBoot {
defconfig = "radxa-zero-3-rk3566_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];
BL31 = "${armTrustedFirmwareRK3568}/bl31.elf";
ROCKCHIP_TPL = rkbin.TPL_RK3566;
filesToInstall = [
"idbloader.img"
"u-boot.itb"
"u-boot-rockchip.bin"
];
};
ubootRaspberryPi = buildUBoot {
defconfig = "rpi_defconfig";
extraMeta.platforms = [ "armv6l-linux" ];
+1
View File
@@ -11344,6 +11344,7 @@ with pkgs;
ubootQemuX86
ubootQemuX86_64
ubootQuartz64B
ubootRadxaZero3W
ubootRaspberryPi
ubootRaspberryPi2
ubootRaspberryPi3_32bit