diff --git a/docs/dev.md b/docs/dev.md deleted file mode 100644 index 3a523f4..0000000 --- a/docs/dev.md +++ /dev/null @@ -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) diff --git a/docs/img/install/softy.png b/docs/img/install/softy.png new file mode 100644 index 0000000..215eae9 Binary files /dev/null and b/docs/img/install/softy.png differ diff --git a/docs/index.md b/docs/index.md index 350ad67..6b21fcb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)
ARM Cortex-A9 -CPU Architecture|ARMv7 32-bit -CPU Frequency|Dual Core 1.6 Ghz -Additional Features|- RAID Acceleration Engines
- Security Acceleration Engines
- 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
- SD Card
- UART
- SATA -SPI NOR Flash|32Mbit onboard -PWM FAN|2 -DC input|12V / 8A +|**Board Specifications**|| +|------------|-----------| +|CPU Model|Marvell Armada 388 (88F6828)
ARM Cortex-A9| +|CPU Architecture|ARMv7 32-bit| +|CPU Frequency|Dual Core 1.6 Ghz| +|Additional Features|- RAID Acceleration Engines
- Security Acceleration Engines
- 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
- SD Card
- UART
- 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. diff --git a/docs/install.md b/docs/install.md index e086baf..abdc084 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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) diff --git a/docs/omv.md b/docs/omv.md index f63fb1c..068ab57 100644 --- a/docs/omv.md +++ b/docs/omv.md @@ -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.
+ **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). diff --git a/mkdocs.yml b/mkdocs.yml index 5e3bd57..9653481 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'