diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-28 11:52:58 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-28 11:52:58 +0530 |
commit | 4d6e51a8811d815e0ec49edf8e5db3e98e09b855 (patch) | |
tree | 9727b334868e98cf91e2e49b51dde2d388881c05 /README.md | |
parent | d7aa4c352882af60464d5111b7cc1ebfe386fdc0 (diff) |
README: Updating steps to follow
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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: |