<?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: Creating Modules in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Creating-Modules/m-p/265209#M27439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read carefully the README in the enclosed example package how to provide stand-alone module cross compilation.&lt;/P&gt;&lt;P&gt;For our case PATH should be set properly for the toolchain, somewhat as following&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PATH=$PATH:/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next command builds the module assuming the module sources and makefile are in current directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, it is assumed that kernel is already prepatched and built after the first LTIB running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./ltib -m prep -p kernel@&lt;/P&gt;&lt;P&gt;./ltib -m scbuild -p kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next general link regarding module compilation may be useful :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://tldp.org/LDP/lkmpg/2.6/html/index.html"&gt;http://tldp.org/LDP/lkmpg/2.6/html/index.html&lt;/A&gt;&lt;SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 06:15:32 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2013-12-17T06:15:32Z</dc:date>
    <item>
      <title>Creating Modules</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-Modules/m-p/265208#M27438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i am getting error in my LTIB. is there a way to create .ko modules without using LTIB???&lt;/P&gt;&lt;P&gt;LTIB error link:&lt;A _jive_internal="true" href="https://community.nxp.com/thread/317021" title="https://community.freescale.com/thread/317021"&gt;https://community.freescale.com/thread/317021&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have build kernel separately. So if i can create modules i will insert it without using LTIB. i need to build for USB_web CAM, v4l and UVC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/DaianeAngolini"&gt;DaianeAngolini&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/LeonardoSandovalGonzalez"&gt;LeonardoSandovalGonzalez&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/YuriMuhin_ng"&gt;YuriMuhin_ng&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 04:53:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-Modules/m-p/265208#M27438</guid>
      <dc:creator>vishvapathi</dc:creator>
      <dc:date>2013-12-17T04:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Modules</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-Modules/m-p/265209#M27439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read carefully the README in the enclosed example package how to provide stand-alone module cross compilation.&lt;/P&gt;&lt;P&gt;For our case PATH should be set properly for the toolchain, somewhat as following&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PATH=$PATH:/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next command builds the module assuming the module sources and makefile are in current directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, it is assumed that kernel is already prepatched and built after the first LTIB running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./ltib -m prep -p kernel@&lt;/P&gt;&lt;P&gt;./ltib -m scbuild -p kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next general link regarding module compilation may be useful :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://tldp.org/LDP/lkmpg/2.6/html/index.html"&gt;http://tldp.org/LDP/lkmpg/2.6/html/index.html&lt;/A&gt;&lt;SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 06:15:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-Modules/m-p/265209#M27439</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-12-17T06:15:32Z</dc:date>
    </item>
  </channel>
</rss>

