put minor update on image description
This commit is contained in:
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 |
|
@ -183,14 +183,24 @@ If you wish to manually configure your IP address you can use the **armbian-conf
|
|||
armbian-config
|
||||
```
|
||||
|
||||
Select the *Network* section:
|
||||
|
||||

|
||||
|
||||
Select the ethernet you want to assign IP Address to, in this case we select eth0 for the first Ethernet:
|
||||
|
||||

|
||||
|
||||
Navigate to *IP* to configure your IPv4 address:
|
||||
|
||||

|
||||
|
||||
Select *Static*:
|
||||
|
||||

|
||||
|
||||
Provide the IP Address, Netmask, and Gateway information that you want to assign:
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
Here is the example when we use linux client:
|
||||
|
||||

|
||||
|
||||
You can use putty as the SSH client if you are using windows:
|
||||
|
||||

|
||||
|
||||
## **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 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.
|
||||
|
||||
Here we put some crash-course example how to install software (OMV) using the armbian-config.
|
||||
|
||||
```bash
|
||||
sudo armbian-config
|
||||
```
|
||||
|
||||
Select *Software* section:
|
||||
|
||||

|
||||
|
||||
Navigate to *Softy*:
|
||||
|
||||

|
||||
|
||||
Then choose *OMV*, to install the OpenMediaVault:
|
||||
|
||||

|
||||
|
||||
Wait the install process to complete:
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Reference in a new issue