-
Notifications
You must be signed in to change notification settings - Fork 68
Install: Pocketchip
##USE PocketChip as LW3 Host
Open terminal
----Install SSH Support---- sudo apt-get update sudo apt-get install openssh-server
Connect to pocket chip via SSH log in as user:chip default password: chip
----Install Node---- cd /usr/src
sudo wget https://nodejs.org/dist/v4.4.5/node-v4.4.5-linux-armv6l.tar.gz
sudo tar -xvf node-v4.4.5-linux-armv6l.tar.gz cd node-v4.4.5-linux-armv6l sudo cp -R * /usr/local/
npm -v (should return at least 2.15.5) node -v (should return at least v4.4.5)
----Install git-----
sudo apt-get update sudo apt-get install git
----Install G++/GCC compiler---- sudo apt install build-essential
----Download LaserWeb---- cd /home/chip git clone https://github.com/openhardwarecoza/LaserWeb3.git cd LaserWeb3 sudo npm install
----Manually start LaserWeb----
cd /home/chip/LaserWeb3
node server-smoothie.js
or
cd /home/chip/LaserWeb3 node server-grbl.js
For support: Please join the Google+ Community LaserWeb