You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ~
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.69.tar.gz -O bcm2835.tar.gz
tar xvzf bcm2835.tar.gz
cd bcm2835
./configure
make
sudo make check
sudo make install