Hi @JoRadio
Sorry to reply late, Which BSP code do you use?
The i.MX8MP uses the Vivante GC7000UL GPU, which has limited GPU memory.
Enabling Image-Based Lighting (IBL) and SkyBox with large textures (1024x1024) can consume significant GPU memory.
Here are some suggestions:
1. Reduce texture resolution:
Reduce the texture from 1024x1024 to 512x512 or 256x256 and observe if it still crashes.
2. Gradual disabling feature:
First, turn off the SkyBox or IBL lighting and gradually identify which feature is causing the problem.
B.R