From e06c58ce3bef1a277bbed095ddf77ed7eab7b37a Mon Sep 17 00:00:00 2001 From: Roman Lut <11955117+RomanLut@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:03:59 +0200 Subject: [PATCH] Update building_gs_image_rpi.md --- doc/building_gs_image_rpi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building_gs_image_rpi.md b/doc/building_gs_image_rpi.md index 454a75e..5367b1e 100644 --- a/doc/building_gs_image_rpi.md +++ b/doc/building_gs_image_rpi.md @@ -11,7 +11,7 @@ Driver for AR9271 wifi card is included in the OS image and works without additi * Download distribution of Rapberri Pi OS (Buster 32bit) with 5.10.17-v7+ kernel: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-05-28/ -* Write to SD card using Raspberry PI Imager. In the tool, provide credentials to your wifi network. Alternativelly, connect PI to network using ethernet. If you do not have usb keyboard, make sure to enable SSH in services. You also have to change default login to enable SSH. https://www.raspberrypi.com/software/ +* Write to SD card using Raspberry PI Imager. In the tool, provide credentials to your wifi network if you want to use ssh over wifi for the setup. Alternativelly, you can connect PI to network using ethernet. If you do not have usb keyboard, make sure to enable SSH in services. You also have to change default login to enable SSH. https://www.raspberrypi.com/software/ * Boot image. Default credentials: ```user: pi``` ```password: raspberry``` (you may have changed this in the tool). Default credentials for prebilt image: ```pi``` ```1234```.