Add boot mode Description

Add intro
This commit is contained in:
Gauthier Provost 2017-11-20 23:40:49 +08:00
parent 9c220d2ccb
commit 31d8121582
9 changed files with 27 additions and 8 deletions

View File

@ -1,2 +1,8 @@
!!! info
Wiki edition in progress
Helios4 Github Development Repositories :
* [U-Boot](https://github.com/helios-4/u-boot-marvell)
* [Linux Kernel](https://github.com/helios-4/linux-marvell)
* [Armbian Build](https://github.com/helios-4/build)

View File

@ -29,6 +29,15 @@ U11|SATA|SATA 3.0|Port 2
U12|SATA|SATA 3.0|Port 3
U13|SATA|SATA 3.0|Port 4
## Boot Modes
Helios4 supports 4 boot modes that can be chosen by using the dipswitch SW1.
![Dipswitch modes](/img/hardware/dipswitch_modes.jpg)
All the ready-to-use images we provide are for the **SD Card** boot mode.
Please refer to [U-boot](./uboot) section to know how to use the other modes.
## HDD Recommendation List

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
docs/img/intro/helios4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -1,2 +1,11 @@
!!! info
Wiki edition in progress
# Welcome to the Helios4 Wiki.
Helios4 is a powerful ARM based board specially designed for Network Attached Storage setups. It harnesses its processing capabilities from the ARMADA 38x-MicroSoM from SolidRun.
The Marvell ARMADA® 388 is a robust and energy-efficient System on Chip (SoC) with a collection of high speed interfaces especially suited for headless data processing, networking and storage. This Dual-core ARM Cortex A9 CPU clocked at 1.6 Ghz integrates a Cryptographic and XOR DMA engines to provide the best level of performance for NAS functionality.
The Helios4 is an open source and open hardware project, therefore we will do our best to publish any data related to the project on this wiki.
**Beside consolidating technical data, the purpose of this wiki is also to provide guideline on how to setup your Helios4.**
![Helios4](/img/intro/helios4.jpg)

View File

@ -1,4 +1,2 @@
!!! info
Wiki edition in progress
[Github Repo](https://github.com/helios-4/linux-marvell)

View File

@ -1,4 +1,2 @@
!!! info
Wiki edition in progress
[Github Repo](https://github.com/helios-4/build)

View File

@ -1,4 +1,2 @@
!!! info
Wiki edition in progress
[Github repo](https://github.com/helios-4/u-boot-marvell)

View File

@ -15,6 +15,7 @@ copyright: 'Copyright © Kobol Team 2017'
theme:
name: 'material'
favicon: './img/favicon.png'
logo: './img/helios4_logo.png'
custom_dir: 'theme'
palette:
primary: 'teal'