Browse Source

add debian strech support #316

nico 7 years ago
parent
commit
769bc991e2
4 changed files with 19 additions and 9 deletions
  1. 2 2
      Docs/installation.md
  2. 9 1
      Docs/installation/debian.md
  3. 7 5
      Docs/installation/raspbian.md
  4. 1 1
      README.md

+ 2 - 2
Docs/installation.md

@@ -3,10 +3,10 @@
 ## Prerequisites
 
 Please follow the right link bellow to install requirements depending on your target environment:
-- [Raspbian (Raspberry Pi 2 & 3)](installation/raspbian_jessie.md)
+- [Raspbian (Raspberry Pi 2 & 3)](installation/raspbian.md)
 - [Ubuntu 14.04](installation/ubuntu_14.04.md)
 - [Ubuntu 16.04](installation/ubuntu_16.04.md)
-- [Debian Jessie](installation/debian_jessie.md)
+- [Debian Jessie/Strech](installation/debian.md)
 
 ## Installation
 

+ 9 - 1
Docs/installation/debian_jessie.md → Docs/installation/debian.md

@@ -1,13 +1,21 @@
-# Kalliope requirements for Debian Jessie
+# Kalliope requirements for Debian Jessie/Strech
 
 ## Debian packages requirements
 
 Edit `/etc/apt/sources.list` and check that you have `contrib` and `non-free` are enabled:
+
+On Debian Jessie:
 ```bash
 deb http://httpredir.debian.org/debian jessie main contrib non-free
 deb-src http://httpredir.debian.org/debian jessie main contrib non-free
 ```
 
+On Debian Strech:
+```bash
+deb http://httpredir.debian.org/debian strech main contrib non-free
+deb-src http://httpredir.debian.org/debian strech main contrib non-free
+```
+
 Install some required system libraries and softwares:
 
 ```bash

+ 7 - 5
Docs/installation/raspbian_jessie.md → Docs/installation/raspbian.md

@@ -1,6 +1,6 @@
 # Kalliope requirements for Raspbian
 
-## Install the pre-compiled disk image
+## Install via the pre-compiled disk image
 
 Download the last image [from the release page](https://github.com/kalliope-project/kalliope/releases) of Kalliope and load it as usual onto an SD card.
 
@@ -14,10 +14,12 @@ The two starter config files are located in `/home/pi` for [French](https://gith
 ## Manual installation
 
 Supported Raspbian images:
-[raspbian-2016-09-28](http://downloads.raspberrypi.org/raspbian/images/raspbian-2016-09-28/)
-[raspbian-2016-11-29](http://downloads.raspberrypi.org/raspbian/images/raspbian-2016-11-29/)
-[raspbian-2017-01-10](http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-01-10/)
-[raspbian-2017-04-10](http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-04-10/)
+- [raspbian-2016-09-28](http://downloads.raspberrypi.org/raspbian/images/raspbian-2016-09-28/) (Jessie based)
+- [raspbian-2016-11-29](http://downloads.raspberrypi.org/raspbian/images/raspbian-2016-11-29/) (Jessie based)
+- [raspbian-2017-01-10](http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-01-10/) (Jessie based)
+- [raspbian-2017-04-10](http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-04-10/) (Jessie based)
+- [raspbian-2017-08-16](http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-04-10/) (Strech based)
+
 
 > **Note:** It is recommended to use a **lite** installation of Raspbian without any graphical interface for a better experience. 
 

+ 1 - 1
README.md

@@ -32,7 +32,7 @@ Kalliope is easy-peasy to use, see the hello world
 ## Installation
 
 - [Kalliope installation documentation](Docs/installation.md) (Ubuntu/Debian/Raspbian)
-- [Pre-compiled disk image for Raspberry](Docs/installation/raspbian_jessie.md)
+- [Pre-compiled disk image for Raspberry](Docs/installation/raspbian.md)
 
 ## Quick start