<?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: Linux Kernel Driver Development in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Driver-Development/m-p/450021#M69679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://lists.yoctoproject.org/pipermail/yocto/2013-September/016092.html" title="https://lists.yoctoproject.org/pipermail/yocto/2013-September/016092.html"&gt;https://lists.yoctoproject.org/pipermail/yocto/2013-September/016092.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 05:25:27 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2015-07-31T05:25:27Z</dc:date>
    <item>
      <title>Linux Kernel Driver Development</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Driver-Development/m-p/450018#M69676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I am using imx6qsabresd board running with 3.14.28 linux fsl-image-multimedia-full image.&lt;/P&gt;&lt;P&gt;I want to develop toshiba3232pb camera driver kernel module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whats the best way to do the same.&lt;/P&gt;&lt;P&gt;Can i use eclipse to develop the same? I can able to debug Helloworld C project. Eclipse is generating .o file.&lt;/P&gt;&lt;P&gt;How to generate .ko from eclipse?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 05:32:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Driver-Development/m-p/450018#M69676</guid>
      <dc:creator>ritesh_panchal</dc:creator>
      <dc:date>2015-07-27T05:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel Driver Development</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Driver-Development/m-p/450019#M69677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Please refer to the following :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="http://magiksys.blogspot.ru/2012/05/develop-linux-kernel-module-using.html" rel="nofollow"&gt;http://magiksys.blogspot.ru/2012/05/develop-linux-kernel-module-using.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="http://askubuntu.com/questions/63834/writing-a-hello-world-device-driver-for-kernel-2-6-using-eclipse" rel="nofollow"&gt;http://askubuntu.com/questions/63834/writing-a-hello-world-device-driver-for-kernel-2-6-using-eclipse&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;You will need kernel headers (in include), for FSL Yocto Linux directory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;is located in &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&amp;lt;Yocto build directory&amp;gt;/tmp/work/&amp;lt;machine-poky-linux-gnueabi&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 27 Jul 2015 06:13:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Driver-Development/m-p/450019#M69677</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-07-27T06:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel Driver Development</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Driver-Development/m-p/450020#M69678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yuri for the Reply.&lt;/P&gt;&lt;P&gt;I followed the below link and setup Eclipse environment for yocto.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.yoctoproject.org/docs/1.8/dev-manual/dev-manual.html#adt-eclipse"&gt;http://www.yoctoproject.org/docs/1.8/dev-manual/dev-manual.html#adt-eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i created example template HelloWorld (Yocto Porject ADT Autotool Project). And i successfully cross-compile it and debug from eclipse also.&lt;/P&gt;&lt;P&gt;And i referred your link.&lt;/P&gt;&lt;P&gt;But instead of including linux src path and variable i just created Yocto Project ADT CMake HelloWorld Project.&lt;/P&gt;&lt;P&gt;But when i build this project i got error "Please make sure that cmake is installed properly on this machine".&lt;/P&gt;&lt;P&gt;So what i am missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 06:33:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Driver-Development/m-p/450020#M69678</guid>
      <dc:creator>ritesh_panchal</dc:creator>
      <dc:date>2015-07-28T06:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel Driver Development</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Driver-Development/m-p/450021#M69679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://lists.yoctoproject.org/pipermail/yocto/2013-September/016092.html" title="https://lists.yoctoproject.org/pipermail/yocto/2013-September/016092.html"&gt;https://lists.yoctoproject.org/pipermail/yocto/2013-September/016092.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 05:25:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Driver-Development/m-p/450021#M69679</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-07-31T05:25:27Z</dc:date>
    </item>
  </channel>
</rss>

