<?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: Is it possible to build the kernel for iMX6 hardware that does not have a PMIC? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263031#M26826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help please feel &lt;/P&gt;&lt;P&gt;free to contact Freescale.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2014 06:37:50 GMT</pubDate>
    <dc:creator>YixingKong</dc:creator>
    <dc:date>2014-02-20T06:37:50Z</dc:date>
    <item>
      <title>Is it possible to build the kernel for iMX6 hardware that does not have a PMIC?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263028#M26823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My custom iMX6 board does not have a PMIC (power manager) chip.&lt;/P&gt;&lt;P&gt;Actually it doesn't have much io, so I'm trying to turn off most of it in the kernel.&lt;/P&gt;&lt;P&gt;I edit .config to change this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_VIV_GPU=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_MXC_HDMI=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_IMX_ANATOP_THERMAL=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_FSL_OTG=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_FSL_USB_WAKEUP=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_IMX_PM=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_IMX_ASRC=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_IMX_MIPI_DSI=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_IMX_MIPI_CSI2=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_IMX_VDOA=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;CONFIG_IMX_HAVE_PLATFORM_IMX_PCIE=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_VIV_GPU is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_MXC_HDMI is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_IMX_ANATOP_THERMAL is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_FSL_OTG is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_FSL_USB_WAKEUP is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_IMX_PM is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_IMX_ASRC is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_IMX_MIPI_DSI is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_IMX_MIPI_CSI2 is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_IMX_VDOA is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;# CONFIG_IMX_HAVE_PLATFORM_IMX_PCIE is not set&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then 'make' seems to automatically re-enable these in the .config.&lt;/P&gt;&lt;P&gt;Is there a way to avoid this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 19:18:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263028#M26823</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2014-01-28T19:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to build the kernel for iMX6 hardware that does not have a PMIC?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263029#M26824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seems like these setting are irrelated to external PMIC, as we have internal LDO in SOC, so I don't think you need to change these config if your board did NOT have external PMIC, actually, sabrelite board also do NOT have external PMIC, you can refer to its config file. For example, on our SabreSD board which has an external PMIC called PFuze, if we want to disable it, we can just remove the config of CONFIG_MFD_PFUZE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 05:57:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263029#M26824</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2014-02-08T05:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to build the kernel for iMX6 hardware that does not have a PMIC?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263030#M26825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for responding.&amp;nbsp; Just this past Friday I managed to get the board booted.&lt;/P&gt;&lt;P&gt;See this thread: &lt;A href="https://community.nxp.com/message/378080"&gt;Re: kernel boot problems with iMX6D running with 16bit DDR&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The problem ended up to have nothing to do with PMIC (although my board does not have one); it was&lt;/P&gt;&lt;P&gt;caused by the fact that the kernel is configured by default to allocate .25G of RAM for contiguous memory.&lt;/P&gt;&lt;P&gt;My board currently only has .25G, so this obviously was failing and as a result; every driver that tried to&lt;/P&gt;&lt;P&gt;init and allocate some DMA memory from this pool failed.&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 15:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263030#M26825</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2014-02-10T15:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to build the kernel for iMX6 hardware that does not have a PMIC?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263031#M26826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help please feel &lt;/P&gt;&lt;P&gt;free to contact Freescale.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 06:37:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263031#M26826</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-02-20T06:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to build the kernel for iMX6 hardware that does not have a PMIC?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263032#M26827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yixing,&lt;/P&gt;&lt;P&gt;I'll just mark my above response as the correct answer...&lt;/P&gt;&lt;P&gt;The .25G allocation ended up being the primary problem.&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 14:48:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Is-it-possible-to-build-the-kernel-for-iMX6-hardware-that-does/m-p/263032#M26827</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2014-02-20T14:48:51Z</dc:date>
    </item>
  </channel>
</rss>

