<?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 Android 9 auto kernel compression in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Android-9-auto-kernel-compression/m-p/1082879#M158856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on imx8qm-mek platform running on Android 9 automotive. I was going through menuconfig and i found that none of the compression methods are enabled :&lt;/P&gt;&lt;P&gt;HAVE_KERNEL_GZIP || HAVE_KERNEL_BZIP2 || HAVE_KERNEL_LZMA || HAVE_KERNEL_XZ || HAVE_KERNEL_LZO || HAVE_KERNEL_LZ4&lt;/P&gt;&lt;P&gt;I checked these configs and i found (n) to each of them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does this mean ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can change compression method ?&lt;/P&gt;&lt;P&gt;How can i use decompressed kernel instead of compressed one ?&lt;/P&gt;&lt;P&gt;Is it good idea to use decompressed kernel for boot time optimization ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to provide some light here.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2020 12:00:01 GMT</pubDate>
    <dc:creator>amit251291</dc:creator>
    <dc:date>2020-05-28T12:00:01Z</dc:date>
    <item>
      <title>Android 9 auto kernel compression</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-9-auto-kernel-compression/m-p/1082879#M158856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on imx8qm-mek platform running on Android 9 automotive. I was going through menuconfig and i found that none of the compression methods are enabled :&lt;/P&gt;&lt;P&gt;HAVE_KERNEL_GZIP || HAVE_KERNEL_BZIP2 || HAVE_KERNEL_LZMA || HAVE_KERNEL_XZ || HAVE_KERNEL_LZO || HAVE_KERNEL_LZ4&lt;/P&gt;&lt;P&gt;I checked these configs and i found (n) to each of them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does this mean ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can change compression method ?&lt;/P&gt;&lt;P&gt;How can i use decompressed kernel instead of compressed one ?&lt;/P&gt;&lt;P&gt;Is it good idea to use decompressed kernel for boot time optimization ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to provide some light here.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 12:00:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-9-auto-kernel-compression/m-p/1082879#M158856</guid>
      <dc:creator>amit251291</dc:creator>
      <dc:date>2020-05-28T12:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Android 9 auto kernel compression</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-9-auto-kernel-compression/m-p/1082880#M158857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Although there is the popular misconception that the &lt;CODE&gt;bz&lt;/CODE&gt; prefix means that bzip2 compression is used [...], says the opposite of your theory: the &lt;CODE&gt;bz&lt;/CODE&gt; in &lt;CODE&gt;bzImage&lt;/CODE&gt; has no relation to &lt;CODE&gt;bzip2&lt;/CODE&gt;, and &lt;CODE&gt;bzImage&lt;/CODE&gt; doesn’t have to be compressed with &lt;CODE&gt;bzip2&lt;/CODE&gt;. In fact, &lt;A href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/init/Kconfig?id=aefcf2f4b58155d27340ba5f9ddbe9513da8286d#n200" rel="nofollow noreferrer"&gt;the kernel’s default compression mode&lt;/A&gt; is still &lt;CODE&gt;gzip&lt;/CODE&gt;, and there is little reason to use &lt;CODE&gt;bzip2&lt;/CODE&gt; nowadays — it is slower than LZMA and &lt;CODE&gt;xz&lt;/CODE&gt; but doesn’t compress as well.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;However This mean you can change the compressed method but we have not tested. you must use the compressed one.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Regards&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 14:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-9-auto-kernel-compression/m-p/1082880#M158857</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-05-28T14:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Android 9 auto kernel compression</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Android-9-auto-kernel-compression/m-p/1082881#M158858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;SPAN style="background-color: #ffffff; color: #646464; font-size: 18.004px; "&gt;&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Bio_TICFSL"&gt;Bio_TICFSL&lt;/A&gt;‌ for the explanation. I will check this out.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2020 05:30:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Android-9-auto-kernel-compression/m-p/1082881#M158858</guid>
      <dc:creator>amit251291</dc:creator>
      <dc:date>2020-06-01T05:30:53Z</dc:date>
    </item>
  </channel>
</rss>

