Typical Pi flow

  1. Flash an image with Raspberry Pi Imager; optionally preconfigure user, Wi‑Fi and SSH.
  2. First boot: adequate PSU; then run sudo apt update and sudo apt full-upgrade.
  3. Optional SSH: ssh user@pi-ip
  4. 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

Common failures

FAQ · Docs