Cours:NanoPi : Différence entre versions
m (→NodeRed) |
|||
| Ligne 15 : | Ligne 15 : | ||
*install curl | *install curl | ||
| − | <source lang=bash | + | <source lang=bash> |
apt update | apt update | ||
apt install curl | apt install curl | ||
bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered) | bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered) | ||
</source> | </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
apt update
apt install curl
bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)