-
Notifications
You must be signed in to change notification settings - Fork 32
Get your Pi set up
campbellsan edited this page Jan 18, 2013
·
47 revisions
- sudo apt-get install git
- sudo apt-get install geany (optional for tinkering)
- sudo apt-get install openjdk-7-jdk (optional for working on LA project)
- sudo apt-get install doxygen (optional, requires just under a GB of storage)
- sudo apt-get install arduino (optional if you want to run the arduino i/f core)`
Download the bcm2835 library from http://www.open.com.au/mikem/bcm2835/bcm2835-1.17.tar.gz
- gunzip bcm2835-1.17.tar.gz
- tar -xvf bcm2835-1.17.tar
- cd bcm2835-1.17
- ./configure
- make
- sudo make check
- sudo make install
Make a folder for your Guzunty projects and change to it.
- mkdir Guzunty
- cd Guzunty
- git clone https://github.com/Guzunty/Pi.git
- cd Pi/src/gz_load
- make
- sudo cp gz_load/gz_load /usr/bin
- cd Pi/src/gzlib/src
- make
- make install
Edit (as root) /etc/modprobe.d/raspi-blacklist.conf Insert # in front of the line: blacklist spi-bcm2708 Save and reboot
- sync
- sync
- sudo shutdown -r now