From 827c27a1f7963ed9f5efa7279dcdc642d88875fe Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:40:45 +0100 Subject: [PATCH] Installation: remove docs for tinkerboard and ODROID XU4 (#29568) - ARMV7 boards and 32-bit ARM are no longer actively promoted --- _config.yml | 7 ------ .../installation/operating_system.md | 15 ++----------- source/installation/index.html | 22 +------------------ source/installation/tinkerboard.markdown | 17 -------------- 4 files changed, 3 insertions(+), 58 deletions(-) delete mode 100644 source/installation/tinkerboard.markdown diff --git a/_config.yml b/_config.yml index 9e68c7d5efa..1229e30baf0 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 8cb94d2838f..4284aed2fe3 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -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 you’re 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' %}
diff --git a/source/installation/index.html b/source/installation/index.html index 91f7353fa31..c51f5c44b8b 100644 --- a/source/installation/index.html +++ b/source/installation/index.html @@ -110,27 +110,7 @@ toc: true
{% include assets/chevron_right.html %} - - -

ASUS Tinkerboard

- -
-
-
- -
-
- ASUS Tinkerboard -
    -
  • Home Assistant Operating System
  • -
  • Home Assistant Container
  • -
  • Home Assistant Core
  • -
-
-
- {% include assets/chevron_right.html %} -
-
+

Generic x86-64

diff --git a/source/installation/tinkerboard.markdown b/source/installation/tinkerboard.markdown deleted file mode 100644 index 930ee7320e2..00000000000 --- a/source/installation/tinkerboard.markdown +++ /dev/null @@ -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._