Raspberry Pi Setupby Pallav
Raspberry Pi Setupby Pallav
(Raspberry Pi 4)
[PALLAV PRINCE]
YouTube Channel: https://www.youtube.com/ElectroPrince
Webpage: https://sites.google.com/view/pallavp
GitHub: https://github.com/pallavprince
RG: https://www.researchgate.net/profile/Pallav-Prince
LinkedIn: https://www.linkedin.com/in/pallav-prince-827516139/
<Lable>
FreeDos
MBR
BIOS
Large FAT32
VIII. Click on install and leave for successfully complete it will reboot and appear Welcome window
IX. Click on Next then select country, Language, Time Zone, and set Password (optional)
X. Connect internet (Wi-fi/Ethernet) and leave for update (Please wait for completion “System is up to date”)
XI. Restart the System
II. And keep at least 8 GB micro-SD memory card (Card reader Adaptor is recommended) and format to FAT32
or Erase the card by Raspberry Pi imager
Optional
Pip3 list
*****______*****_____
Connect raspberry pi on SSH network
Test first
ping <ip>
ssh [email protected]
*****_____*****_____
*****
Task During Use of Raspberry Pi
Open Terminal Windows and run code Time to time
sudo pip install --upgrade pip
sudo pip3 install --upgrade pip
sudo apt-get update
sudo apt-get upgrade
sudo reboot
*****
Initialization of R Pi
Open Terminal windows and run each code below:
YouTube Channel: https://www.youtube.com/ElectroPrince || Webpage: 7
https://sites.google.com/view/pallavp || GitHub: https://github.com/pallavprince ||RG:
https://www.researchgate.net/profile/Pallav-Prince || LinkedIn: https://www.linkedin.com/in/pallav-
prince-827516139/
\u201cDon\u2019t run these set of Code frequently"
\u201cif any code returns error, then ignore that code"
*****
If you have done an rpi-update and things are not working as you wish, if your Raspberry Pi is still bootable you can
return to the stable release using:
For uninstall any individual module sudo pip3 uninstall <name of module>
*****
For set file or folder permission
Connect the screen
sudo chmod *** /<path>
*****
RPi screen Britness control, NOT Use for EXTERNAL SCREEN"
sudo chmod 777 /etc/rc.local
sudo chmod 777 /sys/devices/platform/rpi_backlight/backlight/rpi_backlight/brightness
*****
Downloaded package files (.deb files) are kept in /var/cache/apt/archives
Remove these in order to free up space with
YouTube Channel: https://www.youtube.com/ElectroPrince || Webpage: 8
https://sites.google.com/view/pallavp || GitHub: https://github.com/pallavprince ||RG:
https://www.researchgate.net/profile/Pallav-Prince || LinkedIn: https://www.linkedin.com/in/pallav-
prince-827516139/
sudo apt clean
sudo apt-get clean