<?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中的主题 IMX6 27MHz on CSI_MCLK</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926021#M139045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tring to take 27Mhz from IMX6 Sabresd board from GPIO_0_CLKO pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91525i28C70EBF89D11E22/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that? I guess 24Mhz is default set in DTS but i couldnt see any clock in this pin on ossiloscope? Do i need to change DTS also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Umit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2019 07:58:30 GMT</pubDate>
    <dc:creator>umit_kayacik</dc:creator>
    <dc:date>2019-10-16T07:58:30Z</dc:date>
    <item>
      <title>IMX6 27MHz on CSI_MCLK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926021#M139045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am tring to take 27Mhz from IMX6 Sabresd board from GPIO_0_CLKO pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91525i28C70EBF89D11E22/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do that? I guess 24Mhz is default set in DTS but i couldnt see any clock in this pin on ossiloscope? Do i need to change DTS also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Umit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 07:58:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926021#M139045</guid>
      <dc:creator>umit_kayacik</dc:creator>
      <dc:date>2019-10-16T07:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 27MHz on CSI_MCLK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926022#M139046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Umit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;24MHz is defined in linux/arch/arm/boot/dts/imx6qdl-sabresd.dtsi :&lt;/P&gt;&lt;P&gt;ov564x: ov564x@3c&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-sabresd.dtsi?h=imx_4.14.98_2.1.0" title="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-sabresd.dtsi?h=imx_4.14.98_2.1.0"&gt;imx6qdl-sabresd.dtsi\dts\boot\arm\arch - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and one can test check this clock on NXP Sabre board with Demo Images from&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/i.mx-developer-resources/i.mx-software-and-development-tool:IMX-SW" title="https://www.nxp.com/design/i.mx-developer-resources/i.mx-software-and-development-tool:IMX-SW"&gt;i.MX Software | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OV564x drivers are described in sect.6.1.2 Omnivision Camera attached Linux Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For obtaining 27Mhz it is necessary to modify driver or better add CCM_CCOSR initialization to uboot,&lt;/P&gt;&lt;P&gt;set some suitable parent clock (probably changing some PLL frequency), so 27Mhz clock&lt;/P&gt;&lt;P&gt;can be divided from parent clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 23:47:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926022#M139046</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-10-16T23:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 27MHz on CSI_MCLK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926023#M139047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even download sample images for older version (L4.1.15_1.0.0-ga_images_MX6QDLSOLO) for SabreSD, i cannot still see the 24Mhz on "GPIO_0_CLKO".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want me to test spesific version of kernel that CSI_MCLK is generated correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : prev version of kernel was yocto somo&amp;nbsp;4.14.98-imx_4.14.98_2.0.0_ga+g5d6cbe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Umit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:17:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926023#M139047</guid>
      <dc:creator>umit_kayacik</dc:creator>
      <dc:date>2019-10-17T13:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 27MHz on CSI_MCLK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926024#M139048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Umit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what board tested, custom or i.MX6Q Sabre SD board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCLK configuration can be debugged in camera driver, for example in&lt;/P&gt;&lt;P&gt;linux/drivers/media/platform/mxc/capture/ov5640.c&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/media/platform/mxc/capture/ov5640.c?h=imx_4.14.98_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/media/platform/mxc/capture/ov5640.c?h=imx_4.14.98_2.0.0_ga"&gt;ov5640.c\capture\mxc\platform\media\drivers - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Linux configuration is described in sect.6.1.2 Omnivision Camera&lt;/P&gt;&lt;P&gt;attached Linux Manual.&lt;/P&gt;&lt;P&gt;Uboot MCLK (CKO1) configuration example:&lt;/P&gt;&lt;P&gt;uboot-imx/tree/board/toradex/colibri_imx6/colibri_imx6.c&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/board/toradex/colibri_imx6/colibri_imx6.c?h=imx_v2018.03_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/board/toradex/colibri_imx6/colibri_imx6.c?h=imx_v2018.03_4.14.78_1.0.0_ga"&gt;colibri_imx6.c\colibri_imx6\toradex\board - uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:31:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926024#M139048</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-10-17T13:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 27MHz on CSI_MCLK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926025#M139049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;i.MX6Q Sabre SD evaluation board. I ve just download the image and create a sdcard from it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But i cannot see the CSI_MCLK on the above pin. Actually i dont have camera module(OV564x) so it is not connected to board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I simply want to see 24Mhz (then i will try to see 27mhz) CSI_MCLK pin(&lt;SPAN&gt;GPIO_0_CLKO&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Umit.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:58:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926025#M139049</guid>
      <dc:creator>umit_kayacik</dc:creator>
      <dc:date>2019-10-17T13:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 27MHz on CSI_MCLK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926026#M139050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suggest to connect &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;camera module&lt;/SPAN&gt; and then check &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;CSI_MCLK.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively you can try to configure it in uboot, as in above example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 14:34:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926026#M139050</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-10-17T14:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 27MHz on CSI_MCLK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926027#M139051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i can see the 27mhz clock on the pin but clock is getting down when kernel started.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess one of the driver resets the CSI MCLK. This is base kernel code there is no update or any module on that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i fix this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 09:47:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926027#M139051</guid>
      <dc:creator>umit_kayacik</dc:creator>
      <dc:date>2019-10-18T09:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 27MHz on CSI_MCLK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926028#M139052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi Umit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suggest to connect &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;camera module&lt;/SPAN&gt; and then check &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;CSI_MCLK.&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 10:48:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-27MHz-on-CSI-MCLK/m-p/926028#M139052</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-10-18T10:48:05Z</dc:date>
    </item>
  </channel>
</rss>

