Reorder wiki pages to match Helios4 set-up step orders
Add 'where to start' sub-section in intro page.
This commit is contained in:
parent
9b1fadc92d
commit
93883d29b5
6 changed files with 48 additions and 39 deletions
|
@ -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
BIN
docs/img/install/softy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
|
@ -12,22 +12,36 @@ The Helios4 is an open source and open hardware project, therefore our objective
|
||||||
|
|
||||||
## Overall Specifications
|
## Overall Specifications
|
||||||
|
|
||||||
**Board Specifications**||
|
|**Board Specifications**||
|
||||||
---|---
|
|------------|-----------|
|
||||||
CPU Model|Marvell Armada 388 (88F6828)<br>ARM Cortex-A9
|
|CPU Model|Marvell Armada 388 (88F6828)<br>ARM Cortex-A9|
|
||||||
CPU Architecture|ARMv7 32-bit
|
|CPU Architecture|ARMv7 32-bit|
|
||||||
CPU Frequency|Dual Core 1.6 Ghz
|
|CPU Frequency|Dual Core 1.6 Ghz|
|
||||||
Additional Features|- RAID Acceleration Engines<br>- Security Acceleration Engines<br>- Wake-on-LAN
|
|Additional Features|- RAID Acceleration Engines<br>- Security Acceleration Engines<br>- Wake-on-LAN|
|
||||||
System Memory|2GB DDR3L ECC
|
|System Memory|2GB DDR3L ECC|
|
||||||
SATA 3.0 Ports|4
|
|SATA 3.0 Ports|4|
|
||||||
Max Raw Capacity|48 TB (12 TB drive x 4)
|
|Max Raw Capacity|48 TB (12 TB drive x 4)|
|
||||||
GbE LAN Port|1
|
|GbE LAN Port|1|
|
||||||
USB 3.0|2
|
|USB 3.0|2|
|
||||||
microSD (SDIO 3.0)|1
|
|microSD (SDIO 3.0)|1|
|
||||||
GPIO|12
|
|GPIO|12|
|
||||||
I2C|1
|
|I2C|1|
|
||||||
UART|1 (via onboard Micro-USB converter)
|
|UART|1 (via onboard Micro-USB converter)|
|
||||||
Boot Mode Selector|- SPI<br>- SD Card<br>- UART<br>- SATA
|
|Boot Mode Selector|- SPI<br>- SD Card<br>- UART<br>- SATA|
|
||||||
SPI NOR Flash|32Mbit onboard
|
|SPI NOR Flash|32Mbit onboard|
|
||||||
PWM FAN|2
|
|PWM FAN|2|
|
||||||
DC input|12V / 8A
|
|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.
|
||||||
|
|
|
@ -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.
|
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
|
```bash
|
||||||
sudo armbian-config
|
sudo armbian-config
|
||||||
|
@ -188,4 +188,4 @@ sudo armbian-config
|
||||||
|
|
||||||
![!armbian-config Software](/img/omv/install-2.png)
|
![!armbian-config Software](/img/omv/install-2.png)
|
||||||
|
|
||||||
![!armbian-config Selection](/img/omv/install-3.png)
|
![!armbian-config Selection](/img/install/softy.png)
|
||||||
|
|
|
@ -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.
|
You can easily install OMV with the **armbian-config** tool.
|
||||||
|
|
||||||
!!! note
|
!!! 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).
|
Connect to your Helios4 via SSH as explained [here](/install/#step-7-connect-to-helios4-via-ssh).
|
||||||
|
|
||||||
|
|
23
mkdocs.yml
23
mkdocs.yml
|
@ -58,25 +58,24 @@ markdown_extensions:
|
||||||
# Page naming
|
# Page naming
|
||||||
pages:
|
pages:
|
||||||
- Introduction: 'index.md'
|
- 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'
|
- Kit Assembly: 'kit.md'
|
||||||
- Install: 'install.md'
|
- Install: 'install.md'
|
||||||
|
- Download: 'download.md'
|
||||||
- Software:
|
- Software:
|
||||||
- U-Boot : 'uboot.md'
|
|
||||||
- Armbian : 'armbian.md'
|
- Armbian : 'armbian.md'
|
||||||
|
- FreeBSD : 'freebsd.md'
|
||||||
- Mdadm (RAID) : 'mdadm.md'
|
- Mdadm (RAID) : 'mdadm.md'
|
||||||
- NextCloud : 'nextcloud.md'
|
- NextCloud : 'nextcloud.md'
|
||||||
- OpenMediaVault : 'omv.md'
|
- OpenMediaVault : 'omv.md'
|
||||||
- Syncloud : 'syncloud.md'
|
- Syncloud : 'syncloud.md'
|
||||||
- FreeBSD : 'freebsd.md'
|
- U-Boot : 'uboot.md'
|
||||||
- Download: 'download.md'
|
- Hardware:
|
||||||
- Development: 'dev.md'
|
- 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'
|
- Documents: 'docs.md'
|
||||||
- About: 'about.md'
|
- About: 'about.md'
|
||||||
|
|
Loading…
Reference in a new issue