<?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>i.MX Processors中的主题 How to show the boot logo using DRM/KMS on Android12?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1896428#M225652</link>
    <description>&lt;P&gt;Hi NXP,&lt;/P&gt;&lt;P&gt;Our current development project is based on the i.MX8MQ platform using the i.MX-Android-12.1.0_1.0.0 codebase. This codebase utilizes the DRM/KMS display management framework instead of the traditional framebuffer. Previously, under the framebuffer architecture, the kernel boot process would display the penguin logo. However, with the DRM/KMS framework, the penguin logo is not displayed during boot. How can we display the boot logo under the DRM/KMS framework?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2024 06:47:05 GMT</pubDate>
    <dc:creator>herman_lin</dc:creator>
    <dc:date>2024-07-01T06:47:05Z</dc:date>
    <item>
      <title>How to show the boot logo using DRM/KMS on Android12?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1896428#M225652</link>
      <description>&lt;P&gt;Hi NXP,&lt;/P&gt;&lt;P&gt;Our current development project is based on the i.MX8MQ platform using the i.MX-Android-12.1.0_1.0.0 codebase. This codebase utilizes the DRM/KMS display management framework instead of the traditional framebuffer. Previously, under the framebuffer architecture, the kernel boot process would display the penguin logo. However, with the DRM/KMS framework, the penguin logo is not displayed during boot. How can we display the boot logo under the DRM/KMS framework?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 06:47:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1896428#M225652</guid>
      <dc:creator>herman_lin</dc:creator>
      <dc:date>2024-07-01T06:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the boot logo using DRM/KMS on Android12?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1903222#M226003</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/222646"&gt;@herman_lin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can reference to the Linux kernel config file "imx_v8_defconfig" to includes the kernel LOGO related config:&lt;/P&gt;
&lt;P&gt;CONFIG_FB=y&lt;BR /&gt;CONFIG_FB_EFI=y&lt;BR /&gt;CONFIG_LOGO=y&lt;/P&gt;
&lt;P&gt;If you still got the kernel crash, please attach the crash log.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 02:01:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1903222#M226003</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2024-07-09T02:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the boot logo using DRM/KMS on Android12?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1906878#M226111</link>
      <description>&lt;P&gt;Hi pengyong,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;After set following configs, the device will repeatedly reboot in the kernel, the log as attachment. The logs only show that the device is being triggered to reboot, but the reason is unknown. If additional logs are needed, please let us know which ones to enable. Thanks!!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CONFIG_FB=y&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CONFIG_FB_EFI=y&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CONFIG_LOGO=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Herman&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 08:09:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1906878#M226111</guid>
      <dc:creator>herman_lin</dc:creator>
      <dc:date>2024-07-12T08:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the boot logo using DRM/KMS on Android12?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1908409#M226157</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/222646"&gt;@herman_lin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Synced with Android team, due to google GKI (Generic Kernel Image) requirement, the drm display driver is bullt as module, so kernel LOGO can't be used, the kernel logo code runs earlier than display driver, so it can't work.&lt;/P&gt;
&lt;P&gt;After enabled logo in Uboot, to make it work with long time, you can remove the "video_link_shut_down();" from file "uboot\arch\arm\lib\bootm.c", function&amp;nbsp;announce_and_cleanup().&lt;/P&gt;
&lt;P&gt;you can also add "clk_ignore_unused" into kernel command line to avoid kernel turn off display related clocks during boot up. And you can also set Uboot framebuffer memory as resvereved in kernel device tree to avoid kernel clear the Uboot logo memory.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 06:52:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1908409#M226157</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2024-07-15T06:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the boot logo using DRM/KMS on Android12?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1927840#M227115</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202673" target="_self"&gt;&lt;SPAN class=""&gt;pengyong_zhang&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Our client applied NXP's suggestions, but there is still a problem where the u-boot splash screen disappears after moving to the kernel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We proceeded as follows:&lt;/P&gt;&lt;P&gt;1. Remove video_link_shut_down()&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--- a/uboot-imx/arch/arm/lib/bootm.c&lt;BR /&gt;+++ b/uboot-imx/arch/arm/lib/bootm.c&lt;BR /&gt;@@ -67,7 +67,10 @@ static void announce_and_cleanup(int fake)&lt;BR /&gt;&amp;nbsp;#endif&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;#if defined(CONFIG_VIDEO_LINK)&lt;BR /&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; video_link_shut_down();&lt;BR /&gt;+// &amp;nbsp; &amp;nbsp; video_link_shut_down();&lt;BR /&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; printf("SKIP the video_link shutdown!!&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;");&lt;BR /&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; printf("SKIP the video_link shutdown!!&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;");&lt;BR /&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; printf("SKIP the video_link shutdown!!&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;");&lt;BR /&gt;&amp;nbsp;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Add clk_ignore_unused to bootargs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;+++ b/uboot-imx/arch/arm/dts/imx8mp-zh_l70.dts&lt;BR /&gt;@@ -13,7 +13,7 @@&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compatible = "fsl,imx8mp-zh-l70", "fsl,imx8mp";&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; chosen {&lt;BR /&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bootargs = "clk-imx8mp.mcore_booted console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200";&lt;BR /&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; bootargs = "clk-imx8mp.mcore_booted clk_ignore_unused console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200";&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; stdout-path = &amp;amp;uart2;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Add uboot splash area reserved_memory in kernel dts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;+++ b/kernel/dts/imx8mp-zh_l70.dts&lt;BR /&gt;@@ -129,6 +129,11 @@&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reg = &amp;lt;0 0x80000000 0 0x1000000&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;BR /&gt;&lt;BR /&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; boot_splash: boot_splash@50000000 {&lt;BR /&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reg = &amp;lt;0 0x50000000 0 0x1C00000&amp;gt;;&lt;BR /&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no-map;&lt;BR /&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have any additional suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 01:55:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1927840#M227115</guid>
      <dc:creator>simon_ko</dc:creator>
      <dc:date>2024-08-08T01:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the boot logo using DRM/KMS on Android12?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1928817#M227161</link>
      <description>&lt;P&gt;hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/222646"&gt;@herman_lin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please create another ticket talk about your new issue.&lt;/P&gt;
&lt;P&gt;B.R&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 05:25:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-show-the-boot-logo-using-DRM-KMS-on-Android12/m-p/1928817#M227161</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2024-08-09T05:25:26Z</dc:date>
    </item>
  </channel>
</rss>

