How to run Qt GUI app on boot under Debian - BeagleBone Black
Unsolved
Installation and Deployment
-
Hi,
What backend are you using ? What error are you getting ?
-
Again: what backend are you using ? xcb ? eglfs ?
The init script is the right method even though this one is very simplified. IIRC, you should find a more complete skeleton of it in /etc/init.d
-
The BeagleBoneBlack uses an ARM processor
-
Do you have a Xorg server running on your board ?
-
Then you have to ensure that your application is run after Xorg is started. By the way, do you really need an Xorg server (outside the fact that you are using the xcb plugin) ?