<?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: LTIB make equivalent commands in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279041#M31818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please check this post of mine as well?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/318902"&gt;Get the linux kernel headers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For some reason the uname -r and the kernel I have under /lib/modules seem different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 11:39:50 GMT</pubDate>
    <dc:creator>terateller</dc:creator>
    <dc:date>2014-02-06T11:39:50Z</dc:date>
    <item>
      <title>LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279037#M31814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few questions regarding "ltib" commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the ltib equivalents for the following make commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) make clean (to clean all builds)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a distclean,, there is a rebuilt and there is an erase! What is it here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Build kernel with sources(for crypto package) and also have all kernel headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is 'make headers_install' ..what is the ltib equivalent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Finally, I need to change the kernel configuration file. I usually change this file manually and then use&lt;/P&gt;&lt;P&gt;make&amp;nbsp; &amp;lt;defconfig filename&amp;gt;. How can this be done without the menus in ltib?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 12:22:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279037#M31814</guid>
      <dc:creator>terateller</dc:creator>
      <dc:date>2014-02-05T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279038#M31815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makefile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LTIB&lt;/P&gt;&lt;P&gt;----------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------&lt;/P&gt;&lt;P&gt;clean&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -m clean -p &amp;lt;package&amp;gt;&lt;/P&gt;&lt;P&gt;headers_install&amp;nbsp;&amp;nbsp;&amp;nbsp; I do not think there is one, unless you create a spec for it....&lt;/P&gt;&lt;P&gt;menuconfig&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ./ltib -m config, then check the 'Configure the kernel'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you change the .config manually, LTIB will ignore your changes it and fetch the one specify on the spec.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:42:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279038#M31815</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-02-05T16:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279039#M31816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Build kernel with sources&lt;/SPAN&gt;" :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ ./ltib -m prep -p kernel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sources may be found in &amp;lt;LTIB_DIR&amp;gt;/rpm/BUILD/~linux &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 02:58:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279039#M31816</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-02-06T02:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279040#M31817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&amp;nbsp; I am a little confused. What is package in the context of kernel sources? Is crypto a package? Also to do a "make clean" do I uses ltib distclean? I want to rebuild the whole kernel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 09:18:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279040#M31817</guid>
      <dc:creator>terateller</dc:creator>
      <dc:date>2014-02-06T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279041#M31818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please check this post of mine as well?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/318902"&gt;Get the linux kernel headers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For some reason the uname -r and the kernel I have under /lib/modules seem different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 11:39:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279041#M31818</guid>
      <dc:creator>terateller</dc:creator>
      <dc:date>2014-02-06T11:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279042#M31819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did the following sequence of commands to build my uImage with sources:&lt;/P&gt;&lt;P&gt;./ltib -m config&lt;/P&gt;&lt;P&gt;./ltib -m prep -p kernel&lt;/P&gt;&lt;P&gt;./ltib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I booted I saw that the uname -r and the kernel under /lib/modules were different. Also I don't see any sources. I need to compile a small kernel code but I do not have the headers. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 12:16:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279042#M31819</guid>
      <dc:creator>terateller</dc:creator>
      <dc:date>2014-02-06T12:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279043#M31820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tera,&lt;/P&gt;&lt;P&gt;IF you distclean, then run the above steps, flash the rootfs and rootfs/boot/uImage and u-boot, do you still see the mismatch between kernel and rootfs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:45:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279043#M31820</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-02-06T16:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279044#M31821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The kernel sources are located on host Linux (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;LTIB_DIR&amp;gt;/rpm/BUILD/~linux&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 04:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279044#M31821</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-02-07T04:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279045#M31822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Leonardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. Just to be sure, I did a ./ltib -m distclean and after that compiled the uImage and uboot. I still see that the uname -r returns 3.0.35-2666-gbdde708 while I have 3.0.35-2508-g54750ff version in my /lib/modules&amp;nbsp; :smileysad: please help. I am unable to proceed. I am trying to compile a package which requires the kernel headers on my board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Yuri Muhin: I need the headers on my target :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 13:33:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279045#M31822</guid>
      <dc:creator>terateller</dc:creator>
      <dc:date>2014-02-07T13:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB make equivalent commands</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279046#M31823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you create a soflink on the /lib/modules? something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ln -s 3.0.35-2508-g54750ff 3.0.35-2666-gbdde708&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, this thread is diverging, so please create a new thread for this concrete question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 19:22:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-make-equivalent-commands/m-p/279046#M31823</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2014-02-07T19:22:29Z</dc:date>
    </item>
  </channel>
</rss>

