diff --git a/Graphics/connect-imagerkey.png b/Graphics/connect-imagerkey.png new file mode 100644 index 0000000..d8f8ce6 Binary files /dev/null and b/Graphics/connect-imagerkey.png differ diff --git a/Graphics/connect-newauth.png b/Graphics/connect-newauth.png new file mode 100644 index 0000000..49d01f3 Binary files /dev/null and b/Graphics/connect-newauth.png differ diff --git a/Graphics/imager-complete.png b/Graphics/imager-complete.png new file mode 100644 index 0000000..f8da313 Binary files /dev/null and b/Graphics/imager-complete.png differ diff --git a/Graphics/imager-hostname.png b/Graphics/imager-hostname.png new file mode 100644 index 0000000..21c39b0 Binary files /dev/null and b/Graphics/imager-hostname.png differ diff --git a/Graphics/imager-localization.png b/Graphics/imager-localization.png new file mode 100644 index 0000000..7ddd6df Binary files /dev/null and b/Graphics/imager-localization.png differ diff --git a/Graphics/imager-network.png b/Graphics/imager-network.png new file mode 100644 index 0000000..f11b7c6 Binary files /dev/null and b/Graphics/imager-network.png differ diff --git a/Graphics/imager-pickdevice.png b/Graphics/imager-pickdevice.png new file mode 100644 index 0000000..f26cbe2 Binary files /dev/null and b/Graphics/imager-pickdevice.png differ diff --git a/Graphics/imager-pickstorage.png b/Graphics/imager-pickstorage.png new file mode 100644 index 0000000..b10c91c Binary files /dev/null and b/Graphics/imager-pickstorage.png differ diff --git a/Graphics/imager-raspiconnect-token.png b/Graphics/imager-raspiconnect-token.png new file mode 100644 index 0000000..1309b5d Binary files /dev/null and b/Graphics/imager-raspiconnect-token.png differ diff --git a/Graphics/imager-raspiconnect.png b/Graphics/imager-raspiconnect.png new file mode 100644 index 0000000..f9ec528 Binary files /dev/null and b/Graphics/imager-raspiconnect.png differ diff --git a/Graphics/imager-raspios_lite.png b/Graphics/imager-raspios_lite.png new file mode 100644 index 0000000..24c6af7 Binary files /dev/null and b/Graphics/imager-raspios_lite.png differ diff --git a/Graphics/imager-raspios_other.png b/Graphics/imager-raspios_other.png new file mode 100644 index 0000000..2998dbd Binary files /dev/null and b/Graphics/imager-raspios_other.png differ diff --git a/Graphics/imager-ssh_key.png b/Graphics/imager-ssh_key.png new file mode 100644 index 0000000..2baa16f Binary files /dev/null and b/Graphics/imager-ssh_key.png differ diff --git a/Graphics/imager-ssh_nokey.png b/Graphics/imager-ssh_nokey.png new file mode 100644 index 0000000..74ab587 Binary files /dev/null and b/Graphics/imager-ssh_nokey.png differ diff --git a/Graphics/imager-userandpass.png b/Graphics/imager-userandpass.png new file mode 100644 index 0000000..e7a1a53 Binary files /dev/null and b/Graphics/imager-userandpass.png differ diff --git a/Graphics/imager-writeimage-confirm.png b/Graphics/imager-writeimage-confirm.png new file mode 100644 index 0000000..2c09071 Binary files /dev/null and b/Graphics/imager-writeimage-confirm.png differ diff --git a/Graphics/imager-writeimage-progress.png b/Graphics/imager-writeimage-progress.png new file mode 100644 index 0000000..67c6575 Binary files /dev/null and b/Graphics/imager-writeimage-progress.png differ diff --git a/Graphics/imager-writeimage-verifying.png b/Graphics/imager-writeimage-verifying.png new file mode 100644 index 0000000..94b8780 Binary files /dev/null and b/Graphics/imager-writeimage-verifying.png differ diff --git a/Graphics/imager-writeimage.png b/Graphics/imager-writeimage.png new file mode 100644 index 0000000..2a1db30 Binary files /dev/null and b/Graphics/imager-writeimage.png differ diff --git a/README.md b/README.md index d7d77d2..d0e2915 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # rover-pi -Scripts and documentation for setting up a Raspberry Pi (Zero W 1 or 2) for use in Mechatronics 1 or Cyberphysical Systems \ No newline at end of file +Scripts and documentation for setting up a Raspberry Pi (Zero W 1 or 2) for use in Mechatronics 1 or Cyberphysical Systems + +## References +- [Raspberry Pi Connect](https://connect.raspberrypi.com) + - [Setting up Raspberry Pi Connect](https://www.raspberrypi.com/documentation/services/connect.html) + + +# Headless Setup +We don't have many monitors and keyboards in V207 for students to use, so we will need to get the Raspberry Pi installed without them. + +1. Follow the [directions on how to use the imager to setup ssh and Raspberry Pi Connect](imager.md) diff --git a/imager.md b/imager.md new file mode 100644 index 0000000..2b9b376 --- /dev/null +++ b/imager.md @@ -0,0 +1,23 @@ +# Using the Imager to setup a Pi Zero with ssh and Raspberry Pi Connect + +![imager-pickdevice.png](Graphics/imager-pickdevice.png) +![imager-raspios_other.png](Graphics/imager-raspios_other.png) +![imager-raspios_lite.png](Graphics/imager-raspios_lite.png) +![imager-pickstorage.png](Graphics/imager-pickstorage.png) +![imager-hostname.png](Graphics/imager-hostname.png) +![imager-localization.png](Graphics/imager-localization.png) +![imager-userandpass.png](Graphics/imager-userandpass.png) +![imager-network.png](Graphics/imager-network.png) +![imager-ssh_nokey.png](Graphics/imager-ssh_nokey.png) +![imager-ssh_key.png](Graphics/imager-ssh_key.png) +![imager-raspiconnect.png](Graphics/imager-raspiconnect.png) +![connect-newauth.png](Graphics/connect-newauth.png) +![connect-imagerkey.png](Graphics/connect-imagerkey.png) +![imager-raspiconnect-token.png](Graphics/imager-raspiconnect-token.png) +![imager-writeimage.png](Graphics/imager-writeimage.png) +![imager-writeimage-confirm.png](Graphics/imager-writeimage-confirm.png) +![imager-writeimage-progress.png](Graphics/imager-writeimage-progress.png) +![imager-writeimage-verifying.png](Graphics/imager-writeimage-verifying.png) +![imager-complete.png](Graphics/imager-complete.png) + +