<?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 I use /lib/modules/2.6.32-358 in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916671#M12783</link>
    <description>&lt;P&gt;I use /lib/modules/2.6.32-358.el6.x86_64/build/Makefile to build linux kernel.&lt;/P&gt;
&lt;P&gt;But I don't know how to build on mic.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Sep 2013 09:29:48 GMT</pubDate>
    <dc:creator>GHui</dc:creator>
    <dc:date>2013-09-04T09:29:48Z</dc:date>
    <item>
      <title>How program a driver on mic？</title>
      <link>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916668#M12780</link>
      <description>&lt;P&gt;I want to&amp;nbsp;get ring 0 on&amp;nbsp;MIC，so&amp;nbsp;I want to&amp;nbsp;program&amp;nbsp;a driver.&lt;/P&gt;
&lt;P&gt;Any Help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 07:18:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916668#M12780</guid>
      <dc:creator>GHui</dc:creator>
      <dc:date>2013-09-03T07:18:14Z</dc:date>
    </item>
    <item>
      <title>Have you read http://software</title>
      <link>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916669#M12781</link>
      <description>&lt;P&gt;Have you read &lt;A href="http://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss"&gt;http://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;It tells you how to rebuild your MPSS stack from source. The sources should include the driver.&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;--&lt;BR /&gt;Taylor&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 16:39:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916669#M12781</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2013-09-03T16:39:11Z</dc:date>
    </item>
    <item>
      <title>One of my colleagues pointed</title>
      <link>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916670#M12782</link>
      <description>&lt;P&gt;One of my colleagues pointed out that you probably want to write a kernel driver to run on the coprocessor uOS.&lt;/P&gt;
&lt;P&gt;If you are familiar with writing Linux kernel drivers, you needn't do anything special for the coprocessor as it runs a uOS Linux.&lt;/P&gt;
&lt;P&gt;There is a bundled GCC cross-compiler that you can use to build your module. You'll have to compile against the kernel source in the MPSS src package.&lt;/P&gt;
&lt;P&gt;Please let me know if this answers your question. If it doesn't, I'll find you a more informed answer.&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;--&lt;BR /&gt;Taylor&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 17:17:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916670#M12782</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2013-09-03T17:17:25Z</dc:date>
    </item>
    <item>
      <title>I use /lib/modules/2.6.32-358</title>
      <link>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916671#M12783</link>
      <description>&lt;P&gt;I use /lib/modules/2.6.32-358.el6.x86_64/build/Makefile to build linux kernel.&lt;/P&gt;
&lt;P&gt;But I don't know how to build on mic.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2013 09:29:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916671#M12783</guid>
      <dc:creator>GHui</dc:creator>
      <dc:date>2013-09-04T09:29:48Z</dc:date>
    </item>
    <item>
      <title>It only rebuild driver on</title>
      <link>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916672#M12784</link>
      <description>&lt;P&gt;It only rebuild driver on host's OS.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2013 09:19:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916672#M12784</guid>
      <dc:creator>GHui</dc:creator>
      <dc:date>2013-09-05T09:19:11Z</dc:date>
    </item>
    <item>
      <title>Just one more thought on this</title>
      <link>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916673#M12785</link>
      <description>&lt;P&gt;Just one more thought on this -&lt;/P&gt;

&lt;P&gt;As Linux, it should be possible to build a driver for the coprocessor as a kernel module, thus avoiding the need to rebuild the kernel itself. You should be able to find any additional include files &amp;nbsp;you need in&amp;nbsp;linux-2.6.38+mpss&amp;lt;version&amp;gt;.tar.bz2 in the&amp;nbsp;mpss-src-&amp;lt;version&amp;gt;.tar file available with the MPSS release. Use either the gcc cross-compiler on the host (x86_64-k1om-linux-gcc) or the gcc compiler on the coprocessor.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 23:57:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-program-a-driver-on-mic/m-p/916673#M12785</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2015-08-06T23:57:38Z</dc:date>
    </item>
  </channel>
</rss>

