GoPiGo Phase 1
So I finished configuring my Raspbian Wheezy distribution to work for the GoPiGo, quite painless actually. What I did with my brand new NOOBS SD card, after booting and connecting it to the Internet, can be summarized in the following:
$ sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y
$ sudo reboot (probably not necessary but just in case)
$ git clone https://github.com/DexterInd/GoPiGo.git
$ cd GoPiGo/Setup
$ sudo chmod +x install.sh
$ sudo ./install.sh
$ sudo reboot (in case it doesn’t restart on its own, like mine)
You can find these instructions here under Option 3.











