Skip to content

Instantly share code, notes, and snippets.

@lesp
Created October 17, 2014 11:06
Show Gist options
  • Save lesp/0150cf70426be6ab7dd9 to your computer and use it in GitHub Desktop.
Save lesp/0150cf70426be6ab7dd9 to your computer and use it in GitHub Desktop.
Jar Jar Guide
Hello
Right, well the goal as I see it is to create a master card that contains all the packages that you need?
if that is the case, create a card on a Pi, that has all the programs that you want.
Using software such as dd or win32disk imager create a cloned image of that card.
Using the same software copy that image to each of the cards that you wish to use.
It will take a while, but this is the best way to get a consistent image across many SD cards
Any problems, drop me a line
Les
@jarjartee
Copy link

Ahh - in that case might be worth starting from scratch ; VNC and scratchGPIO in addition - right ohh here we go . . .
Thanks ever so much for your help

@lesp
Copy link
Author

lesp commented Oct 17, 2014

Yeah start from scratch for master card, top tip in a terminal do this to ensure all your apps and pi firmware are up to date :)

sudo apt-get update
sudo apt-get upgrade -y
sudo rpi-update

Good luck
Les

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment