mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Installation with Balena: (#28624)
This commit is contained in:
parent
e1e56534da
commit
fc95d51aa4
@ -64,6 +64,7 @@ This will configure the ODROID-N2+ and OTG to act as a memory card reader:
|
||||
1. Connect the ODROID-N2+ to your PC via the micro-USB port at the front of the ODROID-N2+.
|
||||
2. When the ODROID-N2 is recognized as a USB connected storage device, you can flash the eMMC with [Etcher](https://www.balena.io/etcher/).
|
||||
- Use the latest stable version of Home Assistant OS for the [ODROID-N2+](https://github.com/home-assistant/operating-system/releases/download/{{site.data.version_data.hassos['odroid-n2']}}/haos_odroid-n2-{{site.data.version_data.hassos['odroid-n2']}}.img.xz) (haos_odroid-n2-{{site.data.version_data.hassos['odroid-n2']}}.img.xz).
|
||||
- In Balena, use **Flash from file**. **Flash from URL** does not work on all systems.
|
||||
|
||||
3. When the flash process is complete, disconnect the ODROID-N2+ from your PC.
|
||||
- Remove the power cable.
|
||||
|
@ -121,10 +121,9 @@ sudo apt install libfuse2
|
||||
If you are using a [Home Assistant Blue](/blue) or ODROID N2+, you can [attach your device directly](/common-tasks/os/#flashing-an-odroid-n2).
|
||||
{% endif %}
|
||||
2. Download and start <a href="https://www.balena.io/etcher" target="_blank">Balena Etcher</a>. You may need to run it with administrator privileges on Windows.
|
||||
3. Select **Flash from URL**.
|
||||

|
||||
|
||||
4. Copy the URL for the image. If there are multiple links below, make sure to select the correct link for your version of {{site.installation.types[page.installation_type].board}}:
|
||||
3. Download the image to your computer.
|
||||
- Copy the URL for the image.
|
||||
- If there are multiple links below, make sure to select the correct link for your version of {{site.installation.types[page.installation_type].board}}.
|
||||
{% if site.installation.types[page.installation_type].variants.size > 1 %}
|
||||
{% tabbed_block %}
|
||||
{% for variant in site.installation.types[page.installation_type].variants %}
|
||||
@ -155,17 +154,20 @@ sudo apt install libfuse2
|
||||
|
||||
_Select and copy the URL or use the "copy" button that appear when you hover it._
|
||||
|
||||
5. Paste the URL for the {{site.installation.types[page.installation_type].board}} image into Balena Etcher and select **OK**.
|
||||

|
||||
6. When Balena Etcher has downloaded the image, click **Select target**.
|
||||
[Screenshot of the Etcher software showing the select target button highlighted.](/images/installation/etcher3.png)
|
||||
|
||||
4. Paste the URL into your browser to start the download.
|
||||
5. Select **Flash from file** and select the image you just downloaded.
|
||||
- **Flash from URL** does not work on some systems.
|
||||
|
||||

|
||||
6. **Select target**.
|
||||

|
||||
7. Select the boot medium ({{site.installation.types[page.installation_type].installation_media}}) you want to use for your installation.
|
||||

|
||||
8. Select **Flash!** to start writing the image.
|
||||

|
||||
9. When Balena Etcher has finished writing the image, you will see a confirmation.
|
||||

|
||||
- If you are having issues with Balena Etcher, rather than installing from URL, download the file. Then, install from file.
|
||||
|
||||
### Start up your {{site.installation.types[page.installation_type].board}}
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
BIN
source/images/installation/etcher1_file.png
Normal file
BIN
source/images/installation/etcher1_file.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
@ -82,10 +82,10 @@ Use this procedure if Raspberry Pi Imager is not supported by your platform.
|
||||
|
||||
1. Insert the SD card into the computer. Note: the contents of the card will be overwritten.
|
||||
2. Download and start <a href="https://www.balena.io/etcher" target="_blank">Balena Etcher</a>. You may need to run it with administrator privileges on Windows.
|
||||
3. Select **Flash from URL**.
|
||||

|
||||
|
||||
4. Copy the correct URL for the Raspberry Pi 3 or 4 (Note: there are 2 different links below!):
|
||||
3. Download the image to your computer.
|
||||
- Copy the correct URL for the Raspberry Pi 3 or 4 (Note: there are 2 different links below!):
|
||||
|
||||
{% tabbed_block %}
|
||||
{% for variant in site.installation.types[page.installation_type].variants %}
|
||||
|
||||
@ -101,15 +101,18 @@ Use this procedure if Raspberry Pi Imager is not supported by your platform.
|
||||
|
||||
_Select and copy the URL or use the "copy" button that appear when you hover it._
|
||||
|
||||
1. Paste the URL for the image into Balena Etcher and select **OK**.
|
||||

|
||||
2. When Balena Etcher has downloaded the image, select **Select target**.
|
||||
4. Paste the URL into your browser to start the download.
|
||||
5. Select **Flash from file** and select the image you just downloaded.
|
||||
- **Flash from URL** does not work on some systems.
|
||||
|
||||

|
||||
6. **Select target**.
|
||||

|
||||
3. Select the SD card you want to use for your installation.
|
||||
7. Select the SD card you want to use for your installation.
|
||||

|
||||
4. Select **Flash!** to start writing the image.
|
||||
8. Select **Flash!** to start writing the image.
|
||||

|
||||
5. Once Balena Etcher has finished writing the image, you will see a confirmation.
|
||||
9. Once Balena Etcher has finished writing the image, you will see a confirmation.
|
||||

|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user