Skip to content

How to Install and Update Code onto Pi

Ethan Tovell edited this page Feb 15, 2018 · 2 revisions

How to install and update code on remote pi

Push Code to Pi

  1. Make sure you are in the root folder of the repo
  2. If you are using git bash on windows, type "bash pi_scripts/pushCodeToPi.sh"
  3. follow instructions code gives you. You may have to type the password many many times
  4. after it's done it's done pushing

Install Code on Pi

  1. Make sure you are in root folder of the repo
  2. If you are using git bash on windows, type "bash pi_scripts/installVisionProcessOnPi.sh"
  3. follow instructions code gives you. You may have to type the password many many times
  4. after it's done it's done Installing

Restart Vision on Pi

  1. Make sure you are in root folder of the repo
  2. If you are using git bash on windows, type "bash pi_scripts/RestartVisionProcessOnPi.sh"
  3. follow instructions code gives you. You may have to type the password many many times
  4. after it's done it's done Restarting

Clone this wiki locally