This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Raspberry Pi 3 mod B
fgiaimo edited this page Feb 12, 2018
·
10 revisions
Official site: https://raspberrypi.org/
Getting started Page: https://www.raspberrypi.org/forums/viewtopic.php?t=4751
Main steps:
- The official list of Raspberry Pi OS images can be found here.
- Raspberry recommends using Etcher to write images to SD cards, while the manual procedure for flashing OS images on SD cards can be found in the Raspberry documentation.
- The recommended OS is "Raspbian Stretch with desktop".
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
.
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