Raspberry Pi 3 setup
Download all files from repository folder pi
on your computer to the SD
card (look for a drive named boot
).
On Windows run
copy pi\* E:\
On a Unix (like macOS) run
cp pi/* /Volumes/boot
Connect via SSH
ssh pi@192.168.1.11
Password for the user pi
is raspberry
.
Connect via VNC
-
Enable VNC
On the Raspberry Pi run
sudo raspi-config
and navigate to
Interfacing Options
and enableVNC
. -
Install VNC client
Download and install RealVNC on your computer.
-
Connect to Raspberry Pi
Open RealVNC and connect to
192.168.1.11
.