mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 11:56:50 +00:00
Move ODROID and Raspberry Pi specific installation guides (#32274)
* Move ODROID and Raspberry Pi specific installation guides - move them from Operating System page to hardware-specific installation pages * Fix link
This commit is contained in:
parent
900355707d
commit
3ba83077d7
@ -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 <a href="https://www.balena.io/etcher" target="_blank">Balena Etcher</a>. 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
|
||||
|
@ -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
|
||||
|
@ -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 %}
|
||||
|
||||
|
@ -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.
|
||||
<i>We get commissions for purchases made through links in this post.</i></p>
|
||||
</div>
|
||||
|
||||
{% include common-tasks/enable_i2c.md %}
|
Loading…
x
Reference in New Issue
Block a user