Download last OS image ZIP file from:
https://www.raspberrypi.org/downloads/raspbian/
Extract the image file from the downloaded ZIP file.
On Windows, I prefer 7-Zip for this step from http://www.7-zip.org/.
Write the image to an SD card as explained on: https://www.raspberrypi.org/documentation/installation/installing-images/windows.md
(Note I do NOT run Win32DiskImager as administrator. Why run things as admin if it does not require it)
Boot the PI
Initial Setup
- Menu - Preferences - Raspberry Pi Configuration
- Localisation: set time zone=America, Vancouver, set locale=Country=Canada, set keyboard=United States, English (US)
- System, Filesystem, Expand Filesystem
- Boot to CLI
- Uncheck "Auto Login as user 'pi"', (note: def PW='raspberry', we will change that below)
Update PI software
- $ sudo apt-get update
- $ sudo apt-get upgrade
Configure the PI to
- allow for SSH connection to it can run without a monitor, keyboard, and mouse.
- have a fixed IP address