2014-05-16 12:53:22 +02:00
|
|
|
# Install YunoHost on CubieBoard
|
|
|
|
|
|
|
|
*Find other ways to install YunoHost **[here](/install)**.*
|
2014-01-01 17:04:02 +01:00
|
|
|
|
|
|
|
### Requirements
|
2014-06-05 11:40:58 +02:00
|
|
|
|
|
|
|
<img src="https://yunohost.org/images/cubieboard2.png">
|
2014-07-03 16:43:27 +02:00
|
|
|
<img src="https://yunohost.org/images/micro-sd-card.jpg">
|
2014-06-05 11:40:58 +02:00
|
|
|
|
|
|
|
* CubieBoard 1 or 2 (CubieTruck might work as well)
|
2014-10-14 19:11:40 +02:00
|
|
|
* A micro-SD card: **8GB** capacity (or more) and **class10** speed rate are highly recommended
|
|
|
|
* An other computer to read this guide and access to your Cubieboard
|
2014-06-05 11:40:58 +02:00
|
|
|
* A screen and a keyboard are recommended to control your Cubieboard if a problem occurs
|
|
|
|
* A [reasonable ISP](/isp), preferably with a good and unlimited upstream bandwidth
|
2014-10-14 19:11:40 +02:00
|
|
|
* The **YunoHost Cubieboard image**, available here (to **unzip**):
|
2014-05-16 12:53:22 +02:00
|
|
|
|
|
|
|
---
|
2014-01-01 17:04:02 +01:00
|
|
|
|
2014-06-05 11:40:58 +02:00
|
|
|
## Installation steps
|
2014-01-01 17:04:02 +01:00
|
|
|
|
2014-06-05 11:40:58 +02:00
|
|
|
<a class="btn btn-lg btn-default" href="/copy_image">1. Copy image to the SD card</a>
|
2014-01-01 17:04:02 +01:00
|
|
|
|
2014-06-05 11:40:58 +02:00
|
|
|
<a class="btn btn-lg btn-default" href="/plug_and_boot">2. Plug & boot</a>
|
2014-01-01 17:04:02 +01:00
|
|
|
|
2014-06-05 11:40:58 +02:00
|
|
|
<a class="btn btn-lg btn-default" href="/postinstall">4. Post-install</a>
|
2014-01-01 17:04:02 +01:00
|
|
|
|
2014-05-16 12:53:22 +02:00
|
|
|
---
|
2014-01-01 17:04:02 +01:00
|
|
|
|
2014-10-14 19:11:40 +02:00
|
|
|
### Recommended after post-installation
|
|
|
|
|
|
|
|
* Connect via [SSH](ssh): **root@expemple.tld** (password: **yunohost**)
|
2014-10-14 19:16:38 +02:00
|
|
|
* Change root password: `passwd root` or use [SSH authentication via key](security)
|
2014-10-14 19:11:40 +02:00
|
|
|
* Upgrade system: `apt-get update && apt-get dist-upgrade && cubian-update`
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Create a YunoHost image for Cubieboard 1 or 2
|
|
|
|
* **[Scripts for Cubian](https://github.com/M5oul/Yunocubian)**
|
|
|
|
* A Cubieboard Debian 7 image compatible with YunoHost:
|
|
|
|
* [Cubian](http://cubian.org/)
|
|
|
|
* [Cubieez](http://www.cubieforums.com/index.php?topic=442.0)
|
2014-10-11 14:31:00 +02:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2014-06-05 11:40:58 +02:00
|
|
|
***If you need help during one of these steps, do not hesitate to use [our support tools](/support).***
|