Stratux on a Pi Zero W: Difference between revisions

From Useful notes
Jump to navigation Jump to search
(Created page with "Start with Raspbian Jessie Lite (2017-04-10 works). sudo su - cd /root apt -y install git git clone git://git.drogon.net/wiringPi cd ~/wiringPi ./build cd wiringPi make sta...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Start with Raspbian Jessie Lite (2017-04-10 works).
Start with Raspbian Jessie Lite (2017-04-10 works).


sudo su -
cd /root
apt -y install git-core
git clone git://git.drogon.net/wiringPi
cd ~/wiringPi
./build
cd wiringPi
make static
make install-static


sudo su -
cd /root
cd /root
git clone https://github.com/jpoirier/stratux-setup
apt -y install git
cd stratux-setup
 
git clone git://git.drogon.net/wiringPi
cd ~/wiringPi
./build
cd wiringPi
make static
make install-static
 
cd /root
git clone https://github.com/jpoirier/stratux-setup
cd stratux-setup


edit stratux-setup.sh and comment out lines 395-398
edit stratux-setup.sh and comment out lines 395-398
similar to these lines. https://github.com/jpoirier/stratux-setup/blob/master/stratux-setup.sh#L395-L398
similar to these lines. https://github.com/jpoirier/stratux-setup/blob/master/stratux-setup.sh#L395-L398


bash stratux-setup.sh
bash stratux-setup.sh

Latest revision as of 07:02, 6 June 2017

Start with Raspbian Jessie Lite (2017-04-10 works).

sudo su -
cd /root
apt -y install git-core

git clone git://git.drogon.net/wiringPi
cd ~/wiringPi
./build
cd wiringPi
make static
make install-static
cd /root
git clone https://github.com/jpoirier/stratux-setup
cd stratux-setup

edit stratux-setup.sh and comment out lines 395-398 similar to these lines. https://github.com/jpoirier/stratux-setup/blob/master/stratux-setup.sh#L395-L398

bash stratux-setup.sh