Blogger Themes

Search This Blog

www.embeddedstudy.com | Copyright © 2017 | All Rights Reserved | Nithin Pradeep . Theme images by Storman. Powered by Blogger.

Popular KOZHI

Sponsor

Download

Blogger Tricks

FEATURED

What is an Embedded System?

An embedded system is a combination of hardware and software that is designed to carry out a certain task or tasks, meaning it has a s...

JOIN THE TEAM

Popular Posts

Wikipedia

Search results

Search This Blog

Social

More Links

Social

ad

ads

Tuesday, 29 August 2017

How to Install Raspbian Os Jessie On Raspberry Pi 3 and Connecting Pi to Linux


Hello all..
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..)
Next you need to Download Raspbian OS by clicking this link
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
Wait for the inflaing to be finished,
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,
  1. Open a terminal
  2. type     cat /var/lib/misc/dnsmasq.leases 
     3.Here 10.42.0.55 is my ip address for Raspberry pi(Yours might be different)
     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"