ubootRadxaZero3W: init (#428588)

This commit is contained in:
Florian Klink 2025-07-26 15:24:01 +02:00 committed by GitHub
commit e675671afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -663,6 +663,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" ];

View File

@ -11350,6 +11350,7 @@ with pkgs;
ubootQemuX86
ubootQemuX86_64
ubootQuartz64B
ubootRadxaZero3W
ubootRaspberryPi
ubootRaspberryPi2
ubootRaspberryPi3_32bit