Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A64 => Topic started by: Bala on January 07, 2021, 06:22:20 PM

Title: Olimex Board to run GTK+ GUI Application
Post by: Bala on January 07, 2021, 06:22:20 PM
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.
Title: Re: Olimex Board to run GTK+ GUI Application
Post by: LubOlimex on January 08, 2021, 09:42:58 AM
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
Title: Re: Olimex Board to run GTK+ GUI Application
Post by: Bala on January 08, 2021, 06:20:55 PM
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
Title: Re: Olimex Board to run GTK+ GUI Application
Post by: LubOlimex on January 22, 2021, 09:37:00 AM
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
Title: Re: Olimex Board to run GTK+ GUI Application
Post by: Bala on February 07, 2021, 06:04:05 PM
Thank you, first we will try the link you have shared
Title: Re: Olimex Board to run GTK+ GUI Application
Post by: Bala on March 12, 2021, 01:55:12 PM
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/