Clarion Posted November 26, 2017 Posted November 26, 2017 Hello, I bought the Opi Zero plus 2 H5 and installed Armbian and Octoprint unfortunately, I can not find a suitable WirringPi for the H5 so I can address the Gpio. Sorry for my bad English thx for help
Larry Bank Posted November 26, 2017 Posted November 26, 2017 This is why I created the ArmbianIO project. As long as you're using a mainline kernel (4.1x), it should recognize your board and work. You can get it here: https://github.com/bitbank2/ArmbianIO
Clarion Posted November 26, 2017 Author Posted November 26, 2017 I take it and have a fatal error i@orangepizeroplus2:~/ArmbianIO$ make -f make_demo cc -c -Wall -O2 main.c main.c:28:23: fatal error: armbianio.h: No such file or directory compilation terminated. make_demo:10: recipe for target 'main.o' failed make: *** [main.o] Error 1
Larry Bank Posted November 26, 2017 Posted November 26, 2017 You need to build the library first (just run make). It will copy the .h and .a to the /usr/local directory
rusatch Posted November 27, 2017 Posted November 27, 2017 9 hours ago, Larry Bank said: This is why I created the ArmbianIO project. As long as you're using a mainline kernel (4.1x), it should recognize your board and work. You can get it here: https://github.com/bitbank2/ArmbianIO Nice project. Thanks for sharing
Recommended Posts