mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add link to flashing Blue directly (#19093)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
parent
6e4564cbce
commit
feb04c7698
@ -82,6 +82,9 @@ If you prefer to use a live operating system, follow the instructions of your Li
|
||||
### Write the image to your boot media
|
||||
|
||||
1. Attach the Home Assistant boot media ({{site.installation.types[page.installation_type].installation_media}}) to your computer
|
||||
{% if page.installation_type == 'odroid' %}
|
||||
If you are using a [Home Assistant Blue](/blue) or ODROID N2+, you can [attach your device directly](/common-tasks/os/#flashing-an-odroid-n2).
|
||||
{% endif %}
|
||||
2. Download and start <a href="https://www.balena.io/etcher" target="_blank">Balena Etcher</a>
|
||||
3. Select "Flash from URL"
|
||||

|
||||
|
@ -4,7 +4,7 @@ description: "Install Home Assistant on Generic x86-64 systems (e.g. Intel NUC)"
|
||||
installation_type: generic-x86-64
|
||||
---
|
||||
{% comment %}
|
||||
Included sections for this page is located under source/_includes/getting-started/installation
|
||||
Included sections for this page is located under source/_includes/installation
|
||||
{% endcomment %}
|
||||
|
||||
{% include installation/operating_system.md %}
|
||||
|
@ -4,7 +4,7 @@ description: "Install Home Assistant on a Linux"
|
||||
installation_type: linux
|
||||
---
|
||||
{% comment %}
|
||||
Included sections for this page is located under source/_includes/getting-started/installation
|
||||
Included sections for this page is located under source/_includes/installation
|
||||
{% endcomment %}
|
||||
|
||||
{% include installation/operating_system.md %}
|
||||
|
@ -4,7 +4,7 @@ description: "Install Home Assistant on a MacOS"
|
||||
installation_type: macos
|
||||
---
|
||||
{% comment %}
|
||||
Included sections for this page is located under source/_includes/getting-started/installation
|
||||
Included sections for this page is located under source/_includes/installation
|
||||
{% endcomment %}
|
||||
|
||||
{% include installation/operating_system.md %}
|
||||
|
@ -4,7 +4,7 @@ description: "Install Home Assistant on a ODROID"
|
||||
installation_type: odroid
|
||||
---
|
||||
{% comment %}
|
||||
Included sections for this page is located under source/_includes/getting-started/installation
|
||||
Included sections for this page is located under source/_includes/installation
|
||||
{% endcomment %}
|
||||
|
||||
{% include installation/operating_system.md %}
|
||||
|
@ -4,7 +4,7 @@ description: "Install Home Assistant on a Raspberry Pi"
|
||||
installation_type: raspberrypi
|
||||
---
|
||||
{% comment %}
|
||||
Included sections for this page is located under source/_includes/getting-started/installation
|
||||
Included sections for this page is located under source/_includes/installation
|
||||
{% endcomment %}
|
||||
|
||||
{% assign board = "Raspberry Pi" %}
|
||||
|
@ -4,7 +4,7 @@ description: "Install Home Assistant on Asus Tinkerboard"
|
||||
installation_type: tinkerboard
|
||||
---
|
||||
{% comment %}
|
||||
Included sections for this page is located under source/_includes/getting-started/installation
|
||||
Included sections for this page is located under source/_includes/installation
|
||||
{% endcomment %}
|
||||
|
||||
{% assign board = "ASUS Tinkerboard" %}
|
||||
|
@ -4,7 +4,7 @@ description: "Install Home Assistant on Windows"
|
||||
installation_type: windows
|
||||
---
|
||||
{% comment %}
|
||||
Included sections for this page is located under source/_includes/getting-started/installation
|
||||
Included sections for this page is located under source/_includes/installation
|
||||
{% endcomment %}
|
||||
|
||||
{% include installation/operating_system.md %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user