2022-01-15 09:23:15 +00:00
2022-01-15 09:23:15 +00:00
2022-01-15 09:13:48 +00:00
2022-01-15 09:21:17 +00:00

Setup

OS

  • Raspberry Pi OS Lite
  • HeadLess setup
    • Enable ssh
      Create an empty file named ssh on 'boot' partition

    • Wifi Network
      Create a file in the root of boot called: wpa_supplicant.conf

        country=PT  
        ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev  
        update_config=1  
      
        network={  
            ssid="NETWORK-NAME"  
            psk="NETWORK-PASSWORD"  
        }  
      
Description
No description provided
Readme 59 KiB
Languages
desktop 100%