From feb04c7698c0998fa4ddc32582c09c20392ae99a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 26 Aug 2021 10:54:08 -0700 Subject: [PATCH] Add link to flashing Blue directly (#19093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- source/_includes/installation/operating_system.md | 5 ++++- source/installation/generic-x86-64.markdown | 2 +- source/installation/linux.markdown | 2 +- source/installation/macos.markdown | 2 +- source/installation/odroid.markdown | 2 +- source/installation/raspberrypi.markdown | 2 +- source/installation/tinkerboard.markdown | 2 +- source/installation/windows.markdown | 2 +- 8 files changed, 11 insertions(+), 8 deletions(-) diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 36829242140..7fb69b791e7 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -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 Balena Etcher 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. diff --git a/source/installation/generic-x86-64.markdown b/source/installation/generic-x86-64.markdown index 89d4c55e1b5..c1c17068bcf 100644 --- a/source/installation/generic-x86-64.markdown +++ b/source/installation/generic-x86-64.markdown @@ -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 %} diff --git a/source/installation/linux.markdown b/source/installation/linux.markdown index 17e431cb8e5..62733557614 100644 --- a/source/installation/linux.markdown +++ b/source/installation/linux.markdown @@ -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 %} diff --git a/source/installation/macos.markdown b/source/installation/macos.markdown index 4146c8f7e84..6ed8c8ee180 100644 --- a/source/installation/macos.markdown +++ b/source/installation/macos.markdown @@ -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 %} diff --git a/source/installation/odroid.markdown b/source/installation/odroid.markdown index ccabf06dfbb..566bea9f0c4 100644 --- a/source/installation/odroid.markdown +++ b/source/installation/odroid.markdown @@ -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 %} diff --git a/source/installation/raspberrypi.markdown b/source/installation/raspberrypi.markdown index 0b9732203d9..78117169291 100644 --- a/source/installation/raspberrypi.markdown +++ b/source/installation/raspberrypi.markdown @@ -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" %} diff --git a/source/installation/tinkerboard.markdown b/source/installation/tinkerboard.markdown index ffb0501616f..930ee7320e2 100644 --- a/source/installation/tinkerboard.markdown +++ b/source/installation/tinkerboard.markdown @@ -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" %} diff --git a/source/installation/windows.markdown b/source/installation/windows.markdown index 4aa00dcc732..b3b21bb2bb1 100644 --- a/source/installation/windows.markdown +++ b/source/installation/windows.markdown @@ -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 %}