Skip to content

guumaster/raspberry-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi

This repo contains notes on how to setup and work with Raspberry Pi remotely.

Prerequisites

Setup SD Card

  • Download an image from RaspberryPi.org
  • Download Etcher app and flash it into an SD
  • Important: Add an empty file called ssh to enable remote ssh connections.

Setup SSH

  • On your ssh config set an alias to your Pi address on file $HOME/.ssh/config with this content:
Host rpi
    HostName <YOUR_RASPBERRY_IP>
  • Then copy your ssh credentials to the Pi:
ssh-copy-id pi@rpi

Now you can log into your Pi without a password prompt when you ssh into it:

ssh pi@rpi

NOTE: If you don't have ssh keys already generated, check this guide Generating ssh keys

Once your Pi boot

Install development software

Install extra software

To add common used software run this cmd:

$> install-extras.sh

GPIO Info

Pinout for Raspberry Pi 2 Model B 1.1

pinouts

image pinouts

About

Tinkering with Rpi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages