Skip to content

Commit

Permalink
Reflect current restrictions on 64-bit Raspberry Pi images (home-assi…
Browse files Browse the repository at this point in the history
…stant#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.
  • Loading branch information
agners authored Mar 2, 2021
1 parent 7789696 commit 27a55af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/_includes/installation/operating_system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 27a55af

Please sign in to comment.