From f6ef64414ad47a1fc96b9cd903ec7f7ae5caa834 Mon Sep 17 00:00:00 2001 From: Gauthier Provost Date: Thu, 29 Oct 2020 15:19:29 +0800 Subject: [PATCH] Minor fixes / typo --- docs/download.md | 4 ++-- docs/helios64/button.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/download.md b/docs/download.md index 14db662..e1803f9 100644 --- a/docs/download.md +++ b/docs/download.md @@ -37,7 +37,7 @@ All images are generated by [Armbian](https://www.armbian.com/) community. !!! info OMV (OpenMediaVault) is only supported on Debian OS. -_If download links are broken, check directly on Helios64 Armbian [page](https://www.armbian.com/helios64/)._ +_If download links are broken, check directly on Helios64 Armbian [archive page](https://archive.armbian.com/helios64/archive/)._ ### Known Limitations @@ -87,7 +87,7 @@ Filename | Download | SHA256 **Armbian_20.08.10_Helios64_buster_current_5.8.14.img.xz**
Armbian 20.08.10 Debian 10 Buster (Kernel 5.8.14)
Build date : 13/10/2020
Size : 443 MB|[Download](https://archive.armbian.com/helios64/archive/Armbian_20.08.10_Helios64_buster_current_5.8.14.img.xz)|03d1b1ca8d108838f6b1ad3331f12f9d0acc005285c885e3cb72f36959ef8ca8 **Armbian_20.08.10_Helios64_focal_current_5.8.14.img.xz**
Armbian 20.08.10 Ubuntu 20.04 Focal (Kernel 5.8.14)
Build date : 13/10/2020
Size : 334 MB|[Download](https://archive.armbian.com/helios64/archive/Armbian_20.08.10_Helios64_focal_current_5.8.14.img.xz)|b41c47652e35d151d1eaa0e3a4c0d04e535e179f6c88044a2de72728cc60e9b4 -_If download links are broken, check directly on Helios64 Armbian [page](https://www.armbian.com/helios64/)._ +_If download links are broken, check directly on Helios64 Armbian [archive page](https://archive.armbian.com/helios64/archive/)._ ## Helios4 diff --git a/docs/helios64/button.md b/docs/helios64/button.md index f75e029..1406288 100644 --- a/docs/helios64/button.md +++ b/docs/helios64/button.md @@ -26,7 +26,7 @@ Helios64 board provides a RECOVERY push button (SW2) to allow user to easily fla User can enter recovery mode by pressing this button during boot up (bootloader stage). U-Boot will read the button state and switch the USB type-C port into USB Mass Storage device to expose eMMC flash as storage device (UMS mode). !!! note - Recovery mode is only supported since Armbian version 20.08.13. You need to have U-Boot installed either on microSD card or on eMMC. Refer to fresh install [section](/helios64/install/preliminary/#install-options) if you haven't setup your system yet. + Recovery UMS mode is only supported since Armbian version 20.08.13. You need to have U-Boot installed either on microSD card or on eMMC. Refer to fresh install [section](/helios64/install/preliminary/#install-options) if you haven't setup your system yet. **Quick Instructions :** @@ -42,4 +42,4 @@ Refer to [Maskrom Mode page](/helios64/maskrom/). ### Under Linux -Under Linux, this button behaves as user button and when pressed will emit **BTN_0** keycode (refer to [Linux Input Codes](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/plain/include/uapi/linux/input-event-codes.h)). Therefore this button can also be used to trigger other actions than recovery. +Under Linux, this button behaves as user button and when pressed will emit **BTN_1** keycode (refer to [Linux Input Codes](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/plain/include/uapi/linux/input-event-codes.h)). Therefore this button can also be used to trigger other actions than recovery.