<?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中的主题 Re: Kernel Configuration in T4240RDB-64b</title>
    <link>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001210#M3489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll find which defconfig file you are using by default under sources/meta-freescale/configs/(your_machine.conf) file. For example mine is t1042d4rdb-64b.conf. And the lines inside it describes the defconfig file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KERNEL_DEVICETREE ?= "t1042d4rdb.dtb"&amp;nbsp;&amp;nbsp; /* This is under arch/powerpc/dts/fsl/ folder&lt;BR /&gt;KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" /* This is under arch/powerpc/configs/ folder */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change these lines but when you repack your kernel, the new names you gave must be under the directories I mentioned in comment lines. You can have a copy of your new kernel .config. Just give it a long name while saving (vinothkumar.config). You will find that file under build directory of linux.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2020 11:56:33 GMT</pubDate>
    <dc:creator>yusufalti333</dc:creator>
    <dc:date>2020-01-13T11:56:33Z</dc:date>
    <item>
      <title>Kernel Configuration in T4240RDB-64b</title>
      <link>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001207#M3486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Dear NXP,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I am working on&amp;nbsp;T4240RDB-64B machine.&amp;nbsp;I needs to add the driver kernel configuration. I am using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;QORIQ-SDK-2.0&amp;nbsp;&lt;/STRONG&gt;source.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Which defconfig do I needs to take to enable the drivers ?&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Let me know the steps for build kernel with custom+default kernel configuration.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 04:52:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001207#M3486</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-13T04:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Configuration in T4240RDB-64b</title>
      <link>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001208#M3487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to enable drivers exists in kernel&lt;/P&gt;&lt;P&gt;1) bitbake virtual/kernel -c cleansstate&lt;/P&gt;&lt;P&gt;2) bitbake virtual/kernel -c patch&lt;/P&gt;&lt;P&gt;4) bitbake virtual/kernel -c menuconfig&lt;/P&gt;&lt;P&gt;5) (Enable/Disable drivers you want)&lt;/P&gt;&lt;P&gt;6) save menuconfig with name '.config' and some other different name.&lt;/P&gt;&lt;P&gt;6) bitbake virtual/kernel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to build out-of-tree kernel module into kernel&lt;/P&gt;&lt;P&gt;Take a look hello-mod recipe in poky/meta-skeleton. It includes a sample out-of-tree kernel module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 05:31:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001208#M3487</guid>
      <dc:creator>yusufalti333</dc:creator>
      <dc:date>2020-01-13T05:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Configuration in T4240RDB-64b</title>
      <link>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001209#M3488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Yusuf Alriparmak&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know, Do we have use any defconfig from (arch/powerpc/config/85xx/ ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Where this .config file stored ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VinothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 05:46:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001209#M3488</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-13T05:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Configuration in T4240RDB-64b</title>
      <link>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001210#M3489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll find which defconfig file you are using by default under sources/meta-freescale/configs/(your_machine.conf) file. For example mine is t1042d4rdb-64b.conf. And the lines inside it describes the defconfig file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KERNEL_DEVICETREE ?= "t1042d4rdb.dtb"&amp;nbsp;&amp;nbsp; /* This is under arch/powerpc/dts/fsl/ folder&lt;BR /&gt;KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" /* This is under arch/powerpc/configs/ folder */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change these lines but when you repack your kernel, the new names you gave must be under the directories I mentioned in comment lines. You can have a copy of your new kernel .config. Just give it a long name while saving (vinothkumar.config). You will find that file under build directory of linux.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 11:56:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001210#M3489</guid>
      <dc:creator>yusufalti333</dc:creator>
      <dc:date>2020-01-13T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Configuration in T4240RDB-64b</title>
      <link>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001211#M3490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Yusuf Altiparmak for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;VInothS,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 12:05:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Kernel-Configuration-in-T4240RDB-64b/m-p/1001211#M3490</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2020-01-13T12:05:41Z</dc:date>
    </item>
  </channel>
</rss>

