Hello,
I have completed the tutorial “Hello World application on Embedded Linux” using Eclipse. So I have a hello world application developped on a host running Ubuntu and cross-compiled for the Apalis I.MX8QM and running there. The Embedded linux I have running on the I.MX8 is the console build available from the Toradex Easy Installer (https://docs.toradex.com/107503-apalis-imx8_console-image-tezi.tar).
Now I want to move on and develop an application using Vulkan to perform compute operations (no graphics, only compute shaders). I’m a complete beginner in embedded linux… So I have no idea how to get started. Anybody could point me to a Vulkan tutorial for the Apalis IMX8 or explain me the steps into getting to a basic Vulkan application to run on the embedded linux ? I guess I need to use a different linux image (or add libs to the existing one) on the board, add dev libraries to my host PC and so on ?..