From 4d6e51a8811d815e0ec49edf8e5db3e98e09b855 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Fri, 28 Apr 2023 11:52:58 +0530 Subject: README: Updating steps to follow --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0d457be..999dc59 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,22 @@ Using LCD 1602 I2C Screen to get the Local IP Address of the Raspberry Pi. ![Overall Setup](media/setup.png) Overall Setup -## LCD 16x2 Screeen +# Steps to follow post-installation + +## 1. Update mirrors +Original repo does not hit so I changed the mirror +``` bash +sudo nano /etc/apt/sources.list +``` +and replace "http://raspbian.raspberrypi.org/raspbian/" with any working mirror from [here](https://www.raspbian.org/RaspbianMirrors). + +## 2. Update & Upgrade Packages + +``` bash +sudo apt update && sudo apt upgrade +``` + +## 3. Enable VNC and LCD 16x2 Screeen ### Enable I2C Interface and VNC To enable the I2C interface on Raspberry Pi, you can use the following steps: -- cgit v1.2.3