Raspberry: Unterschied zwischen den Versionen

Aus informatikvs
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
 
* Anmelden Login: pi / Password: raspberry (raspberrz mit dt. Tastatur)
 
* Anmelden Login: pi / Password: raspberry (raspberrz mit dt. Tastatur)
 
* Konfigurieren: $ sudo raspi-config
 
* Konfigurieren: $ sudo raspi-config
 +
<pre>
 +
4 Localisation Options Set up language and regional settings to match your location
 +
  1 Change Locale
 +
    de_DE.UTF-8 UTF-8
 +
  2 Change Timezone
 +
    Europe, Berlin
 +
  3 Change Keyboard Layout
 +
    ;)
 +
  4 Change Wi-Fi Country
 +
    DE Germany
 +
5 Interface Options
 +
  P2 SSH Enable
 +
7 Advanced Options
 +
  A1 Expand Filesystem Ensures that all of the SD card storage is available to the OS
 +
Reboot
 +
</pre>

Version vom 16. Mai 2017, 21:03 Uhr

  • Image herunterladen - Bspw. RASPBIAN JESSIE LITE
  • Image auf SD-Karte schreiben - Bspw. mit etcher
  • Anmelden Login: pi / Password: raspberry (raspberrz mit dt. Tastatur)
  • Konfigurieren: $ sudo raspi-config
4 Localisation Options Set up language and regional settings to match your location
  1 Change Locale 
    de_DE.UTF-8 UTF-8
  2 Change Timezone 
    Europe, Berlin
  3 Change Keyboard Layout
    ;)
  4 Change Wi-Fi Country
    DE Germany
5 Interface Options
  P2 SSH Enable
7 Advanced Options
  A1 Expand Filesystem Ensures that all of the SD card storage is available to the OS
Reboot