diff --git a/Readme.md b/Readme.md index 5788fd1..a2106bb 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,10 @@ -# Raspberry zero config +# Raspberry zero w configuration +This repository guides the setup and configuration of the Raspberry Pi Zero (w). The complete configuration consist of (1) raspberry image writing, (2) SSH and WiFi configuration, and (3) first connection over SSH. + +# Raspberry image preparation + +The Raspberry Pi imager is a tool that allows to configure and write an specific OS version for all Raspberry Pi devices. Thus, it is necessary to choose the required device — Zero w in this case — and t + ## SSH over USB With the micro SD card ready we can now plug the USB cable to our host and Pi Zero. However, note that while the Pi Zero has two micro USB port, only one supports USB On-The-Go (OTG). It is this feature that will allows us to treat the connection as an Ethernet connection. The port in question is the innermost one, the one closer to the center of the board, as shown in the image below. diff --git a/imager.png b/imager.png new file mode 100644 index 0000000..bdae416 Binary files /dev/null and b/imager.png differ