Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| docs:rpi:rpi0w-01-yunohost [2019/03/17 15:15] – créée maison.gaetan | docs:rpi:rpi0w-01-yunohost [2019/03/17 22:41] (Version actuelle) – maison.gaetan | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ====== Yunohost sur un rpi0w :====== | ||
| + | __**Trop lent en général et surtout pour Nextcloud mais pour mémoire :**__ | ||
| + | |||
| < | < | ||
| date && sudo dd bs=1M if=2019-02-18-yunohost-lite.img of=/dev/sdb status=progress && sync && date && wget -O /dev/null --no-check-certificate https:// | date && sudo dd bs=1M if=2019-02-18-yunohost-lite.img of=/dev/sdb status=progress && sync && date && wget -O /dev/null --no-check-certificate https:// | ||
| + | |||
| + | dimanche 17 mars 2019, 15:12:27 (UTC+0100) | ||
| + | 2879389696 bytes (2,9 GB, 2,7 GiB) copied, 206,06 s, 14,0 MB/ | ||
| + | 2756+0 enregistrements lus | ||
| + | 2756+0 enregistrements écrits | ||
| + | 2889875456 bytes (2,9 GB, 2,7 GiB) copied, 214,666 s, 13,5 MB/s | ||
| + | dimanche 17 mars 2019, 15:16:02 (UTC+0100) | ||
| </ | </ | ||
| + | Pour activer le ssh au boot afin de configurer le rpi sans écran : | ||
| + | <code bash> | ||
| + | cd / | ||
| + | touch ssh | ||
| + | </ | ||
| + | Pour activer le wifi créer un fichier également | ||
| + | |||
| + | < | ||
| + | cd / | ||
| + | nano wpa_supplicant.conf | ||
| + | |||
| + | country=FR | ||
| + | ctrl_interface=DIR=/ | ||
| + | update_config=1 | ||
| + | network={ | ||
| + | ssid=" | ||
| + | psk=" | ||
| + | id_str=" | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt install htop screen rpi-update && sudo apt-get clean && sudo apt-get autoremove && sudo df -h | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | sudo rpi-update | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | sudo reboot | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | yunohost tools postinstall | ||
| + | </ | ||