Skip to content

Instantly share code, notes, and snippets.

@yuvarajoo
Created December 23, 2018 04:36
Show Gist options
  • Save yuvarajoo/f2f4ec804eb3ae5acfa2bf68769bd715 to your computer and use it in GitHub Desktop.
Save yuvarajoo/f2f4ec804eb3ae5acfa2bf68769bd715 to your computer and use it in GitHub Desktop.
Install Raspberry pI BCM2835
cd ~
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.58.tar.gz
tar xvfz bcm2835-1.58.tar.gz;
cd bcm2835-1.58;
./configure;
make;
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment