Skip to content

dr460nf1r3/school-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Raspbian builds

Build aarch64 image Test code with shellcheck

This repo contains customized Raspbian builds. I mostly set it up for testing purposes.

Documentation

Flashing the image

  • Retrieve Raspberry Pi Imager from official sources
  • Open Raspberry Pi Imager
  • Select the OS via "Choose OS" -> "Raspberry Pi OS (other)" -> "Raspberry Pi OS Lite (32-bit)"
  • Insert the SD-Card and select it via "Choose storage"
  • Configure the image:
  • Write the image by selecting "Write" and confirming all prompts

Connecting to the Pi & changing IP

  • ssh njensch@10.11.0.3, confirming all prompts with "y" & "Enter"
  • sudo nano /etc/dhcpcd.conf
  • Add the following configuration:
    interface wlan0
    static ip_address=10.2.13.7
    static routers=10.10.0.1
    static domain_name_servers=10.10.0.1 1.1.1.1
    
  • Exit the editor by entering "CTRL" + "X" followed by "Y" and "Enter"
  • Restart the service with sudo systemctl restart dhcpcd

Reconnecting via the new IP & updating the system

  • ssh njensch@10.2.13.7
  • `sudo apt-get update && sudo apt-get upgrade``

About

This repo contains stuff used to complete school assignments with a Raspberry Pi ✨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published