<?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 Re: How to run gui_guider example application during very early boot on IMX93 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1991645#M230705</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you share the detailed technical solution for that?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;--&amp;gt; I am checking this with internal team and will reply here asap.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2024 05:37:32 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2024-11-11T05:37:32Z</dc:date>
    <item>
      <title>How to run gui_guider example application during very early boot on IMX93</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1990725#M230653</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have make an IMX93 fastboot-image following the doc:&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN14093.pdf" target="_blank" rel="noopener"&gt;https://www.nxp.com/docs/en/application-note/AN14093.pdf&lt;/A&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I am now able to achieve a result close to what is described in the documentation, where I start the kernel init process very early. My current issue is how to start the &lt;/SPAN&gt;gui_guider&lt;SPAN&gt; example project as early as possible during the boot process. Currently, my &lt;/SPAN&gt;gui_guider&lt;SPAN&gt; is already integrated into the flashed image, and I can manually enter the &lt;/SPAN&gt;gui_guider&lt;SPAN&gt; command to start it and see the image display. However, when I start it using &lt;/SPAN&gt;systemd&lt;SPAN&gt;, the image does not appear, even though I have specified for it to start after Weston. Below is my &lt;/SPAN&gt;systemd&lt;SPAN&gt;&lt;SPAN&gt; configuration:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[Unit]
Description=Start GUI Guider after Weston
After=weston.service
Wants=weston.service

[Service]
ExecStart=/usr/bin/gui_guider
User=root
Group=root
WorkingDirectory=/home/weston
Restart=always
StandardOutput=tty
StandardError=tty
Environment=WAYLAND_DISPLAY=/run/wayland-0
TimeoutStartSec=10s

[Install]
WantedBy=multi-user.target&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also heard that you have already implemented running gui_guider / lvgl very early in the boot process within the fastboot image. Could you share the detailed technical solution for that?&lt;BR /&gt;&lt;BR /&gt;Sincerely!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 03:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1990725#M230653</guid>
      <dc:creator>Nobita</dc:creator>
      <dc:date>2024-11-08T03:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to run gui_guider example application during very early boot on IMX93</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1991645#M230705</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you share the detailed technical solution for that?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;--&amp;gt; I am checking this with internal team and will reply here asap.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 05:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1991645#M230705</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-11-11T05:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to run gui_guider example application during very early boot on IMX93</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1991719#M230709</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207807"&gt;@Nobita&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The bootup of lvgl demo is controlled by init script in&amp;nbsp;&lt;SPAN&gt;/etc/init.d, the command to start lvgl is&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;/home/root/lvgl_demo &amp;amp;&lt;/STRONG&gt; in this script.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 06:30:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1991719#M230709</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-11-11T06:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to run gui_guider example application during very early boot on IMX93</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1992352#M230739</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/151788"&gt;@Zhiming_Liu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Here is my gui-guider sample code which is generated by Gui Guider-1.8.1-GA, I intergrated it into imx-yocto-bsp 6.1.36 build,&amp;nbsp;My issue is that my program can display picture via the HDMI interface when I manually run the gui-guider command in a serial session, but it doesn’t show img when I set it to start automatically using init.d or systemd. Is it necessary to set environment variables or make other adjustments? would you please share your full init.d file or systemd file?&lt;/P&gt;&lt;P&gt;Sincerely&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 02:23:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1992352#M230739</guid>
      <dc:creator>Nobita</dc:creator>
      <dc:date>2024-11-12T02:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to run gui_guider example application during very early boot on IMX93</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1992370#M230742</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have shared project with message.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Zhiming&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 02:36:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-run-gui-guider-example-application-during-very-early-boot/m-p/1992370#M230742</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2024-11-12T02:36:20Z</dc:date>
    </item>
  </channel>
</rss>

