Raspberri Pi installation: re-add links to HA image (#34265)

This commit is contained in:
c0ffeeca7 2024-08-12 22:03:21 +02:00 committed by GitHub
parent 3de75fffb0
commit cefdcc9d85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,9 +25,9 @@ Remember to ensure you're using an [appropriate power supply](https://www.raspbe
## Install Home Assistant Operating System ## Install Home Assistant Operating System
This guide shows how to install the Home Assistant Operating system onto your Raspberry Pi using Raspberry Pi Imager. This guide shows how to install the {% term "Home Assistant Operating System" %} onto your Raspberry Pi using Raspberry Pi Imager.
If Raspberry Pi Imager is not supported by your platform, you can use Balena Etcher instead. If Raspberry Pi Imager is not supported by your platform, you can [download the Home Assistant image](#downloading-the-home-assistant-image) and use another imaging tool.
### Write the image to your SD card ### Write the image to your SD card
@ -73,6 +73,25 @@ If you are running an older Windows version or have a stricter network configura
Congratulations! You finished the Raspberry Pi setup! Congratulations! You finished the Raspberry Pi setup!
### Downloading the Home Assistant image
If Raspberry Pi Imager is not supported by your platform, you can download the Home Assistant image and use another imaging tool, such as Balena Etcher.
To download the image to your computer, copy the correct URL for the Raspberry Pi 3, 4 or 5 (Note: there are 3 different links below!):
{% tabbed_block %}
{% for variant in site.installation.types[page.installation_type].variants %}
- title: {{ variant.name }}
content: |
```text
https://github.com/home-assistant/operating-system/releases/download/{{site.data.version_data.hassos[variant.key]}}/haos_{{ variant.key }}-{{site.data.version_data.hassos[variant.key]}}.img.xz
```
{% endfor %}
{% endtabbed_block %}
{% include installation_survey.html %} {% include installation_survey.html %}
With the Home Assistant Operating System installed and accessible, you can now continue with onboarding. With the Home Assistant Operating System installed and accessible, you can now continue with onboarding.