Raspberry Pi/boot folder settings

From Wiki
< Raspberry Pi
Revision as of 10:42, 22 January 2018 by Marcluer (talk | contribs)
  • wifi: /boot/wpa_supplicant.conf
network={
    ssid="YOUR_SSID"
    psk="YOUR_PASSWORD"
}


  • enable ssh (/boot)
touch ssh


  • disable raspberry logos on top during boot /boot/cmdline.txt
add "logo.nologo"
  • disable splash screen
    • with raspi-config