Documented setting up an image with Connect

This commit is contained in:
2026-06-28 16:24:44 +00:00
parent 563cb786f0
commit a51a14f611
21 changed files with 34 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

+11 -1
View File
@@ -1,3 +1,13 @@
# rover-pi # rover-pi
Scripts and documentation for setting up a Raspberry Pi (Zero W 1 or 2) for use in Mechatronics 1 or Cyberphysical Systems 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)
+23
View File
@@ -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)