Skip to content

jonathlt/pi-img-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Alter a Raspberry Pi Stock Image before Burning to SD Card

Why?

  • Nice to have a customised image which will automatically connect to wifi, especially when you want to use the pi in 'headless mode'.
  • Also includes customisation to allow connection to an Android Device. The screen of the android device can be used as a display for the Raspberry Pi.

How?

  1. Download the script to a folder on your hard drive.
  2. Run the script, passing the wifi username and password:

./add_wifi_creds.sh ssid password

  1. The image will be downloaded and altered to suit

Notes

  • The image name is hardcoded, so will have to be changed when a new one becomes available. I can probably automate this with a bit more work.
  • This is a bash script, which I don't know that well, but I wrote this as a learning excercise.
  • Only tested on Ubuntu Linux

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages