Set up device and network connection
-
Flash Raspberry Pi OS on SD card
- Download light image from the official site of Raspberry Pi Foundation
- Use
sudo dd if=<path-to-image> of=/dev/<SD-card-device>
-
Enable SSH
- Make directory to mount SD card to with
sudo mkdir /mnt/sdcard
- Mount device with
sudo …
- Make directory to mount SD card to with