From 070ca211306429b8d020439173b0aef7a811ffdc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 1 Mar 2017 12:09:46 +0100 Subject: [PATCH] Add inital armbian docs (#2133) --- source/_docs/installation/armbian.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/_docs/installation/armbian.markdown diff --git a/source/_docs/installation/armbian.markdown b/source/_docs/installation/armbian.markdown new file mode 100644 index 00000000000..3dfa57fb3f4 --- /dev/null +++ b/source/_docs/installation/armbian.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Installation on a Armbian system" +description: "Instructions to install Home Assistant on an Armbian-powered systems." +date: 2017-02-23 11:00 +sidebar: true +comments: false +sharing: true +footer: true +--- + +[armbian](https://www.armbian.com) runs on a wide-variety of [ARM development boards](https://www.armbian.com/download/). Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid. + +```bash +$ sudo apt-get update +$ sudo apt-get install python3-dev python3-pip +``` + +Now you can follow the [generic instructions](/docs/installation/python/).