Stratux on a Pi Zero W

From Useful notes
Revision as of 07:00, 6 June 2017 by Wcktklwn (talk | contribs)
Jump to navigation Jump to search

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

Insert non-formatted text here
sudo su -
cd /root
apt -y install git

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