Cours:NanoPi : Différence entre versions
| Ligne 7 : | Ligne 7 : | ||
*http://wiki.friendlyarm.com/wiki/index.php/WiringNP:_NanoPi_NEO/NEO2/Air_GPIO_Programming_with_C | *http://wiki.friendlyarm.com/wiki/index.php/WiringNP:_NanoPi_NEO/NEO2/Air_GPIO_Programming_with_C | ||
*https://www.balena.io/etcher/ : créer une carte sd à partir d'une image | *https://www.balena.io/etcher/ : créer une carte sd à partir d'une image | ||
| + | |||
| + | |||
| + | =Installation= | ||
| + | |||
| + | ==NodeRed== | ||
| + | |||
| + | *install curl | ||
| + | |||
| + | <source lang=bash | ||
| + | apt update | ||
| + | apt install curl | ||
| + | bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered) | ||
| + | </source> | ||
Version du 22 octobre 2019 à 21:33
- https://www.armbian.com/nanopi-neo-2/
- https://projetsdiy.fr/installer-node-red-orange-pi-armbian/
- https://nodered.org/docs/getting-started/raspberrypi
- https://tech.scargill.net/the-friendlyarm-nanopi-neo/
- http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO2
- http://wiki.friendlyarm.com/wiki/index.php/WiringNP:_NanoPi_NEO/NEO2/Air_GPIO_Programming_with_C
- https://www.balena.io/etcher/ : créer une carte sd à partir d'une image
Installation
NodeRed
- install curl
<source lang=bash apt update apt install curl bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered) </source>