From abf1f8bf69e67e0c0162fd60fc92059a8855cab3 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 23 Jun 2026 20:47:40 +0200 Subject: [PATCH] Revert to HAOS 17.3 for Raspberry Pi 5/Yellow It seems the 6.18.33 Linux kernel has compatibility issues with older Raspberry Pi 5/CM5 firmwares. Those got fixed in newer kernels. We can avoid issues like lost boot order (https://github.com/home-assistant/operating-system/issues/4811) and non-working tryboot (when staying on old firmware) by skipping this release for Raspberry Pi 5 and Yellow users. --- stable.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable.json b/stable.json index 3f66a59d..bc08f9ec 100644 --- a/stable.json +++ b/stable.json @@ -30,8 +30,8 @@ "ova": "18.0", "rpi3-64": "18.0", "rpi4-64": "18.0", - "rpi5-64": "18.0", - "yellow": "18.0", + "rpi5-64": "17.3", + "yellow": "17.3", "green": "18.0", "odroid-c2": "18.0", "odroid-c4": "18.0",