Skip to content

jaeblaezdacoder/tyro-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

tyro-pi

...is my repository for Raspberry Pi beginners. This is just a basic Getting Started repo for some of the most common tasks in one place.

  1. Download Pi Imager --> 🔗 Official Raspberry-Pi Imager
  2. Insert microSD card into card slot on your computer. (I recommend 64GB microSD card at minimum)
  • For this setup, we will be installing a 64-bit version of the PI OS manually.
  • I have included the link to the 🔗 raspios_lite_arm64 Pi OS image file for download. (Choose the file that has the single .zip extension)
  1. Use Custom from the OS Select tab on the imager
  2. Navigate to the 2021-10-30-raspios-bullseye-arm64-lite.img that you downloaded and select it
  3. Choose your microSD card from the Storage Locations tab
  4. Click on the Write tab and wait
  5. Eject the microSD card and reinsert to make an .ssh file
  6. CD into your Boot disk from the terminal and enter this command: touch ssh (sudo may be required)
  7. Eject the microSD card once again and insert it into to microSD slot on your raspberry pi and power it up

Connecting To Your Pi

Once you have the microSD installed and the power is on, you will need to know what the ip adress of your raspberry pi is: Once you know it, open up a terminal and type ssh pi@xxx.xxx.xxx.xxx to log in to your pi remotely

Releases

No releases published

Packages

No packages published