diff --git a/en/fpv-openipc-aio.md b/en/fpv-openipc-aio.md
index 875ddd2..f42e9eb 100644
--- a/en/fpv-openipc-aio.md
+++ b/en/fpv-openipc-aio.md
@@ -14,11 +14,24 @@ The package comes with a heatsink and thermal pad. The thermal pad is covered in
 
 ## Connections
 
+<img src="../images/fpv-openipc-aio-pinout-1.png" width="60%"></a>
+<img src="../images/fpv-openipc-aio-pinout-2.png" width="60%"></a>
+
 ### Power
-The set comes with a capacitor to decouple the power rail from the rest of your copter. Install it as close to the AIO-PCB as possible.
+The board needs a steady power supply of at least **3A at 5V DC**. This figure will be higher if higher RF power levels are selected.
+
+Before powering on AIO board, the power pad must be soldered or connected to a reliable 5V power source or BEC. When there is not enough load capacitance on the BEC, it is recommended to add a 470uF electrolytic capacitor (included in the set) between the BEC and AIO board to protect the AIO board from surge damage and provide decoupling. Install the capacitor as close to the AIO-PCB as possible. 
 
 ### Debug/Ethernet
 A Ethernet/Debug adapter is included. The flat-flex cable is used to connect it to the AIO-PCB. The connectors pins are located on the PCB side of the connector, pay attention to connect the flat flex cable with the exposed connections towards the PCB. The "handle" strips on the flat-flex cable will point towards the heatsink side on the AIO-PCB and away from the RJ45 connector on the Debugger PCB.
 
 ### Camera
 The MIPI connector can pe pushed into the corresponding socket on the AIO-PCB vertically. No great force is needed and there are no levers to move or clips to disengage. For removal, the connector has two little prongs on the sides to aid with gripping it.
+
+## First start
+
+* Connect the WiFi antennas and mount the heatsink
+* Connect the Debug PCB and connect a network cable
+* Ensure proper cooling, airflow will be necessary to protect the board from overheating
+* Power the board and either check your DHCP-Server (often your router) for a new device and it's IP address, the board will try to get an IP assigned throug DHCP
+* You can login to the web UI of OpenIPC using the username **admin** and the password **12345** to check for connectivity
diff --git a/images/fpv-openipc-aio-pinout-1.png b/images/fpv-openipc-aio-pinout-1.png
new file mode 100644
index 0000000..23c5b83
Binary files /dev/null and b/images/fpv-openipc-aio-pinout-1.png differ
diff --git a/images/fpv-openipc-aio-pinout-2.png b/images/fpv-openipc-aio-pinout-2.png
new file mode 100644
index 0000000..4fcd353
Binary files /dev/null and b/images/fpv-openipc-aio-pinout-2.png differ