- Download raspberry pi image. https://www.raspberrypi.org/downloads/raspbian/
- Follow instruction to burn image to sd card https://www.raspberrypi.org/documentation/installation/installing-images/README.md. TLDR: use Etcher
- You may need a monitor (via hdmi) to setup your Pi
- Rename root password, user password. Default user
pi
passwordraspberry
- Open
raspi-config
enableexpand filesystem
,ssh
,I2C
&GPIO
(for hardware control) - Optional: setup rasberry pi wifi as AP so you can connect to it and drive (instead of finding its ip) Tutorial