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.
This commit is contained in:
Stefan Agner 2021-03-02 14:54:03 +01:00 committed by GitHub
parent 7789696e94
commit 27a55af9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}