Olimex Board to run GTK+ GUI Application

Started by Bala, January 07, 2021, 06:22:20 PM

Previous topic - Next topic

Bala

Hi,
We have developed our 'production ready' GTK3+ GUI application. We would like to use Olimex Linux Board for production. Which Olimex linux board is suggested to run our GTK3+ GUI application. Kindly suggest.

LubOlimex

What hardware resources and Linux packages are needed for your application to run? Check if these packages are enabled in our latest Linux images for A20 and A64 boards:


http://images.olimex.com/release/a20/A20-OLinuXino-bionic-base-20201217-194545.img.list

http://images.olimex.com/release/a64/A64-OLinuXino-bionic-base-20201217-194545.img.list
Technical support and documentation manager at Olimex

Bala

Hi,
Thanks for your response. We used weston/Wayland display server to run our GTK GUI application on embedded linux, however we couldn't see weston/wayland package listed in the link you have sent.

1. We can see X11 server package in the list, we are not sure whether GTK GUI application will run on X11. Can you please confirm whether GTK will run on X11 server?

2. Is it possible to add weston/wayland display server packages to A64 package list?

3. Can you please suggest a display server which is preferable to run GUI application developed using GTK?

4. The bionic base for A64/A20 has many packages, we may not use some of packages, if we want to build only selected package, how do we build our customised image for A64/A20? can you please share the procedure to build the image with required packages.

Regards
Bala

LubOlimex

Hello,

We have published everything about our images at GitHub - sources, instructions and more. You can find many links here:

https://olimex.wordpress.com/2020/04/21/olimage-mainline-linux-images-building-script-for-all-of-our-olinuxino-and-som-boards/

Unfortunately, we are unable to tailor our software images to suit your needs free of charge. If you wish we can forward your work to Linux developers to tailor the images according to your needs, please contact us at support@olimex.com to discuss what it would cost.

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

Bala

Thank you, first we will try the link you have shared

Bala

Hi,
Just an update, so that it will be helpful to others

we could successfully run our gtk application on A64, we followed the procedure given in below link
https://olimex.wordpress.com/2019/07/16/writing-applications-for-olinuxino-with-gtk/