Tutorial
https://tutorials-raspberrypi.de/
https://www.raspberrypi.org/documentation/installation/installing-images/linux.md
Image auf SD installieren:
unzip 2020-05-27-raspios-buster-full-armhf.zip | dd bs=4M of=/dev/mmcblk0p1 iflag=fullblock oflag=direct status=progress; sync
xx