Skip to content
Snippets Groups Projects
Commit d9325673 authored by Jake Read's avatar Jake Read
Browse files

add rpi notes lost from atk

parent f3ef25ac
Branches
No related tags found
No related merge requests found
...@@ -187,9 +187,30 @@ One of the desires here is to run programs headlessly on small embedded computer ...@@ -187,9 +187,30 @@ One of the desires here is to run programs headlessly on small embedded computer
![ATKRouter](https://gitlab.cba.mit.edu/jakeread/atkrouter/raw/master/images/atkrouter.jpg) ![ATKRouter](https://gitlab.cba.mit.edu/jakeread/atkrouter/raw/master/images/atkrouter.jpg)
### Setup the Raspberry Pi
- [download raspbian](https://www.raspberrypi.org/documentation/installation/installing-images/README.md)
- [flash and boot, setup etc](https://www.raspberrypi.org/documentation/setup/)
### Install Node on the Raspberry Pi
- to install node, download the distro you want from nodejs.org
- extract the files, and hit these commands
navigate to the distribution
`` cd <distro> ``
copy that to local space on the pi
`` sudo cp -R * /usr/local/ ``
to check that node is installed, check the version using
`` node -v ``
which should return the version number of the distro you installed.
However: However:
``` need to figure out how to get the RPI serialport to talk ``` ``` need to figure out how to get the RPI serialport to talk ```
- https://cnc.js.org/ - https://cnc.js.org/
- https://github.com/cncjs/cncjs/wiki/Setup-Guide:-Raspberry-Pi-%7C-Install-Node.js-via-Node-Version-Manager-(NVM) - https://github.com/cncjs/cncjs/wiki/Setup-Guide:-Raspberry-Pi-%7C-Install-Node.js-via-Node-Version-Manager-(NVM)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment