raspberrypi

Dies ist eine alte Version des Dokuments!


Raspberry Pi

Von: https://www.elektronik-kompendium.de/sites/raspberry-pi/1906281.htm

  1. Datei mit dem Namen
    ssh

    auf der boot Partition

  2. Via CLI mit
    sudo raspi-config

    im Menü (wenn Display dran)

Example:

fabianhorst@MacBook-Pro-von-Fabian ~ % cd /Volumes/boot
fabianhorst@MacBook-Pro-von-Fabian boot % touch ssh
fabianhorst@MacBook-Pro-von-Fabian boot %
  • Passwort ändern:
    passwd
  • Update:
    sudo apt-get update
  • Upgrade:
    sudo apt-get upgrade
  • Dist-Upgrade:
    sudo apt-get dist-upgrade
  • AutoRemove:
    sudo apt-get autoremove
  • AutoClean:
    sudo apt-get autoclean
  • Raspi-Config:
    sudo raspi-config
  • * Expand Filesystem & Reboot
  • * Locale: de_DE.UTF-8 auswählen
  • * Timezone: Europe/Berlin
  • * WLAN: Set to DE/Germany
  • * Finish und rebooten
  • raspberrypi.1635841905.txt.gz
  • Zuletzt geändert: 2021/11/02 09:31
  • von Fabian Horst