Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 741 Bytes

install_raspberry_pi_3_development.md

File metadata and controls

14 lines (14 loc) · 741 Bytes

Installation on a Raspberry Pi 3 for Development from Image

  1. Download Latest Raspberry Pi 3 Development Image (WIP)
  2. Flash image to micro sd card with Balena Etcher and insert into raspberry pi
  3. Connect raspberry pi to monitor, keyboard, and ethernet cable then power on
  4. Make a note of the IP address from the console output. Look for the line "My IP address is "
  5. Login to raspberry pi via ssh from your laptop
ssh pi@<ip-address>  # password: openag12 (if that doesn't work try raspberry)
  1. Run the software
cd ~/openag-device-software
./run.sh
``