<?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: How to add new devices to Linux Kernel 3.18 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326272#M43834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide me the link that where I can download from Freescale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 10:33:46 GMT</pubDate>
    <dc:creator>satyavenkatasan</dc:creator>
    <dc:date>2015-01-28T10:33:46Z</dc:date>
    <item>
      <title>How to add new devices to Linux Kernel 3.18</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326268#M43830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using imx6 SoloLite processor Eval board. Because of few other constraints (i.e. no support for few modules that we used in earlier version) I'm forced to use Linux kernel 3.18.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to add a camera (OV5640) with CSI interface to kernel 3.18. Can any one help me with the steps that I need to follow to add this module in .dts and dtsi files and also how to patch the driver. As I am completely new to the linux kernel.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen the camera driver for ov5640 is available for the kernel 2.6 which I attached hear. how to use the same.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336871"&gt;ov5640_mipi.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336871"&gt;ov5640.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336871"&gt;ov5640.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 07:47:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326268#M43830</guid>
      <dc:creator>satyavenkatasan</dc:creator>
      <dc:date>2015-01-28T07:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new devices to Linux Kernel 3.18</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326269#M43831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can start with 3.10.17 kernel and latter moved to 3.18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 07:52:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326269#M43831</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2015-01-28T07:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new devices to Linux Kernel 3.18</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326270#M43832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you specified Kernel version 3.0.17. is there any specific reason. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:13:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326270#M43832</guid>
      <dc:creator>satyavenkatasan</dc:creator>
      <dc:date>2015-01-28T10:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new devices to Linux Kernel 3.18</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326271#M43833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freescale Supports 3.10.17.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:22:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326271#M43833</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2015-01-28T10:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new devices to Linux Kernel 3.18</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326272#M43834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide me the link that where I can download from Freescale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:33:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326272#M43834</guid>
      <dc:creator>satyavenkatasan</dc:creator>
      <dc:date>2015-01-28T10:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new devices to Linux Kernel 3.18</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326273#M43835</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;Please find following link&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/" title="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/"&gt;http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 11:05:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326273#M43835</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2015-01-28T11:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new devices to Linux Kernel 3.18</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326274#M43836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find the BSP and documents from here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6_SW"&gt;i.MX 6 Series Software and Development Tool R|Freescale&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 03:48:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326274#M43836</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2015-02-03T03:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new devices to Linux Kernel 3.18</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326275#M43837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Download 3.14.28 Kernel rather than 3.10.17. This is latest one released by freescale. download from this label&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_3.14.28_1.0.0_ga" style="color: black; font-family: sans-serif; font-size: 13.3333330154419px;"&gt;imx_3.14.28_1.0.0_ga&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 14:11:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-new-devices-to-Linux-Kernel-3-18/m-p/326275#M43837</guid>
      <dc:creator>dilshad_alam</dc:creator>
      <dc:date>2015-09-04T14:11:06Z</dc:date>
    </item>
  </channel>
</rss>

