<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic QT6 EGLFS in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/QT6-EGLFS/m-p/1983987#M230253</link>
    <description>&lt;P&gt;On my phytec imx8mp SOM based board, I successfully activate&lt;STRONG&gt; QT6 EGLFS&lt;/STRONG&gt; using steps below. Unfortunately this does not work with newer BSPs (see below).&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;(it works when using this BSP version)&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;BSP-Yocto-NXP-i.MX8MP-PD23.1.0            2023-12-09
====================================================
- Linux NXP Vendor Kernel v5.15.71_2.2.2-phy3 (based on NXP tag lf-5.15.71-2.2.2)
- U-boot v2022.04_2.2.2-phy5 (based on NXP tag lf-5.15.71-2.2.2)
- Yocto 4.0.13 (Kirkstone)
- Qt 6.3
- Op-tee 4.0
- RAUC 1.10.1&lt;/PRE&gt;&lt;P&gt;I activate&lt;STRONG&gt; QT6 EGLFS&lt;/STRONG&gt; using these steps:&lt;BR /&gt;&lt;BR /&gt;systemctl stop weston.service&lt;/P&gt;&lt;P&gt;export QT_QPA_PLATFORM=eglfs&lt;BR /&gt;export QT_QPA_EGLFS_INTEGRATION=eglfs_kms&lt;BR /&gt;export QT_QPA_EGLFS_ALWAYS_SET_MODE=1&lt;/P&gt;&lt;P&gt;echo '{&lt;BR /&gt;"device": "/dev/dri/card1",&lt;BR /&gt;"hwcursor": false,&lt;BR /&gt;"pbuffers": true,&lt;BR /&gt;"outputs": [&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "name": "HDMI-A-1", "mode": "1920x1080" }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;]&lt;BR /&gt;}' &amp;gt; eglfs_config.json&lt;/P&gt;&lt;P&gt;export QT_QPA_EGLFS_KMS_CONFIG="$PWD/eglfs_config.json"&lt;/P&gt;&lt;P&gt;export QT_QPA_EGLFS_KMS_ATOMIC=1&lt;/P&gt;&lt;P&gt;//now run a qml application&lt;BR /&gt;./play -platform eglfs&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;(it does not works when using this BSP version)&lt;/FONT&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;BSP-Yocto-Ampliphy-i.MX8MP-PD24.1.0    2024-03-28
=================================================
- Linux Kernel v6.6.21-phy1
- U-boot v2024.01-phy3
- Yocto Scarthgap development state (pre 5.0)
- Qt 6.6.3
- RAUC 1.11.3&lt;/PRE&gt;&lt;P&gt;Any idea what can be the root cause of the problem?&lt;BR /&gt;Thx&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2024 15:48:21 GMT</pubDate>
    <dc:creator>malik_cisse</dc:creator>
    <dc:date>2024-10-29T15:48:21Z</dc:date>
    <item>
      <title>QT6 EGLFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/QT6-EGLFS/m-p/1983987#M230253</link>
      <description>&lt;P&gt;On my phytec imx8mp SOM based board, I successfully activate&lt;STRONG&gt; QT6 EGLFS&lt;/STRONG&gt; using steps below. Unfortunately this does not work with newer BSPs (see below).&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;(it works when using this BSP version)&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;BSP-Yocto-NXP-i.MX8MP-PD23.1.0            2023-12-09
====================================================
- Linux NXP Vendor Kernel v5.15.71_2.2.2-phy3 (based on NXP tag lf-5.15.71-2.2.2)
- U-boot v2022.04_2.2.2-phy5 (based on NXP tag lf-5.15.71-2.2.2)
- Yocto 4.0.13 (Kirkstone)
- Qt 6.3
- Op-tee 4.0
- RAUC 1.10.1&lt;/PRE&gt;&lt;P&gt;I activate&lt;STRONG&gt; QT6 EGLFS&lt;/STRONG&gt; using these steps:&lt;BR /&gt;&lt;BR /&gt;systemctl stop weston.service&lt;/P&gt;&lt;P&gt;export QT_QPA_PLATFORM=eglfs&lt;BR /&gt;export QT_QPA_EGLFS_INTEGRATION=eglfs_kms&lt;BR /&gt;export QT_QPA_EGLFS_ALWAYS_SET_MODE=1&lt;/P&gt;&lt;P&gt;echo '{&lt;BR /&gt;"device": "/dev/dri/card1",&lt;BR /&gt;"hwcursor": false,&lt;BR /&gt;"pbuffers": true,&lt;BR /&gt;"outputs": [&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "name": "HDMI-A-1", "mode": "1920x1080" }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;]&lt;BR /&gt;}' &amp;gt; eglfs_config.json&lt;/P&gt;&lt;P&gt;export QT_QPA_EGLFS_KMS_CONFIG="$PWD/eglfs_config.json"&lt;/P&gt;&lt;P&gt;export QT_QPA_EGLFS_KMS_ATOMIC=1&lt;/P&gt;&lt;P&gt;//now run a qml application&lt;BR /&gt;./play -platform eglfs&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;(it does not works when using this BSP version)&lt;/FONT&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;BSP-Yocto-Ampliphy-i.MX8MP-PD24.1.0    2024-03-28
=================================================
- Linux Kernel v6.6.21-phy1
- U-boot v2024.01-phy3
- Yocto Scarthgap development state (pre 5.0)
- Qt 6.6.3
- RAUC 1.11.3&lt;/PRE&gt;&lt;P&gt;Any idea what can be the root cause of the problem?&lt;BR /&gt;Thx&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 15:48:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/QT6-EGLFS/m-p/1983987#M230253</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2024-10-29T15:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: QT6 EGLFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/QT6-EGLFS/m-p/1984801#M230302</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Maybe @phytec&amp;nbsp; could&amp;nbsp; help since you are not using the oficial BSP. But you can download the latest BSP 6.6.36 where QT is tested and workable on NXP EVK&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX" target="_blank"&gt;https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 14:19:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/QT6-EGLFS/m-p/1984801#M230302</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-10-30T14:19:00Z</dc:date>
    </item>
  </channel>
</rss>

