From e41e099ef199de096abd9a93289bdacfd83a5f48 Mon Sep 17 00:00:00 2001 From: Yoshiro MIHIRA Date: Mon, 6 Oct 2025 16:54:08 +0900 Subject: [PATCH] release/RPI: Add RPI Zero 2W device tree blob dtb Enable Pi 02W support on the release SD card images by including the device tree. PR: 278816 MFC after: 3 days Approved by: cperciva (re) --- release/arm64/RPI.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/arm64/RPI.conf b/release/arm64/RPI.conf index b973687c535..d418dae28d3 100644 --- a/release/arm64/RPI.conf +++ b/release/arm64/RPI.conf @@ -3,8 +3,9 @@ # DTB_DIR="/usr/local/share/rpi-firmware" -DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb bcm2710-rpi-cm3.dtb \ - bcm2711-rpi-4-b.dtb bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb" +DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb \ + bcm2710-rpi-cm3.dtb bcm2710-rpi-zero-2-w.dtb bcm2711-rpi-4-b.dtb \ + bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb" EMBEDDED_TARGET_ARCH="aarch64" EMBEDDED_TARGET="arm64" EMBEDDEDBUILD=1