Bake Your Pi: Initial Setup

Do you need to setup your Raspberry Pi? Raspberry Pi’s are extremely popular for lightweight and inexpensive computing solutions around the world. Raspberry Pi’s are being used for just about anything that you can think of that needs light computing power.

Join me in this video as we walk through the required steps to setup your Raspberry Pi 4. Once you have setup your Raspberry Pi, you are ready to complete any project that you want.


If you want to follow along, I have all the required hardware here: https://www.jongood.com/resources/projects/raspberry-pi/


Steps:

1.     Download Raspberry Pi Image Loader: https://www.raspberrypi.com/software/

2.     Plug SD card into computer using memory card reader

3.     Open Raspberry Pi Image Loader software, and load OS (Bake Your Pi)

4.     Load SD card into Raspberry Pi, and then power on device

5.     SSH into Raspberry Pi: ‘ssh pi@raspberrypi

6.     Update Raspberry Pi: ‘sudo apt update && sudo apt-get -uy dist-upgrade

7.     Reboot Raspberry Pi: ‘sudo reboot

8.     SSH back into Raspberry Pi: ‘ssh pi@raspberrypi

9.     Pick a Raspberry Pi project!


Other Resources:

-Raspberry Pi: https://www.raspberrypi.com/

Complete and Continue