Skip to content

Commit

Permalink
Add HA Yellow Image to RPi imager index (#402)
Browse files Browse the repository at this point in the history
* 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.

* Apply suggestions from code review

Co-authored-by: Stefan Agner <[email protected]>

---------

Co-authored-by: Stefan Agner <[email protected]>
  • Loading branch information
sairon and agners authored Dec 11, 2024
1 parent 1adbd3f commit b559bee
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion rpi-imager-haos.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,25 @@
"pi3-64bit"
]
},
{
"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,
"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,
Expand Down

0 comments on commit b559bee

Please sign in to comment.