diff --git a/docs/img/install/armbian-config.png b/docs/img/install/armbian-config.png
new file mode 100644
index 0000000..9b5e4d4
Binary files /dev/null and b/docs/img/install/armbian-config.png differ
diff --git a/docs/img/install/armbian-config_ip.png b/docs/img/install/armbian-config_ip.png
new file mode 100644
index 0000000..bbea8bd
Binary files /dev/null and b/docs/img/install/armbian-config_ip.png differ
diff --git a/docs/img/install/armbian-config_network.png b/docs/img/install/armbian-config_network.png
new file mode 100644
index 0000000..601e960
Binary files /dev/null and b/docs/img/install/armbian-config_network.png differ
diff --git a/docs/img/install/minicom_config1.png b/docs/img/install/minicom_config1.png
deleted file mode 100644
index 2523d36..0000000
Binary files a/docs/img/install/minicom_config1.png and /dev/null differ
diff --git a/docs/img/install/minicom_config2.png b/docs/img/install/minicom_config2.png
deleted file mode 100644
index be87c54..0000000
Binary files a/docs/img/install/minicom_config2.png and /dev/null differ
diff --git a/docs/img/install/picocom.png b/docs/img/install/picocom.png
new file mode 100644
index 0000000..18b2f52
Binary files /dev/null and b/docs/img/install/picocom.png differ
diff --git a/docs/img/install/putty_config.png b/docs/img/install/putty_config.png
index 5a8a6d7..430f22a 100644
Binary files a/docs/img/install/putty_config.png and b/docs/img/install/putty_config.png differ
diff --git a/docs/img/kit/assembly_pic18.jpg b/docs/img/kit/assembly_pic18.jpg
index bd9930a..d1f195b 100644
Binary files a/docs/img/kit/assembly_pic18.jpg and b/docs/img/kit/assembly_pic18.jpg differ
diff --git a/docs/img/kit/assembly_pic34.jpg b/docs/img/kit/assembly_pic34.jpg
index de08f64..2f06687 100644
Binary files a/docs/img/kit/assembly_pic34.jpg and b/docs/img/kit/assembly_pic34.jpg differ
diff --git a/docs/img/kit/assembly_pic35.jpg b/docs/img/kit/assembly_pic35.jpg
index 444c31c..6ba8f94 100644
Binary files a/docs/img/kit/assembly_pic35.jpg and b/docs/img/kit/assembly_pic35.jpg differ
diff --git a/docs/img/kit/assembly_pic35b.jpg b/docs/img/kit/assembly_pic35b.jpg
new file mode 100644
index 0000000..444c31c
Binary files /dev/null and b/docs/img/kit/assembly_pic35b.jpg differ
diff --git a/docs/install.md b/docs/install.md
index 0b64fe0..25b7fc2 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -72,34 +72,34 @@ $ dd bs=4M if=Helios4_Debian_Jessie_4.4.96.img of=/dev/sdX conv=fsync
1. [Download PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) and install it on your computer.
-2. Setup serial port settings (Speed : **115200** and Flow control : **None**).
-
-
-3. Select **serial** and click 'Open'.
+2. Select connection type **serial**.

+3. Setup serial port settings (Serial line : **COM1** and Speed : **115200**), then press **'Open'**
+
+
!!! note
If you computer already has a serial port then COM1 might not be the correct serial line to connect to Helios4. Check this [link](https://tnp.uservoice.com/knowledgebase/articles/172101-determining-the-com-port-of-a-usb-to-serial-adapte) to learn how to determine the right COM port.
+
### Under Linux (via CLI)
-1. Install and launch minicom
-> $ sudo apt-get install minicom
-> $ sudo minicom -D /dev/ttyUSB0 -b 115200
+1. Install picocom (under Debian/Ubuntu)
+> $ sudo apt-get install picocom
-2. Setup serial port settings
-press **CTRL-A O**, then go to menu 'Serial port setup'.
-
+2. Connect to serial with picocom
+> $ sudo picocom -b 115200 /dev/ttyUSB0
-3. Disable Hardware Flow control
-press **F**, then press **ESC** twice.
-
+
+
+!!! note
+ To exit picocom do **Ctrl-a** then **Ctrl-x**
## **Step 5** - Log in
!!! note
- You might need to press enter for the login prompt to come up.
+ You might need to press **Enter** for the login prompt to come up.
**Default credential for Debian image**
@@ -123,6 +123,8 @@ You will be prompted to change the root password.
## **Step 6** - Check/Set IP address
+### Check IP address
+
By default Helios4 will try to obtain an IP address via DHCP. To figure out what is the allocated IP address you will need to type the following command in the console.
```bash
@@ -133,15 +135,37 @@ $ ifconfig eth0
Here the IP address of Helios4 is **10.10.10.1**.
-If you wish to manually configure your IP address refer to the following Debian Wiki [Page](https://wiki.debian.org/NetworkConfiguration#Setting_up_an_Ethernet_Interface).
-
!!! note
Openmediavault comes with **mDNS** server (Avahi daemon). Therefore if your desktop/laptop runs a mDNS client you can reach the board via the following hostname address : **helios4.local**
+### Set IP address
+
+If you wish to manually configure your IP address you can use the **armbian-config** tool.
+
+```bash
+$ sudo armbian-config
+```
+
+
+
+
+
+
+
+You will have to reboot for the network settings to take effect.
+```bash
+$ sudo reboot
+```
+
+!!! info
+ You can also refer to the following Debian Wiki [Page](https://wiki.debian.org/NetworkConfiguration#Setting_up_an_Ethernet_Interface) for advanced network settings.
+
+
+
## **What to do next ?**
**If you have installed an OpenMediaVault image, refer to the [OMV page](/omv) for further instructions.**
-Otherwise you can now connect by SSH to your Helios4 to carry on with your manual configuration.
+Otherwise you can now connect by SSH to your Helios4 to carry on with your configuration.

diff --git a/docs/kit.md b/docs/kit.md
index 46a9817..43e4022 100644
--- a/docs/kit.md
+++ b/docs/kit.md
@@ -162,6 +162,7 @@
> **Connect the fan cables as shown below.**

+
## **Step 6** - Casing assembly 1/2