From 27a55af9bb4a5c65cfba72e1c883b6f1d6090f6f Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 2 Mar 2021 14:54:03 +0100 Subject: [PATCH] Reflect current restrictions on 64-bit Raspberry Pi images (#16810) The current Raspberry Pi images (with current Home Assistant Core releases) does work fine for GPIOs as well as various HATs. Drop the hints about 32-bit. The 32-bit variant also boots fine with the 8GB variant now. However, using the 64-bit variant is still recommended since the OS level support does not need not that well tested features such as LPAE etc. --- source/_includes/installation/operating_system.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_includes/installation/operating_system.md b/source/_includes/installation/operating_system.md index 0666814ec43..1b0b235406e 100644 --- a/source/_includes/installation/operating_system.md +++ b/source/_includes/installation/operating_system.md @@ -40,9 +40,7 @@ We will need a few things to get started with installing Home Assistant. Links b {% if variant.key == "odroid-n2" %} [Guide: Flashing Odroid-N2 using OTG-USB](/hassio/flashing_n2_otg/) {% elsif variant.key == "rpi4" %} - _(To use the full 8GB of memory on the 8GB model 64-bit is **required**)_ - {% elsif variant.key == "rpi4-64" or variant.key == "rpi3-64" %} - _(For GPIO and HAT 32-bit is **required**)_ + _(On the 8GB model 64-bit is recommended)_ {% endif %} {% endfor %}