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
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"
![etcher_from_url](/images/installation/etcher1.png)
@ -133,7 +136,7 @@ _Select and copy the URL or use the "copy" button that appear when you hover it.
{% if page.installation_type == 'generic-x86-64' %}
1. If you used your Desktop system to write to your boot media, install the boot media ({{site.installation.types[page.installation_type].installation_media}}) into the target system. Otherwise, shutdown the live operating system and make sure to remove the USB flash drive you have been using for the live system.
2. Make sure an ethernet cable for network is plugged in
3. Power the system on.
3. Power the system on.
{% else %}
1. Insert the boot media ({{site.installation.types[page.installation_type].installation_media}}) you just created
2. Attach a ethernet cable for network.

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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 %}

View File

@ -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" %}

View File

@ -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" %}

View File

@ -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 %}