Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jake Read
rndmc
Commits
d9325673
Commit
d9325673
authored
Nov 14, 2018
by
Jake Read
Browse files
add rpi notes lost from atk
parent
f3ef25ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d9325673
...
...
@@ -187,9 +187,30 @@ One of the desires here is to run programs headlessly on small embedded computer

### 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:
```
need to figure out how to get the RPI serialport to talk ```
- https://cnc.js.org/
- https://github.com/cncjs/cncjs/wiki/Setup-Guide:-Raspberry-Pi-%7C-Install-Node.js-via-Node-Version-Manager-(NVM)
\ No newline at end of file
- https://github.com/cncjs/cncjs/wiki/Setup-Guide:-Raspberry-Pi-%7C-Install-Node.js-via-Node-Version-Manager-(NVM)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment