Raspberry pi 3 GPIO control using Qt embedded
-
wrote on 7 Sept 2017, 13:22 last edited by
Hi,
I am new to Qt embedded. I have successfully installed Qt Raspberry image using Qt for device on the SD card.
Can anyone please let me know if there is Qt example that controls the GPIOs of Raspberry?Thanks
-
wrote on 7 Sept 2017, 13:59 last edited by Pablo J. Rogina 9 Jul 2017, 13:59
-
wrote on 7 Sept 2017, 14:12 last edited by
Thank you for your response. Wiringpi goes into Raspberry pi?
In this case, I have installed Boot2Qt on raspberry and using Qt embedded setup to deploy application to Raspberry pi. So, I do not have the provision to install wiringpi to raspberry.
-
wrote on 7 Sept 2017, 14:24 last edited by
@sam08016 All the libraries your application depends on must be available to it at runtime :-) so yes, wiringPi must be deployed in your RPi device.
I'm not familiar with Qt Embedded deploy feature but I guess you need to provide wiringPi library to such process in order for the library to be bundled and deployed with all the stuff related to your application
1/4