put minor update on image description

This commit is contained in:
nurix87 2020-08-15 15:46:56 +07:00
parent 87ad68d0db
commit 4d439314e9
3 changed files with 24 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View file

@ -183,14 +183,24 @@ If you wish to manually configure your IP address you can use the **armbian-conf
armbian-config armbian-config
``` ```
Select the *Network* section:
![Armbian-config](/helios64/img/install/armbian-config.png) ![Armbian-config](/helios64/img/install/armbian-config.png)
Select the ethernet you want to assign IP Address to, in this case we select eth0 for the first Ethernet:
![Armbian-config](/helios64/img/install/armbian-config-eth-select.png) ![Armbian-config](/helios64/img/install/armbian-config-eth-select.png)
Navigate to *IP* to configure your IPv4 address:
![Armbian-config](/helios64/img/install/armbian-config-network.png) ![Armbian-config](/helios64/img/install/armbian-config-network.png)
Select *Static*:
![Armbian-config](/helios64/img/install/armbian-config-ip-static.png) ![Armbian-config](/helios64/img/install/armbian-config-ip-static.png)
Provide the IP Address, Netmask, and Gateway information that you want to assign:
![Armbian-config](/helios64/img/install/armbian-config-ip-set.png) ![Armbian-config](/helios64/img/install/armbian-config-ip-set.png)
Press **ESC** till you exit armbian-config tool. Press **ESC** till you exit armbian-config tool.
@ -207,26 +217,38 @@ sudo reboot
You can now connect by SSH to your Helios64 to carry on with your configuration. You can now connect by SSH to your Helios64 to carry on with your configuration.
Here is the example when we use linux client:
![SSH Login](/helios64/img/install/ssh_login.png) ![SSH Login](/helios64/img/install/ssh_login.png)
You can use putty as the SSH client if you are using windows:
![Putty SSH](/helios64/img/install/putty_ssh.png) ![Putty SSH](/helios64/img/install/putty_ssh.png)
## **What to do next ?** ## **What to do next ?**
If you want to install OpenMediaVault, the next-gen network attached storage (NAS) software, refer to the [OMV](/helios4/omv) page. If you want to install OpenMediaVault, the next-gen network attached storage (NAS) software, refer to the [OMV](/helios4/omv) page.
If you have assembled an OLED Display as part of your Helios64 setup, it can be the right time to set it up. Refer to the following [section](/helios4/i2c/#sys-oled-application) that will explain you how to install the **sys-oled** application which control the OLED display.
For other software you can use **armbian-config** which provides an easy way to install 3rd party applications. You can also refer to our *Software* section to find tutorials that will help you to setup manually your Helios64. For other software you can use **armbian-config** which provides an easy way to install 3rd party applications. You can also refer to our *Software* section to find tutorials that will help you to setup manually your Helios64.
Here we put some crash-course example how to install software (OMV) using the armbian-config.
```bash ```bash
sudo armbian-config sudo armbian-config
``` ```
Select *Software* section:
![!armbian-config Main Menu](/helios64/img/omv/install-1.png) ![!armbian-config Main Menu](/helios64/img/omv/install-1.png)
Navigate to *Softy*:
![!armbian-config Software](/helios64/img/omv/install-2.png) ![!armbian-config Software](/helios64/img/omv/install-2.png)
Then choose *OMV*, to install the OpenMediaVault:
![!armbian-config Selection](/helios64/img/omv/install-3.png) ![!armbian-config Selection](/helios64/img/omv/install-3.png)
Wait the install process to complete:
![!armbian-config Selection](/helios64/img/omv/install-4.png) ![!armbian-config Selection](/helios64/img/omv/install-4.png)