Installation: remove docs for tinkerboard and ODROID XU4 (#29568)

- ARMV7 boards and 32-bit ARM are no longer actively promoted
This commit is contained in:
c0ffeeca7 2023-10-31 10:40:45 +01:00 committed by GitHub
parent 2ec364b6d8
commit 827c27a1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 58 deletions

View File

@ -221,13 +221,6 @@ installation:
- name: "Raspberry Pi 3"
key: "rpi3-64"
tinkerboard:
board: ASUS Tinkerboard
installation_media: "eMMC module or SD card"
variants:
- name: "ASUS Tinkerboard"
key: "tinker"
generic-x86-64:
board: Generic x86-64
installation_media: "storage device"

View File

@ -17,16 +17,15 @@ To get started, we suggest the ODROID N2+, the board that powers our [Home Assis
If unavailable, we also recommend the [ODROID C4](https://ameridroid.com/products/odroid-c4?ref=eeb6nfw07e).
Home Assistant bundles (US market):
Home Assistant bundles (US market):
The bundles come with Home Assistant pre-installed.
The bundles come with Home Assistant pre-installed.
- [ODROID N2+: 2 GB RAM / 16 GB eMMC](https://ameridroid.com/products/odroid-n2-home-assistant-blue-bundle-limited-edition?variant=44748729286935?ref=eeb6nfw07e)
- [ODROID N2+: 4 GB RAM / 64 GB eMMC](https://ameridroid.com/products/odroid-n2-home-assistant-blue-bundle-limited-edition?variant=44748729221399?ref=eeb6nfw07e)
- ODROID M1: 4 GB RAM / 256 GB NVMe / [16 GB µSD](https://ameridroid.com/products/odroid-n2-home-assistant-blue-bundle-limited-edition?variant=44929573028119?ref=eeb6nfw07e) or [16 GB eMMC](https://ameridroid.com/products/odroid-n2-home-assistant-blue-bundle-limited-edition?variant=44994940567831?ref=eeb6nfw07e)
- ODROID M1: 8 GB RAM / 256 GB NVMe / [16 GB µSD](https://ameridroid.com/products/odroid-n2-home-assistant-blue-bundle-limited-edition?variant=44929573093655?ref=eeb6nfw07e) or [16 GB eMMC](https://ameridroid.com/products/odroid-n2-home-assistant-blue-bundle-limited-edition?variant=44994940633367?ref=eeb6nfw07e)
- [ODROID M1: 8 GB RAM / 1 TB NVMe / 64 GB eMMC ](https://ameridroid.com/products/odroid-n2-home-assistant-blue-bundle-limited-edition?variant=44994940698903?ref=eeb6nfw07e)
- ODROID XU4: 2 GB RAM / [32 GB µSD](https://ameridroid.com/products/odroid-n2-home-assistant-blue-bundle-limited-edition?variant=44748729352471?ref=eeb6nfw07e) or [16 GB eMMC](https://ameridroid.com/products/odroid-n2-home-assistant-blue-bundle-limited-edition?variant=44748782305559?ref=eeb6nfw07e)
Variants without pre-installed Home Assistant:
@ -43,16 +42,6 @@ Variants without pre-installed Home Assistant:
{% endif %}
{% if page.installation_type == 'tinkerboard' %}
### Suggested hardware
We will need a few things to get started with installing Home Assistant. The links below lead to Amazon US. If youre not in the US, you should be able to find it in web stores in your country.
- [Asus Tinkerboard S](https://amzn.to/3fFIcbI)
{% endif %}
{% if page.installation_type == 'generic-x86-64' %}
<div class='note'>

View File

@ -110,27 +110,7 @@ toc: true
</div>
{% include assets/chevron_right.html %}
</div>
</a>
<h2>ASUS Tinkerboard</h2>
<a href="/installation/tinkerboard" class="installations-card">
<div class="material-card text">
<div class="content-container">
<div>
<img src="/images/installation/tinkerboard.png">
</div>
<div>
<b>ASUS Tinkerboard</b>
<ul>
<li>Home Assistant Operating System</li>
<li>Home Assistant Container</li>
<li>Home Assistant Core</li>
</ul>
</div>
</div>
{% include assets/chevron_right.html %}
</div>
</a>
</a>
<h2>Generic x86-64</h2>
<a href="/installation/generic-x86-64" class="installations-card">

View File

@ -1,17 +0,0 @@
---
title: "Asus Tinkerboard"
description: "Install Home Assistant on Asus Tinkerboard"
installation_type: tinkerboard
---
{% comment %}
Included sections for this page is located under source/_includes/installation
{% endcomment %}
{% assign board = "ASUS Tinkerboard" %}
{% assign installation_media = "eMMC module/SD card" %}
{% include installation/operating_system.md %}
{% include installation/container.md %}
{% include installation/core.md %}
_We get commissions for purchases made through links in this post._