I want to using OpenGL on RTOS (such as freeRTOS), Is there any NXP automotive board support OpenGL on RTOS?
I'm not sure which NXP automotive board you're referring to, but most likely the answer is yes. OpenGL is a cross-platform graphics API that is widely used in embedded systems. Many RTOS vendors support OpenGL drivers for their products.
Thanks
i.MX 6 and i.MX 8 serials board are ok for me。
I know some RTOS like QNX & Vxworks supports GPU。
But the license cost are not acceptable for my project。
For my product , Opengl feature need to be implemented on FreeRTOS etc. RTOS ( free or lowcost)
Porting OpenGL needs source code in user space & kernel space .
I assume the GPU driver code is provided on on i.MX 6 and i.MX 8 board.
But the user space driver is provided in binary。
So I want to know if I could access the user space code by purchase some license,and the cost。
if buying license is not an option,porting mesa3D to FreeRTOS (on i.MX 6 and i.MX 8 board.)
is feasible or not?
Could you please give some advice?
Thanks in advance
Hello willtang,
There is no opengl in rtos you can build GPU openGL stuff in linux.
Regards
Thanks.
my project need support opengl on RTOS.
Is it possible porting gpu user space & kernel driver on imx6/imx8 to RTOS?
gpu user space source on imx6/imx8 could be got ? and the cost.
Is it possible by porting mesa-3d to RTOS ?