Add link to flashing Blue directly (#19093)

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
Paulus Schoutsen 2021-08-26 10:54:08 -07:00 committed by GitHub
parent 6e4564cbce
commit feb04c7698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 8 deletions

View File

@ -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 ### 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 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> 2. Download and start <a href="https://www.balena.io/etcher" target="_blank">Balena Etcher</a>
3. Select "Flash from URL" 3. Select "Flash from URL"
![etcher_from_url](/images/installation/etcher1.png) ![etcher_from_url](/images/installation/etcher1.png)

View File

@ -4,7 +4,7 @@ description: "Install Home Assistant on Generic x86-64 systems (e.g. Intel NUC)"
installation_type: generic-x86-64 installation_type: generic-x86-64
--- ---
{% comment %} {% 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 %} {% endcomment %}
{% include installation/operating_system.md %} {% include installation/operating_system.md %}

View File

@ -4,7 +4,7 @@ description: "Install Home Assistant on a Linux"
installation_type: linux installation_type: linux
--- ---
{% comment %} {% 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 %} {% endcomment %}
{% include installation/operating_system.md %} {% include installation/operating_system.md %}

View File

@ -4,7 +4,7 @@ description: "Install Home Assistant on a MacOS"
installation_type: macos installation_type: macos
--- ---
{% comment %} {% 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 %} {% endcomment %}
{% include installation/operating_system.md %} {% include installation/operating_system.md %}

View File

@ -4,7 +4,7 @@ description: "Install Home Assistant on a ODROID"
installation_type: odroid installation_type: odroid
--- ---
{% comment %} {% 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 %} {% endcomment %}
{% include installation/operating_system.md %} {% include installation/operating_system.md %}

View File

@ -4,7 +4,7 @@ description: "Install Home Assistant on a Raspberry Pi"
installation_type: raspberrypi installation_type: raspberrypi
--- ---
{% comment %} {% 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 %} {% endcomment %}
{% assign board = "Raspberry Pi" %} {% assign board = "Raspberry Pi" %}

View File

@ -4,7 +4,7 @@ description: "Install Home Assistant on Asus Tinkerboard"
installation_type: tinkerboard installation_type: tinkerboard
--- ---
{% comment %} {% 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 %} {% endcomment %}
{% assign board = "ASUS Tinkerboard" %} {% assign board = "ASUS Tinkerboard" %}

View File

@ -4,7 +4,7 @@ description: "Install Home Assistant on Windows"
installation_type: windows installation_type: windows
--- ---
{% comment %} {% 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 %} {% endcomment %}
{% include installation/operating_system.md %} {% include installation/operating_system.md %}