Skip to content
This repository has been archived by the owner on Jan 29, 2018. It is now read-only.

Install: Pocketchip

Anthony Bolgar edited this page Aug 5, 2016 · 10 revisions

##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