0% found this document useful (0 votes)
3 views7 pages

2.raspberry Pi - Raspbian - Installation

This document provides a guide for installing Raspbian on a Raspberry Pi, including steps for downloading the installer, initializing the SD card with GPARTED, and burning the image onto the card. It also includes commands for checking internet connectivity, updating software, and performing initial configuration. Additionally, it emphasizes the importance of using a proper power supply to avoid issues with the device.

Uploaded by

proyectos
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views7 pages

2.raspberry Pi - Raspbian - Installation

This document provides a guide for installing Raspbian on a Raspberry Pi, including steps for downloading the installer, initializing the SD card with GPARTED, and burning the image onto the card. It also includes commands for checking internet connectivity, updating software, and performing initial configuration. Additionally, it emphasizes the importance of using a proper power supply to avoid issues with the device.

Uploaded by

proyectos
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

RASPBERRY PI: RASPBIAN

# INSTALLATION & FIRST BOOT


[Document Revision: 0] (May 23, 2014) 1
RASPBERRY PI: RASPBIAN Installation

[Link]

Download the installer…


# wget [Link]
After download the zip file … verify/ compare the SHA-1 with the one specified in the web…

# sha1sum raspbian_latest
[Document Revision: 0] (May 23, 2014) 2
Page Revision: 0 (May 23, 2014)
RASPBERRY PI: RASPBIAN Installation

Initialise Your SD Card with GPARTED

Be carefull to select:
/dev/mmcblk0

If you have problems with the


“partitions table” using FDISK or
GPARTED, then use GPARTED but
step by step, don’t perform more
than one step per time.

If your system don’t recognize


your SD card, use GPARTED in
order to delete, create and
format to FAT32. Then, your Sd
card would be recognized [Document Revision: 0] (May 23, 2014) 3
Page Revision: 0 (May 23, 2014)
RASPBERRY PI: RASPBIAN Installation

Burn image on the SD card


Insert the SD Card and Unmount it, then execute:

# df -h
# sudo dd bs=4M if=/home/pablodonayre/Desktop/[Link]
of=/dev/mmcblk0

In order to know the burn progress … Open another Terminal and execute:

# sudo pkill -USR1 -n -x dd

[Document Revision: 0] (May 23, 2014) 4


Page Revision: 0 (May 23, 2014)
RASPBERRY PI: RASPBIAN Installation

[Document Revision: 0] (May 23, 2014) 5


Page Revision: 0 (May 23, 2014)
RASPBERRY PI: RASPBIAN Installation

To know if we have internet connection:


# ping [Link]

To update the software:


# sudo apt-get update
Install the File Manager:
# sudo apt-get install mc

Initial configuration:
# sudo raspi-config

[Document Revision: 0] (May 23, 2014) 6


Page Revision: 0 (May 23, 2014)
RASPBERRY PI: RASPBIAN Installation

If you have any problem with your RPI, please try with:
[Link]

Also, it is very important to take into account the power source:

You should see a voltage


between 4.75 and 5.25 volts.
Anything outside this range
indicates that you have a
problem with your power supply
or your power cable.
This could result in ETHERNET
troubles

[Document Revision: 0] (May 23, 2014) 7


Page Revision: 0 (May 23, 2014)

You might also like