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