From 03597404e46d0451c5e0b7afb249ff35eaff2f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Tue, 10 Dec 2024 16:23:06 +0100 Subject: [PATCH 1/2] Add HA Yellow Image to RPi imager index Add raw HA Yellow image to list of options available for CM4/CM5 (although CM5 is yet not listed in the menu, it's presumed it will be common with Pi 5 like it's for CM4). The image can be used when the device is booted using rpiboot (which is at this time the only option for installing the image to eMMC on CM5) or when the installation should run from an NVMe drive. Adjusted image descriptions to be more clear about the two Yellow options. --- rpi-imager-haos.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/rpi-imager-haos.json b/rpi-imager-haos.json index da5643de..62d813c9 100644 --- a/rpi-imager-haos.json +++ b/rpi-imager-haos.json @@ -45,9 +45,25 @@ "pi3-64bit" ] }, + { + "name": "Home Assistant OS 14.0 (HA Yellow)", + "description": "Home Assistant OS for Home Assistant Yellow. To be flashed directly to an NVMe drive or Yellow booted using rpiboot.", + "url": "https://github.com/home-assistant/operating-system/releases/download/14.0/haos_yellow-14.0.img.xz", + "icon": "https://version.home-assistant.io/rpi-imager-yellow-installer.png", + "extract_size": 2147483648, + "extract_sha256": "e77edcaf3253ca1e641e8bccc772af6895f24967de1fe79b0cf3c27b7075456b", + "release_date": "2024-12-03", + "image_download_size": 302801188, + "image_download_sha256": "c9e64571706ed057e0e3c824e9db4470ec4568ed43abbf56f322232bad494db4", + "website": "https://yellow.home-assistant.io", + "devices": [ + "pi4-64bit", + "pi5-64bit" + ] + }, { "name": "Home Assistant OS Installer for Yellow", - "description": "Installer for Home Assistant Yellow Kit.", + "description": "Installer for Home Assistant Yellow Kit (with CM4 only). Install on a USB flash drive and follow the installation instructions.", "url": "https://github.com/NabuCasa/yellow-buildroot/releases/download/yellow-installer-20231025/yellow-installer-20231025.img.xz", "icon": "https://version.home-assistant.io/rpi-imager-yellow-installer.png", "extract_size": 68157440, From fe4616ae0652d4b6d30b153742e27c2401aa4b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 11 Dec 2024 15:14:35 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Stefan Agner --- rpi-imager-haos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpi-imager-haos.json b/rpi-imager-haos.json index 62d813c9..d2bb646b 100644 --- a/rpi-imager-haos.json +++ b/rpi-imager-haos.json @@ -46,8 +46,8 @@ ] }, { - "name": "Home Assistant OS 14.0 (HA Yellow)", - "description": "Home Assistant OS for Home Assistant Yellow. To be flashed directly to an NVMe drive or Yellow booted using rpiboot.", + "name": "Home Assistant OS 14.0 (Yellow)", + "description": "Home Assistant OS for Home Assistant Yellow. To be flashed directly to an NVMe drive or the Compute Module on Yellow (using rpiboot).", "url": "https://github.com/home-assistant/operating-system/releases/download/14.0/haos_yellow-14.0.img.xz", "icon": "https://version.home-assistant.io/rpi-imager-yellow-installer.png", "extract_size": 2147483648,