<?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のトピックRe: Building LTIB on multicore CPU</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174703#M6353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;If you just want to build the kernel,&amp;nbsp; you can goto the rpm/BUILD/linux , use make -j x to speed up the process.&lt;/P&gt;&lt;P&gt;But sometimes&amp;nbsp; you compile the kernel first , then use ltib compile the whole packages, the kernel may be compiled one more time, and this time not the -j 6.&lt;/P&gt;&lt;P&gt;I suggest you can read the ltib file and bin/* , config/*,&amp;nbsp; most configuration&amp;nbsp; in there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peng Fushi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2011 01:44:44 GMT</pubDate>
    <dc:creator>fushi_peng</dc:creator>
    <dc:date>2011-10-19T01:44:44Z</dc:date>
    <item>
      <title>Building LTIB on multicore CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174702#M6352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just upgraded my PC, to make rpmbuilder and ltib work faster. But, it seems like it's not using all the features.&amp;nbsp;I can clearly see only one core gets pretty much all of the load. Just like I'm building something with "make" command.&lt;/P&gt;&lt;P&gt;And I know that make supports "-j6" parameter, that would enable 6 cores, and significantly speeds up the process.&lt;/P&gt;&lt;P&gt;Are there such parameter for LTIB? Or any other way to take advatage from a multicore cpu?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 14:00:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174702#M6352</guid>
      <dc:creator>mmaaxx</dc:creator>
      <dc:date>2011-10-06T14:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Building LTIB on multicore CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174703#M6353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;If you just want to build the kernel,&amp;nbsp; you can goto the rpm/BUILD/linux , use make -j x to speed up the process.&lt;/P&gt;&lt;P&gt;But sometimes&amp;nbsp; you compile the kernel first , then use ltib compile the whole packages, the kernel may be compiled one more time, and this time not the -j 6.&lt;/P&gt;&lt;P&gt;I suggest you can read the ltib file and bin/* , config/*,&amp;nbsp; most configuration&amp;nbsp; in there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peng Fushi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 01:44:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174703#M6353</guid>
      <dc:creator>fushi_peng</dc:creator>
      <dc:date>2011-10-19T01:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Building LTIB on multicore CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174704#M6354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for answering to this old topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But which environment variables do we need for making the kernel directly?&lt;/P&gt;&lt;P&gt;only export arch=arm ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 12:59:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174704#M6354</guid>
      <dc:creator>chris321</dc:creator>
      <dc:date>2012-11-16T12:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Building LTIB on multicore CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174705#M6355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make ARCH=arm CROSS_COMPILE=arm-fsl-linux-gnueabi- uImage -j4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes the kerner into a uImage for uboot and uses 4 cores.&amp;nbsp; you can substitute uImage for menuconfig to select the options you need in your kernal (the -j4 is not needed for menuconfig), or modules to build the kernel modules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 16:20:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174705#M6355</guid>
      <dc:creator>michaeldiamond</dc:creator>
      <dc:date>2012-11-16T16:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Building LTIB on multicore CPU</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174706#M6356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 06:48:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Building-LTIB-on-multicore-CPU/m-p/174706#M6356</guid>
      <dc:creator>chris321</dc:creator>
      <dc:date>2012-11-19T06:48:44Z</dc:date>
    </item>
  </channel>
</rss>

