<?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: Yocto - Add functionality without recompiling all kernel - (modules ?)</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Add-functionality-without-recompiling-all-kernel-modules/m-p/773903#M120147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maxime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for sharing your solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&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>Wed, 15 Nov 2017 15:23:34 GMT</pubDate>
    <dc:creator>Carlos_Musich</dc:creator>
    <dc:date>2017-11-15T15:23:34Z</dc:date>
    <item>
      <title>Yocto - Add functionality without recompiling all kernel - (modules ?)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Add-functionality-without-recompiling-all-kernel-modules/m-p/773901#M120145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently working on i.MX28 with a linux kernel generated by Yocto project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;I noticed that I can activate some functionnalities of kernel with this specific config file :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;meta-*****\recipes-kernel\linux\linux-fslc\mxs\&lt;STRONG&gt;defconfig&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;For example, I've changed&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 11.0pt;"&gt;# CONFIG_CAN_BCM is not set&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 11.0pt;"&gt;CONFIG_CAN_BCM=y&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;I recompile linux kernel with following command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bitbake -C fetch virtual/kernel&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;and it activates BCM protocol for CAN bus.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;I would like to know if it is possible to add this BCM protocol without recompiling all kernel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;I've heard kernel modules could do that, but I'm totally novice to that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Thank you in advance if you could help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:10:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Add-functionality-without-recompiling-all-kernel-modules/m-p/773901#M120145</guid>
      <dc:creator>maximedutres</dc:creator>
      <dc:date>2017-11-14T17:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto - Add functionality without recompiling all kernel - (modules ?)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Add-functionality-without-recompiling-all-kernel-modules/m-p/773902#M120146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case someone is interested, I finally manage to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By replacing&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 11pt;"&gt;CONFIG_CAN_BCM=y&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 11pt;"&gt;&lt;EM style="border: 0px; font-size: 11pt;"&gt;CONFIG_CAN_BCM=m&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;and generating kernel, I was able to find my module &lt;STRONG&gt;can-bcm.ko&amp;nbsp;&lt;/STRONG&gt;in an generated archive named&amp;nbsp;&lt;EM&gt;modules-***.tgz&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, by doing following command in a linux kernel not equiped with BCM protocol, it finally enables it :&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;insmod can-bcm.ko&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 13:46:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Add-functionality-without-recompiling-all-kernel-modules/m-p/773902#M120146</guid>
      <dc:creator>maximedutres</dc:creator>
      <dc:date>2017-11-15T13:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto - Add functionality without recompiling all kernel - (modules ?)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Add-functionality-without-recompiling-all-kernel-modules/m-p/773903#M120147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maxime,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for sharing your solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&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>Wed, 15 Nov 2017 15:23:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Add-functionality-without-recompiling-all-kernel-modules/m-p/773903#M120147</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2017-11-15T15:23:34Z</dc:date>
    </item>
  </channel>
</rss>

