<?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>T-SeriesのトピックHow to build a new Linux kernel for T4240RDB</title>
    <link>https://community.nxp.com/t5/T-Series/How-to-build-a-new-Linux-kernel-for-T4240RDB/m-p/695515#M2164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Board: T4240RDB&lt;/P&gt;&lt;P&gt;SDK:&amp;nbsp;QorIQ-SDK-V2.0-20160527-yocto&lt;/P&gt;&lt;P&gt;The default version for Linux kernel is 4.1.8. I want compile a new Linux kernel with version 4.1.3. How can I modify the files inside the SDK? I have tried some recipes under 'sources/poky/meta/recipes-kernel/linux/'. However, it doesn't work. Is there any suggestions or where can I find some&amp;nbsp;documentations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 14:09:43 GMT</pubDate>
    <dc:creator>junjieshi</dc:creator>
    <dc:date>2017-08-10T14:09:43Z</dc:date>
    <item>
      <title>How to build a new Linux kernel for T4240RDB</title>
      <link>https://community.nxp.com/t5/T-Series/How-to-build-a-new-Linux-kernel-for-T4240RDB/m-p/695515#M2164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Board: T4240RDB&lt;/P&gt;&lt;P&gt;SDK:&amp;nbsp;QorIQ-SDK-V2.0-20160527-yocto&lt;/P&gt;&lt;P&gt;The default version for Linux kernel is 4.1.8. I want compile a new Linux kernel with version 4.1.3. How can I modify the files inside the SDK? I have tried some recipes under 'sources/poky/meta/recipes-kernel/linux/'. However, it doesn't work. Is there any suggestions or where can I find some&amp;nbsp;documentations?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 14:09:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/How-to-build-a-new-Linux-kernel-for-T4240RDB/m-p/695515#M2164</guid>
      <dc:creator>junjieshi</dc:creator>
      <dc:date>2017-08-10T14:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a new Linux kernel for T4240RDB</title>
      <link>https://community.nxp.com/t5/T-Series/How-to-build-a-new-Linux-kernel-for-T4240RDB/m-p/695516#M2165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="303558" data-username="junjieshi" href="https://community.nxp.com/people/junjieshi"&gt;Junjie Shi&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the following method.&lt;/P&gt;&lt;P&gt;Please clean the Cache&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel -c cleansstate&lt;/P&gt;&lt;P&gt;Get the source of Kernel&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel -c patch&lt;/P&gt;&lt;P&gt;Please go to Linux Kernel source folder build_t4240rdb/tmp/work/t4240rdb-fsl-linux/linux-qoriq/4.1-r0, please remove git folder, then copy and rename your Kernel source folder as git.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to configure and rebuild Linux Kernel, you could use this method.&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel -c configure&lt;/P&gt;&lt;P&gt;Please go to the folder build_t4240rdb/tmp/work/t4240rdb-fsl-linux/linux-qoriq/4.1-r0/build&lt;/P&gt;&lt;P&gt;$ make ARCH=powerpc menuconfig&lt;/P&gt;&lt;P&gt;Got to build_t4240rdb&lt;/P&gt;&lt;P&gt;$ bitbake virtual/kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&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>Tue, 15 Aug 2017 08:34:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/How-to-build-a-new-Linux-kernel-for-T4240RDB/m-p/695516#M2165</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2017-08-15T08:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a new Linux kernel for T4240RDB</title>
      <link>https://community.nxp.com/t5/T-Series/How-to-build-a-new-Linux-kernel-for-T4240RDB/m-p/695517#M2166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/yipingwang"&gt;yipingwang&lt;/A&gt;‌ Thanks a lot for your answer! However, I still have a problem when doing the menuconfig: if I come to the folder&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;build_t4240rdb/tmp/work/t4240rdb-fsl-linux/linux-qoriq/4.1-r0/build and do '&lt;SPAN&gt;$ make ARCH=powerpc menuconfig&lt;/SPAN&gt;', there is the menuconfig for kernel 4.1.8 rather than the kernel 4.1.3 in folder 'git'. If I come the the git folder, and do 'make menuconfig' directly, then there is the correct menuconfig window. The configure for the kernel is important for my project, how can I correct this problem? Thanks in advance for you help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/How-to-build-a-new-Linux-kernel-for-T4240RDB/m-p/695517#M2166</guid>
      <dc:creator>junjieshi</dc:creator>
      <dc:date>2017-09-07T14:54:03Z</dc:date>
    </item>
  </channel>
</rss>

