jpoirier / stratux-setup

An alternative method for installing Stratux on your board's stock Linux OS.
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

PI zero fixup to stratux-setup #43

Closed specialed1790 closed 6 years ago

specialed1790 commented 6 years ago

add PI zero as a revision option RPI3BxREV=a02082 RPI3ByREV=a22082 RPIZEROW=9000c1

add the following: cd && git clone https://github.com/WiringPi/WiringPi.git && cd WiringPi/wiringPi && make static && make install-static

then add the LDFLAGS to build stratux from latest stratux-setup.sh.txt

export CGO_LDFLAGS=-L/usr/local/lib

jpoirier commented 6 years ago

Sorry but this project is dead due to being out of sync with the stratux project and hasn't been updated for over a year.