A proper README will come, for the moment some fragmented information below.
-
Download the Raspberry Imager and install the desktop version https://www.raspberrypi.org/downloads/
-
Enable SSH (guide)
touch /Volumes/boot/ssh
vim /Volumes/boot/vim wpa_supplicant.conf
And copy the following configuration inside, remember to update the values:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=De
network={
ssid="<SSID>"
psk="<PASSWORD>"
scan_ssid=1
}
-
Boot up your Pi
-
add ssh key
ssh-copy-id [email protected]
Or if you wanna use a custom key:
- copy the key in the
~/.ssh/authorized_keys
cat ~/.ssh/id_raspi_rsa.pub | ssh [email protected] 'mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys'
- Add the new key locally to the agent
ssh-add ~/.ssh/id_raspi_rsa
- Stop the mechanical voice by following the welcome message
-
Apparently, with the latest Buster version the waveshare is properly setup.
-
Enabling VNC:
- follow the instruction: https://www.raspberrypi.org/documentation/remote-access/vnc/
-
Potentially change host name link
-
Find your IP link
It should be the default, otherwise enable it manually