<?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: Interactive kernel configuration in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Interactive-kernel-configuration/m-p/2161311#M240429</link>
    <description>&lt;P&gt;The WiFi driver for Full image should be already included. You can refer to the&amp;nbsp;&lt;A href="https://docs.nxp.com/bundle/UM11483/page/topics/about_this_document.html" target="_self"&gt;UM11483&lt;/A&gt;&amp;nbsp;about how to bring up WiFi.&amp;nbsp; The path to driver should be as like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;./usr/lib/modules/6.12.3-lts-next-g37d02f4dcbbe/updates/moal.ko&lt;/P&gt;
&lt;P&gt;And to how to apply, you can refer to the section &amp;lt;2.1.2 How to build and load Kernel in Yocto Project&amp;gt; of&amp;nbsp;&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/supporting-information/LF6.12.20_2.0.0-Docs.zip" target="_self"&gt;Porting Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN data-teams="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Sep 2025 08:43:07 GMT</pubDate>
    <dc:creator>Harvey021</dc:creator>
    <dc:date>2025-09-01T08:43:07Z</dc:date>
    <item>
      <title>Interactive kernel configuration</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Interactive-kernel-configuration/m-p/2161023#M240418</link>
      <description>&lt;P&gt;EVALUATION BOARD: i.MX 8M Plus EVK (imx8mpevk)&lt;/P&gt;&lt;P&gt;Host Machine:&amp;nbsp;Ubuntu 22.04.5 LTS&lt;/P&gt;&lt;P&gt;I installed yocto project:&amp;nbsp;6.6.52-2.2.1 release&lt;/P&gt;&lt;P&gt;using:&lt;/P&gt;&lt;P&gt;$: mkdir ~/bin&lt;BR /&gt;$: curl &lt;A href="http://commondatastorage.googleapis.com/git-repo-downloads/repo" target="_blank"&gt;http://commondatastorage.googleapis.com/git-repo-downloads/repo&lt;/A&gt; &amp;gt; ~/bin/repo&lt;BR /&gt;$: chmod a+x ~/bin/repo&lt;BR /&gt;$: PATH=${PATH}:~/bin&lt;BR /&gt;then:&lt;BR /&gt;$: mkdir 6.6.52-2.2.1&lt;BR /&gt;$: cd 6.6.52-2.2.1&lt;BR /&gt;$: repo init -u &lt;A href="https://github.com/nxp-imx/imx-manifest" target="_blank"&gt;https://github.com/nxp-imx/imx-manifest&lt;/A&gt; -b imx-linux-scarthgap -m imx-6.6.52-2.2.1.xml&lt;BR /&gt;$: repo sync&lt;/P&gt;&lt;P&gt;then:&lt;BR /&gt;$: MACHINE=imx8mpevk DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-xwayland&lt;/P&gt;&lt;P&gt;$: bitbake imx-image-full&lt;/P&gt;&lt;P&gt;Then flashed to imx8mpevk using UUU utility succesfuly&lt;/P&gt;&lt;P&gt;I noticed that wifi drivers were not installed.&lt;/P&gt;&lt;P&gt;AW-CM276MA (NXP 88W8997): Wi-Fi®&lt;BR /&gt;5 (802.11ac) 2 x 2 dual-band (2.4/5&lt;BR /&gt;GHz) and Bluetooth® 5.1&lt;/P&gt;&lt;P&gt;So I'm trying to installed them using the:&lt;/P&gt;&lt;P&gt;bitbake linux-imx -c menuconfig&lt;/P&gt;&lt;P&gt;I was able to locate the drivers and enable them, and save a .config with the GUI tool (see image attached). However I'm stock in how to apply this changes and bake the new image.&lt;/P&gt;&lt;P&gt;I'm trying to follow&lt;/P&gt;&lt;P&gt;RM00293&lt;BR /&gt;i.MX Linux Reference Manual&lt;BR /&gt;Rev. LF6.12.20_2.0.0 — 26 June 2025&lt;/P&gt;&lt;P&gt;but it is really confusing, I would really appreciate any help with this&lt;/P&gt;</description>
      <pubDate>Sun, 31 Aug 2025 15:07:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Interactive-kernel-configuration/m-p/2161023#M240418</guid>
      <dc:creator>lpenama</dc:creator>
      <dc:date>2025-08-31T15:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive kernel configuration</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Interactive-kernel-configuration/m-p/2161028#M240420</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check this &lt;A href="https://variwiki.com/index.php?title=Yocto_Customizing_the_Linux_kernel&amp;amp;release=mx8mp-yocto-scarthgap-6.6.52_2.2.0-v1.0" target="_self"&gt;link&lt;/A&gt; by variscite that shows how to configure the kernel on their boards. For you the difference should only be the layer names, but the baseline is:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;After making you changes run&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;bitbake -c savedefconfig virtual/kernel​&lt;/LI-CODE&gt;&lt;P&gt;to save the changes in a defconfig format&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Find the layer that contains the linux kernel, should be meta-imx-bsp/recipes-kernel/linux&lt;/LI&gt;&lt;LI&gt;Create a files directory in there&lt;/LI&gt;&lt;LI&gt;Copy the defconfig to the files directory&lt;/LI&gt;&lt;LI&gt;Create a .bbappend file that points to the defconfig&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sun, 31 Aug 2025 16:57:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Interactive-kernel-configuration/m-p/2161028#M240420</guid>
      <dc:creator>coulomz</dc:creator>
      <dc:date>2025-08-31T16:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive kernel configuration</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Interactive-kernel-configuration/m-p/2161311#M240429</link>
      <description>&lt;P&gt;The WiFi driver for Full image should be already included. You can refer to the&amp;nbsp;&lt;A href="https://docs.nxp.com/bundle/UM11483/page/topics/about_this_document.html" target="_self"&gt;UM11483&lt;/A&gt;&amp;nbsp;about how to bring up WiFi.&amp;nbsp; The path to driver should be as like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;./usr/lib/modules/6.12.3-lts-next-g37d02f4dcbbe/updates/moal.ko&lt;/P&gt;
&lt;P&gt;And to how to apply, you can refer to the section &amp;lt;2.1.2 How to build and load Kernel in Yocto Project&amp;gt; of&amp;nbsp;&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/supporting-information/LF6.12.20_2.0.0-Docs.zip" target="_self"&gt;Porting Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN data-teams="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 08:43:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Interactive-kernel-configuration/m-p/2161311#M240429</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2025-09-01T08:43:07Z</dc:date>
    </item>
  </channel>
</rss>

