diff --git a/docs/download.md b/docs/download.md
index cae1004..769a791 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -8,49 +8,80 @@ All images are generated by [Armbian](https://www.armbian.com/) community.
=== "Debian 10 (Buster)"
- [![Debian Stretch](/img/download/debian10.png)](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_buster_legacy_4.4.213.img.xz)
+ [![Debian Stretch](/img/download/debian10.png)](https://dl.armbian.com/helios64/archive/Armbian_20.08.8_Helios64_buster_legacy_4.4.213.img.xz)
**Linux Kernel: 4.4**
- _SHA256 : 99a2c1574581954bbca20156e1b7dc096ca4f154770b987aa0c57d15d7e6ca7d
- Build date : 24/09/2020
- Size : 412 MB
- Status : **Relatively stable**
_
- [Direct Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_buster_legacy_4.4.213.img.xz)
+ _SHA256 : ff76987dd66ce0014a1abd8ec0189df727a6cad4ceed31654c5a00db2e07566e
+ Build date : 05/10/2020
+ Size : 397 MB
_
+ [Direct Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.8_Helios64_buster_legacy_4.4.213.img.xz)
- [![Debian Stretch](/img/download/debian10.png)](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_buster_current_5.8.11.img.xz)
+ [![Debian Stretch](/img/download/debian10.png)](https://dl.armbian.com/helios64/archive/Armbian_20.08.8_Helios64_buster_current_5.8.13.img.xz)
**Linux Kernel: 5.8**
- _SHA256 : 7ea5333e4ba67d06e1d3f8d58d36599b9c98500ee79196700f9238c2223af936
- Build date : 24/09/2020
- Size : 464 MB
- Status : **Unstable**
_
- [Direct Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_buster_current_5.8.11.img.xz)
+ _SHA256 : b526bf9d9f8798ef664da7fddd939376a52ba3817e3f98542154d6a17460e5c4
+ Build date : 05/10/2020
+ Size : 443 MB
_
+ [Direct Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.8_Helios64_buster_current_5.8.13.img.xz)
=== "Ubuntu 20.04 (Focal) "
- [![Ubuntu Focal](/img/download/ubuntu.png)](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_focal_current_5.8.11.img.xz)
+ [![Ubuntu Focal](/img/download/ubuntu.png)](https://dl.armbian.com/helios64/archive/Armbian_20.08.8_Helios64_focal_current_5.8.13.img.xz)
**Linux Kernel: 5.8**
- _SHA256 :7f7af38832c39a164d7f8e2a8417419875b99b3c5c6cb1a5c6e22a155ecf0316
- Build date : 24/09/2020
- Size : 345 MB
- Status : **Unstable**
_
- [Direct Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_focal_current_5.8.11.img.xz)
+ _SHA256 :832e74b692087e4f6361ee7af6b29113259c91d8ff29d8e2d7022852eb723eab
+ Build date : 05/10/2020
+ Size : 330 MB
_
+ [Direct Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.8_Helios64_focal_current_5.8.13.img.xz)
!!! info
OMV (OpenMediaVault) is only supported on Debian OS.
### Known Limitations
-**Work-in-Progress images, not 100% stable and not supporting all board features yet !!!**
+The available Armbian images for Helios64 are still a work-in-progress, not all board features are supported yet. You will find below the list of features that are partially or not fully supported yet on both Linux Kernel 4.4 and 5.8.
+
+#### Linux Kernel 4.4
+
+| **Feature** | **Support Status**| **Remarks** |
+|---------|----------------|---------|
+| **Shutdown** | Partial | Fails to shutdown PMIC and triggers crash, HDD already parked |
+| **Reboot** | Partial | Similar like shutdown but Watchdog triggers the reboot so it appears successful |
+| **Suspend to RAM** | Not Supported | Fails to resume operation after wake up |
+| **2.5G Ethernet** | OK | |
+| **Main Power/UPS Status** | OK | Status can be read from sysfs |
+| **Battery Charging Status** | Not supported | |
+| **UPS configuration** | Not Supported | Need user-space tool to monitor power status and trigger shutdown |
+| **USB Type C - Host** | OK | |
+| **USB Type C - Gadget** | OK | use g_mass_storage kernel module |
+| **USB Type C - DisplayPort** | OK |
+| **eMMC Boot** | Not Supported | Bootloader unable to load rootfs from eMMC |
+| **SPI Boot** | Not Supported |
+| **Recovery key** | Not Supported | System can enter maskrom mode but need special OS image and rkdevelop |
+
+#### Linux Kernel 5.8
+
+| **Feature** | **Support Status** | **Remarks** |
+|---------|----------------|---------|
+| **Shutdown** | OK | |
+| **Reboot** | OK | |
+| **Suspend to RAM** | Not Supported | USB host controller refuses to enter suspend mode |
+| **2.5G Ethernet** | Performance issue | Slightly improved with tx offload disabled |
+| **Main Power/UPS Status** | OK | Status can be read from sysfs |
+| **Battery Charging Status** | OK | Charging and Full charge can be read from sysfs |
+| **UPS configuration** | Not Supported | Need user-space tool to monitor power status and trigger shutdown |
+| **USB Type C - Host** | Not Supported | There are some issues with fusb302 driver and USB Host Controller driver |
+| **USB Type C - Gadget** | Not Supported | There are some issues with fusb302 driver and USB Controller driver |
+| **USB Type C - DisplayPort** | Not Supported | There are some issues with fusb302 driver and DisplayPort alternate driver |
+| **eMMC Boot** | Not Supported | Bootloader unable to load rootfs from eMMC |
+| **SPI Boot** | Not Supported |
+| **Recovery key** | Not Supported | System can enter maskrom mode but need special OS image and rkdevelop |
-* Linux Kernel 4.4 : Relatively stable.
-* Linux Kernel 5.8 : **Unstable**.
### Image List
Filename | Download | SHA256
---------|----------|----
-**Armbian_20.08.4_Helios64_buster_legacy_4.4.213.img.xz**
Armbian 20.08.4 Debian 10 Buster (Kernel 4.4.213)
Build date : 24/09/2020
Size : 412 MB
Status : **Relatively stable**|[Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_buster_legacy_4.4.213.img.xz)|99a2c1574581954bbca20156e1b7dc096ca4f154770b987aa0c57d15d7e6ca7d
-**Armbian_20.08.4_Helios64_buster_current_5.8.11.img.xz**
Armbian 20.08.4 Debian 10 Buster (Kernel 5.8.11)
Build date : 24/09/2020
Size : 464 MB
Status : **Unstable**|[Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_buster_current_5.8.11.img.xz)|7ea5333e4ba67d06e1d3f8d58d36599b9c98500ee79196700f9238c2223af936
-**Armbian_20.08.4_Helios64_focal_current_5.8.11.img.xz**
Armbian 20.08.4 Ubuntu 20.04 Focal (Kernel 5.8.11)
Build date : 24/09/2020
Size : 345 MB
Status : **Unstable**|[Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_focal_current_5.8.11.img.xz)|7f7af38832c39a164d7f8e2a8417419875b99b3c5c6cb1a5c6e22a155ecf0316
+**Armbian_20.08.8_Helios64_buster_legacy_4.4.213.img.xz**
Armbian 20.08.8 Debian 10 Buster (Kernel 4.4.213)
Build date : 05/10/2020
Size : 397 MB|[Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.8_Helios64_buster_legacy_4.4.213.img.xz)|ff76987dd66ce0014a1abd8ec0189df727a6cad4ceed31654c5a00db2e07566e
+**Armbian_20.08.8_Helios64_buster_current_5.8.11.img.xz**
Armbian 20.08.8 Debian 10 Buster (Kernel 5.8.13)
Build date : 05/10/2020
Size : 443 MB|[Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.4_Helios64_buster_current_5.8.13.img.xz)|b526bf9d9f8798ef664da7fddd939376a52ba3817e3f98542154d6a17460e5c4
+**Armbian_20.08.8_Helios64_focal_current_5.8.13.img.xz**
Armbian 20.08.8 Ubuntu 20.04 Focal (Kernel 5.8.13)
Build date : 05/10/2020
Size : 330 MB|[Download](https://dl.armbian.com/helios64/archive/Armbian_20.08.8_Helios64_focal_current_5.8.13.img.xz)|832e74b692087e4f6361ee7af6b29113259c91d8ff29d8e2d7022852eb723eab
_If download links are broken, check directly on Armbian [repo](https://dl.armbian.com/helios64/archive/)._