diff --git a/docs/download.md b/docs/download.md index cd5e28e..7ae9036 100644 --- a/docs/download.md +++ b/docs/download.md @@ -1 +1,25 @@ -### Coming Soon +## Latest Images + +### Debian Jessie + +[![Debian Jessie](/img/os/debian2.png)](https://cdn.kobol.io/files/Helios4_Debian_Jessie_4.4.96.img.xz) + +### Debian Strech + +*coming soon* + +### OpenMediaVault + +[![OMV](/img/os/omv.png)](https://cdn.kobol.io/files/Helios4_Debian_Jessie_4.4.96-OMV_3.0.91.img.xz) + +### Syncloud + +*coming soon* + + +## Image List + +Filename | Date | Download | Description +---------|------|----------|------------ +Helios4_Debian_Jessie_4.4.96.img.xz|09/11/1017|[Download](https://cdn.kobol.io/files/Helios4_Debian_Jessie_4.4.96.img.xz)|Debian Jessie (Kernel 4.4.96) +Helios4_Debian_Jessie_4.4.96-OMV_3.0.91.img.xz|09/11/1017|[Download](https://cdn.kobol.io/files/Helios4_Debian_Jessie_4.4.96-OMV_3.0.91.img.xz)|Debian Jessie (Kernel 4.4.96) with OMV 3.0.91 diff --git a/docs/img/os/debian.png b/docs/img/os/debian.png new file mode 100644 index 0000000..44a5e79 Binary files /dev/null and b/docs/img/os/debian.png differ diff --git a/docs/img/os/debian2.png b/docs/img/os/debian2.png new file mode 100644 index 0000000..9cf72b1 Binary files /dev/null and b/docs/img/os/debian2.png differ diff --git a/docs/img/os/omv.png b/docs/img/os/omv.png new file mode 100644 index 0000000..00338b0 Binary files /dev/null and b/docs/img/os/omv.png differ diff --git a/docs/install.md b/docs/install.md index de7087b..abce43b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1 +1,39 @@ ### Work in progress + +!!! note + Go to [Starter Kit](./kit) to find out how to put together your Helios4 NAS + + +## **Step 1** - Download an Helios4 OS image + +You will need first to download an image to write on SD card. + +Go to [Dowload](./download) and chose one of the latest build. + +## **Step 2** - Writing an image to an SD card + +You will need to use an image writing tool to install the image you have downloaded on your SD card. + +### Under Windows, Mac OS or Linux (via Graphic Interface) + +Etcher is a graphical SD card writing tool that works on Mac OS, Linux and Windows, and is the easiest option for most users. Etcher also supports writing images directly from the zip file, without any unzipping required. To write your image with Etcher: + +- [Download Etcher](http://etcher.io) and install it. +- Connect an SD card reader with the SD card inside. +- Open Etcher and select from your hard drive the Helios4 .img.xz file you wish to write to the SD card. +- Select the SD card you wish to write your image to. +- Review your selections and click 'Flash!' to begin writing data to the SD card. + + +### Under Linux (via CLI) + +```bash +$ unxz Helios4_Debian_Jessie_4.4.96.img.xz + +$ dd bs=4M if=Helios4_Debian_Jessie_4.4.96.img of=/dev/sdX conv=fsync +``` + +## **Step 3** - Power-up Helios4 + + +## **Step 4** - Connect to Helios4 diff --git a/docs/kit.md b/docs/kit.md new file mode 100644 index 0000000..e86907a --- /dev/null +++ b/docs/kit.md @@ -0,0 +1,6 @@ +### Work in progress + + + diff --git a/docs/syncloud.md b/docs/syncloud.md new file mode 100644 index 0000000..de7087b --- /dev/null +++ b/docs/syncloud.md @@ -0,0 +1 @@ +### Work in progress diff --git a/mkdocs.yml b/mkdocs.yml index 49bc6e6..740221f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,6 +55,8 @@ pages: - Kernel : 'kernel.md' - Linux : 'linux.md' - OpenMediaVault : 'omv.md' + - Syncloud : 'syncloud.md' +- Starter kit : 'kit.md' - Download: 'download.md' - Install: 'install.md' - Development: 'dev.md' diff --git a/theme/partials/header.html b/theme/partials/header.html index 8e5943f..6c86d62 100644 --- a/theme/partials/header.html +++ b/theme/partials/header.html @@ -38,7 +38,7 @@
Download IMG