Reorder wiki pages to match Helios4 set-up step orders

Add 'where to start' sub-section in intro page.
This commit is contained in:
Gauthier Provost 2018-11-30 15:31:31 +08:00
parent 9b1fadc92d
commit 93883d29b5
6 changed files with 48 additions and 39 deletions

View File

@ -1,5 +0,0 @@
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)

BIN
docs/img/install/softy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -12,22 +12,36 @@ The Helios4 is an open source and open hardware project, therefore our objective
## Overall Specifications
**Board Specifications**||
---|---
CPU Model|Marvell Armada 388 (88F6828)<br>ARM Cortex-A9
CPU Architecture|ARMv7 32-bit
CPU Frequency|Dual Core 1.6 Ghz
Additional Features|- RAID Acceleration Engines<br>- Security Acceleration Engines<br>- Wake-on-LAN
System Memory|2GB DDR3L ECC
SATA 3.0 Ports|4
Max Raw Capacity|48 TB (12 TB drive x 4)
GbE LAN Port|1
USB 3.0|2
microSD (SDIO 3.0)|1
GPIO|12
I2C|1
UART|1 (via onboard Micro-USB converter)
Boot Mode Selector|- SPI<br>- SD Card<br>- UART<br>- SATA
SPI NOR Flash|32Mbit onboard
PWM FAN|2
DC input|12V / 8A
|**Board Specifications**||
|------------|-----------|
|CPU Model|Marvell Armada 388 (88F6828)<br>ARM Cortex-A9|
|CPU Architecture|ARMv7 32-bit|
|CPU Frequency|Dual Core 1.6 Ghz|
|Additional Features|- RAID Acceleration Engines<br>- Security Acceleration Engines<br>- Wake-on-LAN|
|System Memory|2GB DDR3L ECC|
|SATA 3.0 Ports|4|
|Max Raw Capacity|48 TB (12 TB drive x 4)|
|GbE LAN Port|1|
|USB 3.0|2|
|microSD (SDIO 3.0)|1|
|GPIO|12|
|I2C|1|
|UART|1 (via onboard Micro-USB converter)|
|Boot Mode Selector|- SPI<br>- SD Card<br>- UART<br>- SATA|
|SPI NOR Flash|32Mbit onboard|
|PWM FAN|2|
|DC input|12V / 8A|
## Where to Start ?
Once you have received your Helios4, this wiki will run you through all the necessary steps to setup your system.
1. [Kit Assembly](/kit) - How to put together your Helios4.
2. [Download](/download) - Get the latest OS build to install.
3. [Install](/install) - 1st startup and set-up instructions.
4. [Software](/omv) - Collection of tutorials on different 3rd party applications.
5. [Hardware](/hardware) - Understand Helios4 hardware and take advantage of all its features.

View File

@ -178,7 +178,7 @@ You can now connect by SSH to your Helios4 to carry on with your configuration.
If you want to install OpenMediaVault, the next-gen network attached storage (NAS) software, refer to the [OMV](/omv) page.
For other software you can also use **armbian-config** which provides a collection of 3rd party application auto installers.
For other software you can use **armbian-config** which provides an easy way to install 3rd party applications. You can also refer to our *Software* section to find tutorials that will help you to setup manually your Helios4.
```bash
sudo armbian-config
@ -188,4 +188,4 @@ sudo armbian-config
![!armbian-config Software](/img/omv/install-2.png)
![!armbian-config Selection](/img/omv/install-3.png)
![!armbian-config Selection](/img/install/softy.png)

View File

@ -12,7 +12,8 @@ OpenMediaVault (OMV) is a next-gen network attached storage (NAS) software based
You can easily install OMV with the **armbian-config** tool.
!!! note
If you have installed a pre-built OpenMediaVault image you can skip this step. **Important :** pre-built OMV images are now obsoletes.
If you have installed a pre-built OpenMediaVault image you can skip this step.<br>
**Important :** pre-built OMV images are now obsoletes.
Connect to your Helios4 via SSH as explained [here](/install/#step-7-connect-to-helios4-via-ssh).

View File

@ -58,25 +58,24 @@ markdown_extensions:
# Page naming
pages:
- Introduction: 'index.md'
- Hardware:
- Overview : 'hardware.md'
- GPIO : 'gpio.md'
- LED : 'led.md'
- I2C (OLED) : 'i2c.md'
- SPI (NOR Flash) : 'spi.md'
- PWM (Fan) : 'pwm.md'
- CESA (HW Crypto) : 'cesa.md'
- Kit Assembly: 'kit.md'
- Install: 'install.md'
- Download: 'download.md'
- Software:
- U-Boot : 'uboot.md'
- Armbian : 'armbian.md'
- FreeBSD : 'freebsd.md'
- Mdadm (RAID) : 'mdadm.md'
- NextCloud : 'nextcloud.md'
- OpenMediaVault : 'omv.md'
- Syncloud : 'syncloud.md'
- FreeBSD : 'freebsd.md'
- Download: 'download.md'
- Development: 'dev.md'
- U-Boot : 'uboot.md'
- Hardware:
- Overview : 'hardware.md'
- CESA (HW Crypto) : 'cesa.md'
- GPIO : 'gpio.md'
- I2C (OLED) : 'i2c.md'
- LED : 'led.md'
- PWM (Fan) : 'pwm.md'
- SPI (NOR Flash) : 'spi.md'
- Documents: 'docs.md'
- About: 'about.md'