Raspberry Pi:
Install Raspberry Pi OS Lite (64-bit) using the Raspberry Pi Imager.
- Start the Raspberry Pi Imager.
- Select the Raspberry Pi Modell: Raspberry Pi Zero 2 W.
- Select the operating system to be installed: Raspberry Pi OS (other) -> Raspberry Pi OS Lite (64-bit).
- Plugin the SD card.
- Select the SD card.
- Confirm to use the previously configured settings, i.e., username, password, wifi, language settings, and the ssh service are preconfigured in the Raspberry Pi Imager .
- Confirm to remove the contents of the SD card. Wait until the writing is complete.
- Now the Raspberry Pi OS is flashed on the SD card.
- Remove the SD card from your laptop.
- Plug the SD card into your Raspberry Pi Zero.
- Boot the raspberry pi.
- In cyqwin: update the host key in known_hosts:
$ ssh-keygen -R hawaii02 - Connect to the Raspberry Pi Zero:
$ ssh wolfgang@hawaii02 - create the folder .ssh
$ mkdir .ssh - logoff
- Copy the public key to the raspberry pi Zero:
$ scp id_rsa.pub ws@hawaii02:/home/ws/.ssh/authorized_keys - Connect to the Raspberry Pi Zero:
$ ssh wolfgang@hawaii02 - Install the Pi OS Updates:
$ sudo apt update
$ sudo apt full-upgrade