How to Begin With RaspberryPi

by simaopintocorreia in Circuits > Raspberry Pi

270 Views, 0 Favorites, 0 Comments

How to Begin With RaspberryPi

RashpberryPi.png

In this instructable I gonna show you how to begin with RashpberryPi in a diferent way.

Supplies

  1. Raspberry Pi (Any Model)
  2. Micro SD card
  3. Internet conection.
  4. USB keyboard
  5. (optional) USB mouse
  6. 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-mods

sudo apt-get install --no-install-recommends raspberrypi-ui-mods lxsession

sudo reboot

LXDE Desktop

sudo apt-get install lxde-core lxappearance

sudo 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-core

sudo 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!