Installation with Balena: (#28624)

This commit is contained in:
c0ffeeca7 2023-08-21 11:32:51 +02:00 committed by GitHub
parent e1e56534da
commit fc95d51aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 24 additions and 18 deletions

View File

@ -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.

View File

@ -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**.
![Screenshot of the Etcher software showing flash from URL selected.](/images/installation/etcher1.png)
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**.
![Screenshot of the Etcher software showing the URL bar with a URL pasted in.](/images/installation/etcher2.png)
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.
![Screenshot of the Etcher software showing flash from URL selected.](/images/installation/etcher1_file.png)
6. **Select target**.
![Screenshot of the Etcher software showing the select target button highlighted.](/images/installation/etcher3.png)
7. Select the boot medium ({{site.installation.types[page.installation_type].installation_media}}) you want to use for your installation.
![Screenshot of the Etcher software showing teh targets available.](/images/installation/etcher4.png)
8. Select **Flash!** to start writing the image.
![Screenshot of the Etcher software showing the Flash button highlighted.](/images/installation/etcher5.png)
9. When Balena Etcher has finished writing the image, you will see a confirmation.
![Screenshot of the Etcher software showing that the installation has completed.](/images/installation/etcher6.png)
- 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -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**.
![Screenshot of the Etcher software showing flash from URL selected.](/images/installation/etcher1.png)
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**.
![Screenshot of the Etcher software showing the URL bar with a URL pasted in.](/images/installation/etcher2.png)
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.
![Screenshot of the Etcher software showing flash from URL selected.](/images/installation/etcher1_file.png)
6. **Select target**.
![Screenshot of the Etcher software showing the select target button highlighted.](/images/installation/etcher3.png)
3. Select the SD card you want to use for your installation.
7. Select the SD card you want to use for your installation.
![Screenshot of the Etcher software showing teh targets available.](/images/installation/etcher4.png)
4. Select **Flash!** to start writing the image.
8. Select **Flash!** to start writing the image.
![Screenshot of the Etcher software showing the Flash button highlighted.](/images/installation/etcher5.png)
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.
![Screenshot of the Etcher software showing that the installation has completed.](/images/installation/etcher6.png)