Hits: 593
-
Stretch Lite image
- Download Link: https://www.raspberrypi.org/downloads/raspbian/
- Choose Raspbian Stretch Lite Download ZIP.
- Make unzip this downloaded zip file.
- The easiesst way to Flash to your SD Card is Etcher.
- Download and install this Software.
- After Openning, Select .iso file, and your SD Card and click Flash.
-
How to set up WiFi
Create a file in Boot directory called wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev network={ ssid="YOUR-NETWORK-NAME" psk="PASSWORD" key_mgmt=WPA-PSK }
-
How to enable SSH
Create a file in Boot directory empty file called ssh. For example i have on my computer Git Bash Terminal, with this Terminal type only this command:
touch ssh
or second way without
Right Click (on the Empty Area from Screen) -> New -> Text Document, and then rename New Document.txt file like ssh (remove .txt from file name).
Thanks:
https://howchoo.com/g/ndg2mtbmnmn/how-to-install-raspbian-stretch-on-the-raspberry-pi
https://howchoo.com/g/ote0ywmzywj/how-to-enable-ssh-on-raspbian-without-a-screen
https://howchoo.com/g/ndy1zte2yjn/how-to-set-up-wifi-on-your-raspberry-pi-without-ethernet