mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
7789696e94
commit
27a55af9bb
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user