Skip to content

atyu1/rpi_deployment

Repository files navigation

rpi_deployment

Automated deployment of rpi

First run create_bootable_raspbian.sh - this script prepares the SD card with Wifi and Networking configured Second run setup_remote_pi.sh - this configures users, change networking, hostname and install docker

Steps

  1. Download latest image
  2. Decompress
  3. Add bootfile
  4. Copy the new image with IP via dd
  5. Config wifi
  6. Config networking
  7. Use setup_remote_pi.sh script to configure initial values

Usage:

Usage: sudo ././create_bootable_raspbian.sh <SSID> <PSK> [-d|--download]

Options:
-d|--download : download and edit raspbian image in case of first run

setup_remote_pi

  1. Configure Wifi
  2. Configure static IP for wlan0
  3. Setup keyboard language
  4. Create user atyu
  5. Password atyu
  6. Enable SSH
  7. Enable i2c and spi for GPIO
  8. Install vim
  9. Install rpi.GPIO
  10. Install docker - ToDo

Optional: disable user pi

About

Automated deployment of rpi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages