How to Begin With RaspberryPi
by simaopintocorreia in Circuits > Raspberry Pi
270 Views, 0 Favorites, 0 Comments
How to Begin With RaspberryPi
In this instructable I gonna show you how to begin with RashpberryPi in a diferent way.
Supplies
- Raspberry Pi (Any Model)
- Micro SD card
- Internet conection.
- USB keyboard
- (optional) USB mouse
- HDMI or RCA mo
Installing OS
The default Os for raspberry is Linux and the distribution that we go to Use is The Rashpbian Lite https://www.raspberrypi.org/downloads/raspbian/
Download Etcher and burn the .iso image onto the SD card.
Boot the Raspberry
Plug the SD card on raspberry.
Conect a monitor and a USB keyboard
connect the raspberry to a 2A 5V power suply
Wait for it boots.
Now you will be asked for the user. Insert: pi
Now insert the password: raspberry
you shold see on the screen: pi@raspberry: ~ $ _
now insert
sudo raspi-config
and set your Wi-Fi
Install a GUI (Graphic User Interface)
Follow the comands :
sudo apt-get update
sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get clean
Now select your local on the 4# option:
sudo raspi-config
*****INSTALL XORG******
sudo apt-get install --no-install-recommends xserver-xorg
sudo apt-get install --no-install-recommends xinit
RPD Desktop:
sudo apt-get install raspberrypi-ui-modssudo apt-get install --no-install-recommends raspberrypi-ui-mods lxsession
sudo reboot
LXDE Desktop
sudo apt-get install lxde-core lxappearancesudo apt-get install lightdm
sudo reboot
Xfce Desktop
sudo apt-get install xfce4 xfce4-terminal
sudo reboot
MATE Desktop
sudo apt-get install mate-desktop-environment-coresudo apt-get install lightdm
sudo reboot
Install Chromium Web Browser.
Open a Terminal window. and type in:
sudo apt-get update
sudo apt-get install chromium-browser --yes
Thanks!
Thank you for read and please comment, like , share, vote and...Be happy!