From a20faf28c7b4340efab64e6fa6a7768f03c28e7f Mon Sep 17 00:00:00 2001 From: Roman Lut <11955117+RomanLut@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:08:24 +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 e87fb88..bcef6e2 100644 --- a/doc/building_gs_image_rpi.md +++ b/doc/building_gs_image_rpi.md @@ -175,7 +175,7 @@ https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2021-05-28/ * Write to SD card using Raspberry PI Imager https://www.raspberrypi.com/software/ -* Boot image. Finish confgiuration wizard: change password, connect to wifi, check "Screen has black border" checkbox, **make sure to update software**. Reboot. +* Boot image. Finish configuration wizard: change password, connect to wifi, check "Screen has black border" checkbox, **make sure to update software**. Reboot. * Open terminal. Check kernel version: ```uname -r``` Should be: ```5.10.103-v7l+```