mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Raspberry Pi installation: update to include Raspberry Pi 5 (#31440)
* Raspberri installation: update to include Raspberry Pi 5 * Reduce video file size * Add affiliate link to Amazon * Update rpi image to no longer show preview * Update images to reflect current rpi-imager * Tweak
This commit is contained in:
parent
712f804115
commit
8c9fa2f300
@ -216,6 +216,8 @@ installation:
|
||||
board: Raspberry Pi
|
||||
installation_media: "SD card"
|
||||
variants:
|
||||
- name: "Raspberry Pi 5"
|
||||
key: "rpi5-64"
|
||||
- name: "Raspberry Pi 4"
|
||||
key: "rpi4-64"
|
||||
- name: "Raspberry Pi 3"
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 MiB |
BIN
source/images/installation/rpi-ha.webp
Normal file
BIN
source/images/installation/rpi-ha.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Binary file not shown.
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 33 KiB |
@ -4,7 +4,7 @@ description: "Install Home Assistant on a Raspberry Pi"
|
||||
installation_type: raspberrypi
|
||||
---
|
||||
{% comment %}
|
||||
Included sections for this page is located under source/_includes/installation
|
||||
Included section for this page is located under source/_includes/installation
|
||||
{% endcomment %}
|
||||
|
||||
{% assign board = "Raspberry Pi" %}
|
||||
@ -23,6 +23,7 @@ Before installing Home Assistant, you might want to <a href="/installation#compa
|
||||
|
||||
We will need a few things to get started with installing Home Assistant. Links below lead to Amazon US. If you’re not in the US, you should be able to find these items in web stores in your country.
|
||||
|
||||
- [Raspberry Pi 5](https://amzn.to/3UH6TcD)
|
||||
- [Raspberry Pi 4](https://amzn.to/2S0Gcl1) (Raspberry Pi 3 Model B is ok too, but the Model A does not have enough RAM). Raspberry Pi are currently hard to come by, use [RPilocator](https://rpilocator.com/?cat=PI4) to find official distributors with stock.
|
||||
- [Power Supply for Raspberry Pi 4](https://amzn.to/2ReZ2Vq) or [Power Supply for Raspberry Pi 3](https://amzn.to/2R8yG7h)
|
||||
- [Micro SD Card](https://amzn.to/2X0Z2di). Ideally get one that is [Application Class 2](https://www.sdcard.org/developers/overview/application/index.html) as they handle small I/O much more consistently than cards not optimized to host applications. A 32 GB or bigger card is recommended.
|
||||
@ -37,15 +38,15 @@ If Raspberry Pi Imager is not supported by your platform, you can use [Balena Et
|
||||
|
||||
### Write the image to your SD card
|
||||
|
||||
1. Download and install the Raspberry Pi Imager on your computer as described under [https://www.raspberrypi.com/software/](https://www.raspberrypi.com/software/).
|
||||
1. Download and install the Raspberry Pi Imager on your computer as described under [https://www.raspberrypi.com/software/](https://www.raspberrypi.com/software/).
|
||||

|
||||
2. Open the Raspberry Pi Imager and select your Raspberry Pi device.
|
||||

|
||||
3. Choose the operating system:
|
||||
1. Select **Choose OS**.
|
||||
2. Select **Other specific-purpose OS** > **Home assistants and home automation** > **Home Assistant**.
|
||||
3. Choose the Home Assistant OS that matches your hardware (RPi 3 or RPi 4).
|
||||

|
||||
3. Choose the Home Assistant OS that matches your hardware (RPi 3, RPi 4, or RPi 5).
|
||||

|
||||
4. Choose the storage:
|
||||
1. Insert the SD card into the computer. Note: the contents of the card will be overwritten.
|
||||
2. Select your SD card.
|
||||
@ -72,8 +73,8 @@ Within a few minutes after connecting the Raspberry Pi, you will be able to reac
|
||||
If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at <a href="http://homeassistant:8123" target="_blank">homeassistant:8123</a> or `http://X.X.X.X:8123` (replace X.X.X.X with your Raspberry Pi’s IP address).
|
||||
</div>
|
||||
|
||||
- The time it takes for this page to become available depends on your hardware. On a Raspberry Pi 4, this page should be available within a minute.
|
||||
- If it does not show up after 5 minutes on a Pi 4, maybe the image was not written properly.
|
||||
- The time it takes for this page to become available depends on your hardware. On a Raspberry Pi 4 or 5, this page should be available within a minute.
|
||||
- If it does not show up after 5 minutes on a Pi 4 or 5, maybe the image was not written properly.
|
||||
- Try to flash the SD card again, possibly even try a different SD card.
|
||||
- If this did not help, view the console output on the Raspberry Pi.
|
||||
- To do this, connect a monitor via HDMI.
|
||||
|
Loading…
x
Reference in New Issue
Block a user