Today i will show you how to install Os On Raspberry Pi and connect it to Linux OS..
First of all you need following items.. You can get these from studyembedded.com/Hot Stuffs!/Electronic Shop
- Raspberry Pi 2/3
- 16 GB Micro SD Card and Card Reader
- RJ 45 Ethernet Cable
- 5v 1A charger (Mobile Phone charger will do..)
https://downloads.raspberrypi.org/raspbian_latest
After downloadig copy that zip file in to another folder and Extract it by using following command
unzip 2017-06-21-raspbian-jessie.zip
you will get an img image file.
Now connect SD card to your computer using an SD Card reader.
Format the memory card if something is present in the card,
To copy to it we need to unmount the card first ,
Follow the steps below.
umount /media/boot
unmount the listed memory card
install the OS by Copying the img file to SD card by running the following command in the same directory where the image file is present
sudo dd bs=8M if=2017-06-21-raspbian-jessie.img of=/dev/sdb
wait for the process to complete this may take 15-30 minutes to complete.
you can check the status ie, how much data is copied by running the following command.
du-h 2017-06-21-raspbian-jessie.img
After it is finished insert the SD Card to Raspberry Pi and connect RJ 45 cable to it and connect the other end to laptop
connect the power cable also to Raspberry Pi and power it
You can see the green Led in Raspberry Pi is glowing which indicates that Operating system is loading and Red LED indicates Pi is On.
it's all done now,
Now we need to connect the Pi to our Linux ,For this use ssh connection
set up the connection by clicking Edit connections.. from the network tab in Linux. click add select ethernet
Give Connection name as Raspberry Pi and click IPv4 Settings
in Methods select Shared to other computers
Click Save
The Ethernet symbol (first one)Indicates that the connection is successful
Now for Logging in to Raspberry Pi,
- Open a terminal
- type cat /var/lib/misc/dnsmasq.leases
4.Type ssh 10.42.0.55 -l pi (use your ip)
5 .provide yes in the next step
6. Provide password as raspberry when it is asked .
that's it you have successfully logged on to Raspberry Pi....
0 on: "How to Install Raspbian Os Jessie On Raspberry Pi 3 and Connecting Pi to Linux"