Showed what Connect looks like. Added more links from ROB-IOT

This commit is contained in:
2026-06-28 19:07:48 +00:00
parent 524bcaef2a
commit 16ba60f833
4 changed files with 29 additions and 6 deletions
+9 -1
View File
@@ -1,5 +1,7 @@
# Using the Imager to setup a Pi Zero with ssh and Raspberry Pi Connect
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. This is sometimes called "headless" because we think of the monitor as a sort of head.
## Creating an image
1. Download the [Raspberry Pi Imager](https://www.raspberrypi.com/software/) and install it
- Important note2026-06-28 The Raspberry Pi Imager 2.0.10 may have buttons with gibberish text, a [known problem](https://github.com/raspberrypi/rpi-imager/issues/1648). The 2.0.9 image doesn't have this problem and can be [downloaded from the github distribution website](https://github.com/raspberrypi/rpi-imager/releases/tag/v2.0.9).
1. Start the Imager program and pick your device
@@ -40,6 +42,12 @@
1. Now you get to watch the writing then verifying.
![imager-writeimage-progress.png](Graphics/imager-writeimage-progress.png)
![imager-writeimage-verifying.png](Graphics/imager-writeimage-verifying.png)
1. The process is complete!
![imager-complete.png](Graphics/imager-complete.png)
## Connecting using Raspberry Pi Connect
1. Login to https://connect.raspberrypi.com if you haven't already
1. Look at the list of devices, find the one you want, and click on "Connect"
![connect-devices.png](Graphics/connect-devices.png)
1. A remote shell window will pop up
![connect-shell.png](Graphics/connect-shell.png)