Minor fixes / typo

This commit is contained in:
Gauthier Provost 2020-10-29 15:19:29 +08:00
parent 087d6d2e13
commit f6ef64414a
2 changed files with 4 additions and 4 deletions

View File

@ -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**<br>Armbian 20.08.10 Debian 10 Buster (Kernel 5.8.14)<br>Build date : 13/10/2020<br>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**<br>Armbian 20.08.10 Ubuntu 20.04 Focal (Kernel 5.8.14)<br>Build date : 13/10/2020<br>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

View File

@ -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.