<?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: IMX8MM u-boot and kernel silent in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1634995#M204331</link>
    <description>&lt;P&gt;For your question one and two, you can import patch in yocto, like disable-uboot-serial.patch and queit-bootargs.patch, modify the&amp;nbsp;u-boot-imx_2022.04.b refering this :&lt;A href="https://stackoverflow.com/questions/45584131/how-patching-works-in-yocto" target="_blank"&gt;https://stackoverflow.com/questions/45584131/how-patching-works-in-yocto&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For disabling the serial in uboot, you can try below code:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Add the following defines to the board's config header(located in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;include/configs/imx8mm_board.h&lt;/STRONG&gt;&lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  #define CONFIG_DISABLE_CONSOLE
  #define CONFIG_SILENT_CONSOLE
  #define CONFIG_SYS_DEVICE_NULLDEV
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Add below code in&amp;nbsp;board_early_init_f(board/freescale/imx8mm_evk/imx8mm_evk.c), &lt;CODE&gt;gd-&amp;gt;flags |= (GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 18 Apr 2023 02:27:23 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2023-04-18T02:27:23Z</dc:date>
    <item>
      <title>IMX8MM u-boot and kernel silent</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1632921#M204127</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to reduce my design boot time.&lt;BR /&gt;I follow the AN13709 guide, but no way.&lt;/P&gt;&lt;P&gt;I use yocto with an EVK Board (Imx8Nano_EVK board, but the processor is an IMX8Mini).&lt;BR /&gt;&lt;BR /&gt;Could you help me to ?&lt;/P&gt;&lt;P&gt;1 - Silent u-boot&amp;nbsp;&lt;BR /&gt;Autoboot delay = -2 OK (in imx8mm_evk.k)&amp;nbsp;&lt;BR /&gt;But i don't want u-boot write to serial, how can i achieve this permanently with yocto ?&lt;/P&gt;&lt;P&gt;2 - Silent Kernel&lt;/P&gt;&lt;P&gt;How to set bootargs with quiet args (always with Yocto) and permanently (for mass production).&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Baptiste&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 07:39:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1632921#M204127</guid>
      <dc:creator>baptiste</dc:creator>
      <dc:date>2023-04-13T07:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM u-boot and kernel silent</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1634995#M204331</link>
      <description>&lt;P&gt;For your question one and two, you can import patch in yocto, like disable-uboot-serial.patch and queit-bootargs.patch, modify the&amp;nbsp;u-boot-imx_2022.04.b refering this :&lt;A href="https://stackoverflow.com/questions/45584131/how-patching-works-in-yocto" target="_blank"&gt;https://stackoverflow.com/questions/45584131/how-patching-works-in-yocto&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For disabling the serial in uboot, you can try below code:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Add the following defines to the board's config header(located in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;include/configs/imx8mm_board.h&lt;/STRONG&gt;&lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  #define CONFIG_DISABLE_CONSOLE
  #define CONFIG_SILENT_CONSOLE
  #define CONFIG_SYS_DEVICE_NULLDEV
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Add below code in&amp;nbsp;board_early_init_f(board/freescale/imx8mm_evk/imx8mm_evk.c), &lt;CODE&gt;gd-&amp;gt;flags |= (GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 18 Apr 2023 02:27:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1634995#M204331</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2023-04-18T02:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM u-boot and kernel silent</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1637234#M204520</link>
      <description>&lt;P&gt;Hi QMiller,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;I don't find&amp;nbsp; but include/configs/imx8mm_evk.h&lt;BR /&gt;I have put this :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#define CONFIG_BOOTDELAY -2&lt;/PRE&gt;&lt;PRE&gt;#define CONFIG_DISABLE_CONSOLE #define CONFIG_SILENT_CONSOLE #define CONFIG_SYS_DEVICE_NULLDEV&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I have put&amp;nbsp;&lt;SPAN&gt;code in&amp;nbsp;board_early_init_f(board/freescale/imx8mm_evk/imx8mm_evk.c),&amp;nbsp;&lt;/SPAN&gt;gd-&amp;gt;flags |= (GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;The only thing that is working is that autoboot has no delay anymore (Hit key ...).&lt;BR /&gt;&lt;BR /&gt;For my question to silent kernel permanently, do you know where to set bootargs ?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 11:18:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1637234#M204520</guid>
      <dc:creator>baptiste</dc:creator>
      <dc:date>2023-04-20T11:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM u-boot and kernel silent</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1637576#M204549</link>
      <description>&lt;P&gt;You can set the&amp;nbsp;console=null&amp;nbsp; in bootargs, the kernel log will not output.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 00:41:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1637576#M204549</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2023-04-21T00:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8MM u-boot and kernel silent</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1637831#M204569</link>
      <description>&lt;P&gt;Hi Qmiller,&lt;BR /&gt;&lt;BR /&gt;I will try, but where ?&lt;BR /&gt;In which file ?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 07:52:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8MM-u-boot-and-kernel-silent/m-p/1637831#M204569</guid>
      <dc:creator>baptiste</dc:creator>
      <dc:date>2023-04-21T07:52:50Z</dc:date>
    </item>
  </channel>
</rss>

