diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 73f64578b7e..99d8a7bddca 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -164,9 +164,9 @@ Use this method only if Method 1 does not work for you. {% if page.installation_type == 'odroid' %} If you are using ODROID-M1, note that booting from NVMe is not supported. If you want to boot from eMMC, [update the firmware](https://github.com/home-assistant/operating-system/blob/dev/Documentation/boards/hardkernel/odroid-m1.md) before installing the image. - 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). + If you are using a [Home Assistant Blue](/blue) or ODROID-N2+, you can [attach your device directly](/installation/odroid#flashing-an-odroid-n2). - If you are using an ODROID-M1S, you need to follow this guide to [boot your device into UMS mode](/common-tasks/os/#flashing-an-odroid-m1s). + If you are using an ODROID-M1S, you need to follow this guide to [boot your device into UMS mode](/installation/odroid#flashing-an-odroid-m1s). {% endif %} 3. Download and start Balena Etcher. You may need to run it with administrator privileges on Windows. 4. Download the image to your computer. @@ -184,9 +184,9 @@ Use this method only if Method 1 does not work for you. ``` {% if variant.key == "odroid-n2" %} - [Guide: Flashing ODROID-N2 using OTG-USB](/hassio/flashing_n2_otg/) + [Guide: Flashing ODROID-N2 using OTG-USB](/installation/odroid#flashing-an-odroid-n2) {% elsif variant.key == "odroid-m1s" %} - [Guide: Flashing ODROID-M1S using OTG-USB](/hassio/flashing_m1s_otg/) + [Guide: Flashing ODROID-M1S using OTG-USB](/installation/odroid#flashing-an-odroid-m1s) {% elsif variant.key == "rpi4" or variant.key == "rpi3" %} *(64-bit is recommended)* {% endif %} @@ -472,6 +472,13 @@ With the Home Assistant Operating System installed and accessible, you can conti {% include getting-started/next_step.html step="Onboarding" link="/getting-started/onboarding/" %} +{% if page.installation_type == 'odroid' %} + +{% include common-tasks/flashing_n2_otg.md %} +{% include common-tasks/flashing_m1s_otg.md %} + +{% endif %} + [generic-x86-64]: {{release_url}}/{{site.data.version_data.hassos['ova']}}/haos_generic-x86-64-{{site.data.version_data.hassos['generic-x86-64']}}.img.xz [vmdk]: {{release_url}}/{{site.data.version_data.hassos['ova']}}/haos_ova-{{site.data.version_data.hassos['ova']}}.vmdk.zip [vhdx]: {{release_url}}/{{site.data.version_data.hassos['ova']}}/haos_ova-{{site.data.version_data.hassos['ova']}}.vhdx.zip diff --git a/source/_redirects b/source/_redirects index 7255f72546e..1b07874229c 100644 --- a/source/_redirects +++ b/source/_redirects @@ -357,6 +357,8 @@ layout: null /topics/state_object /docs/configuration/state_object /topics/templating /docs/configuration/templating /common-tasks /common-tasks/os +/common-tasks/os/#flashing-an-odroid-m1s /installation/odroid#flashing-an-odroid-m1s +/common-tasks/os/#flashing-an-odroid-n2 /installation/odroid#flashing-an-odroid-n2 /docs/installation /installation /docs/installation/docker /installation /docs/installation/raspberry-pi /installation diff --git a/source/common-tasks/os.markdown b/source/common-tasks/os.markdown index f8303d89533..f1027abf4b7 100644 --- a/source/common-tasks/os.markdown +++ b/source/common-tasks/os.markdown @@ -18,7 +18,3 @@ This section will provide guides to some common tasks and information which you {% include common-tasks/lost_password.md %} {% include common-tasks/third-party-addons.md %} {% include common-tasks/data_disk.md %} -{% include common-tasks/flashing_n2_otg.md %} -{% include common-tasks/flashing_m1s_otg.md %} -{% include common-tasks/enable_i2c.md %} - diff --git a/source/installation/raspberrypi.markdown b/source/installation/raspberrypi.markdown index acfdfa76f7d..1213f45d225 100644 --- a/source/installation/raspberrypi.markdown +++ b/source/installation/raspberrypi.markdown @@ -87,6 +87,7 @@ With the Home Assistant Operating System installed and accessible, you can now c {% include getting-started/next_step.html step="Onboarding" link="/getting-started/onboarding/" %} + {% include installation/container.md %} {% include installation/core.md %} @@ -135,3 +136,4 @@ _Select and copy the URL or use the "copy" button that appear when you hover it. We get commissions for purchases made through links in this post.

+{% include common-tasks/enable_i2c.md %} \ No newline at end of file