From 5114bb59da5db8c3725966e8f7a2f7b8a158b15a Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 15 Apr 2025 15:23:14 +0100 Subject: [PATCH] Remove bcm2711_64 as a build With the dropping of the 32-bit bcm2711 (v7l) kernel, the generic 64-bit build is now renamed to bcm2711 and the bcm2711_64 disappears; don't try to download it. See: https://github.com/raspberrypi/rpi-update/issues/47 Signed-off-by: Phil Elwell --- rpi-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-update b/rpi-update index 05b3d13..e41d4dd 100755 --- a/rpi-update +++ b/rpi-update @@ -779,7 +779,7 @@ if [[ "${FW_REV}" == "" ]]; then if [[ ${FW_REV_IN} != http* ]] && [[ ! -f ${FW_REV_IN} ]]; then IFS=':' read ARTIFACT BUILD <<<${FW_REV_IN} if [[ "${BUILD}" == "" ]]; then - BUILD="bcmrpi bcm2709 bcm2711 bcm2711_arm64 bcm2711_rt bcm2712" + BUILD="bcmrpi bcm2709 bcm2711 bcm2711_rt bcm2712" fi if [[ "${ARTIFACT}" == pulls/* ]]; then PULL=${ARTIFACT##*/}