Use Raspberry GPIO via boot2qt
-
Hi,
I have successfully installed Qt Raspberry image (boot2qt) using Qt for device on the SD card.
Can anyone please let me know how I can controls the GPIOs of Raspberry? (I tried the 'wiringPi' library but I don't know how to insert this on Raspberry)Thanks
-
@crss said in Use Raspberry GPIO via boot2qt:
I tried the 'wiringPi' library but I don't know how to insert this on Raspberry
You can cross compile it if not using Raspbian.
There is some information on how to build it: http://wiringpi.com/download-and-install/ -
Jeff Tranter at ICS has an ongoing series of blog posts that may help.
Latest is:
https://www.ics.com/blog/examining-cross-platform-libsoc-library -
Hi,
I have successfully installed Qt Raspberry image (boot2qt) using Qt for device on the SD card.
Can anyone please let me know how I can controls the GPIOs of Raspberry? (I tried the 'wiringPi' library but I don't know how to insert this on Raspberry)Thanks
@crss said in Use Raspberry GPIO via boot2qt:
I tried the 'wiringPi' library but I don't know how to insert this on Raspberry
Could you share what did you try regarding wiringPi?