Typical Pi flow
- Flash an image with Raspberry Pi Imager; optionally preconfigure user, Wi‑Fi and SSH.
- First boot: adequate PSU; then run
sudo apt updateandsudo apt full-upgrade. - Optional SSH:
ssh user@pi-ip - Install SetupHelfer from Download (package type depends on the release).
Detail: Install Raspberry Pi OS
Shell checks
sudo apt update
sudo apt full-upgrade
systemctl status ssh 2>/dev/null || systemctl status sshd
ip -brief addr