Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Raspberry Pi 3 mod B

fgiaimo edited this page Feb 12, 2018 · 10 revisions

Raspberry Pi 3 mod B board

Official site: https://raspberrypi.org/

Getting started Page: https://www.raspberrypi.org/forums/viewtopic.php?t=4751

Main steps:

Download the latest Debian image for the Raspberry Pi board and flash it to the SD card.

Insert the SD card into the board and turn it on, either by 1) plugging it to a microUSB cable connected to a computer or a USB charger, or 2) powering on the ESC.

  • Either way, make sure the board is powered off before inserting the SD card.

Browse the board to enable SSH, following this guide.

  • Using a monitor and keyboard, enable SSH following the instruction listed at the point "2. Enable SSH" of the guide.
  • Alternatively and without the need for additional devices, SSH can be enabled following the steps at point "3. Enable SSH on a headless Raspberry Pi (add file to SD card on another machine)" of the guide.
  • Default username and password for SSH: pi / raspberry.

Installing needed software

Open a terminal or ssh into the board, then:

  • Install git with the command sudo apt-get install git
  • Install docker with the command curl -sSL https://get.docker.com | sh