Hi @eslam!
Thank you for reaching out to NXP Support!
Unfortunately, our BSP does not include QT examples by default.
To enable QT WebEngine examples, you’ll need to build the full image manually. Please note that QT WebEngine is not compatible with the Chromium layer, so you’ll need to comment out the Chromium layer in your build configuration. Additionally, add the following line to your local.conf file:
PACKAGECONFIG_append_pn-qtwebengine = " examples"
For GUI development, you can consider using QT, LVGL, or Crank AMETEK.
Here’s an example of LVGL running on an i.MX8MP-EVK board:
P3T1755 Demo
Best regards,
Chavira