Add boot mode Description
Add intro
This commit is contained in:
parent
9c220d2ccb
commit
31d8121582
9 changed files with 27 additions and 8 deletions
|
@ -1,2 +1,8 @@
|
||||||
!!! info
|
!!! info
|
||||||
Wiki edition in progress
|
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)
|
||||||
|
|
|
@ -29,6 +29,15 @@ U11|SATA|SATA 3.0|Port 2
|
||||||
U12|SATA|SATA 3.0|Port 3
|
U12|SATA|SATA 3.0|Port 3
|
||||||
U13|SATA|SATA 3.0|Port 4
|
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
|
## HDD Recommendation List
|
||||||
|
|
BIN
docs/img/hardware/dipswitch_modes.jpg
Normal file
BIN
docs/img/hardware/dipswitch_modes.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
docs/img/intro/helios4.jpg
Normal file
BIN
docs/img/intro/helios4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
|
@ -1,2 +1,11 @@
|
||||||
!!! info
|
# Welcome to the Helios4 Wiki.
|
||||||
Wiki edition in progress
|
|
||||||
|
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)
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
!!! info
|
!!! info
|
||||||
Wiki edition in progress
|
Wiki edition in progress
|
||||||
|
|
||||||
[Github Repo](https://github.com/helios-4/linux-marvell)
|
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
!!! info
|
!!! info
|
||||||
Wiki edition in progress
|
Wiki edition in progress
|
||||||
|
|
||||||
[Github Repo](https://github.com/helios-4/build)
|
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
!!! info
|
!!! info
|
||||||
Wiki edition in progress
|
Wiki edition in progress
|
||||||
|
|
||||||
[Github repo](https://github.com/helios-4/u-boot-marvell)
|
|
||||||
|
|
|
@ -15,6 +15,7 @@ copyright: 'Copyright © Kobol Team 2017'
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
name: 'material'
|
||||||
favicon: './img/favicon.png'
|
favicon: './img/favicon.png'
|
||||||
|
logo: './img/helios4_logo.png'
|
||||||
custom_dir: 'theme'
|
custom_dir: 'theme'
|
||||||
palette:
|
palette:
|
||||||
primary: 'teal'
|
primary: 'teal'
|
||||||
|
|
Loading…
Reference in a new issue