I need some really basic instructions please!
I am trying to help my son with the cam jam edukit 3.
We want to control it with the pi hut's wireless controller. I have the instructions but am now stuck.
We have (I think) written the SD card with the Raspbian stretch image. The next instructions are about setting up the operating system and specifically writing a file on the 'boot' partition.
Set-up the operating system
Once you've written the SD card, put it back in the machine you used to write it. If you're on Windows ignore anything about needing to format the SD card.
On the "boot" partition, create a file called ssh. This will allow you to remotely connect to your Pi should you need to.
Also on the boot partition, create a file called wpa_supplicant.conf and put into it the following:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="MY_SSID"
scan_ssid=1
psk="MY_PASSWORD"
key_mgmt=WPA-PSK
}
Replace MY_SSID with your wifi router's SSID and MY_PASSWORD with your wifi router's password. This will connect your Pi up to your network and allow you to install the extra software you need.
These are the instructions (above). I don't know to create a file and am not sure what the boot partition is.
I am using a Mac.
Please can someone give me some really basic step by step instructions on how to do this please.
Thank you!