<?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: FRDM-IMX93 updated kernel Image and modules in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/FRDM-IMX93-updated-kernel-Image-and-modules/m-p/2092918#M237004</link>
    <description>&lt;P&gt;I did read those documents, though they don't document how to build modules, where/how to copy them to the SD card for the specific linux kernel version (uname -a) . I was confused why the board does not use the root /boot folder Image.&lt;/P&gt;&lt;P&gt;1. checking uboot: it does use "Image" as the boot name.&lt;/P&gt;&lt;P&gt;2. The dts is defined by uboot.&lt;/P&gt;&lt;P&gt;it seems the FRDM-IMX93 board boots Image from mmcblk1p1&amp;nbsp; and not the rootfs /boot folder on mmcblk1p2 that has the Image with the LTS Image as wel.. After replacing Image on p1, it worked. Not sure why the Image is on /boot then ?&lt;/P&gt;&lt;P&gt;However now I face that modprobe cannot find the modules copied to the SD, even they are in the correct lib/modules folder, even they came from the same build tree..&lt;/P&gt;&lt;P&gt;P.s: Having the dts hardcoded by uboot is a bit inflexible. rather prefer uboot show a menu which dtb to boot&lt;/P&gt;</description>
    <pubDate>Wed, 07 May 2025 15:15:15 GMT</pubDate>
    <dc:creator>Bugger</dc:creator>
    <dc:date>2025-05-07T15:15:15Z</dc:date>
    <item>
      <title>FRDM-IMX93 updated kernel Image and modules</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/FRDM-IMX93-updated-kernel-Image-and-modules/m-p/2092846#M236999</link>
      <description>&lt;P&gt;Steps&lt;/P&gt;&lt;P&gt;1. Build Yocto imx-image-core&lt;/P&gt;&lt;P&gt;2. Extracted and installed the SDK&lt;/P&gt;&lt;P&gt;3. Build the kernel and modules&lt;/P&gt;&lt;P&gt;4. copied the Image and modules to the SD card&lt;/P&gt;&lt;P&gt;5. extended the Image file with version (as nxp did with the the LTS Image file&lt;/P&gt;&lt;P&gt;6. After boot, uboot boot the lts image, not the new image&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to get uboot to boot the new Image. Where is this specified&amp;nbsp; ? Other products use and extlinux folder to select the dtb and Image. How is thisto be&amp;nbsp; done on FRDM ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 13:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/FRDM-IMX93-updated-kernel-Image-and-modules/m-p/2092846#M236999</guid>
      <dc:creator>Bugger</dc:creator>
      <dc:date>2025-05-07T13:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-IMX93 updated kernel Image and modules</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/FRDM-IMX93-updated-kernel-Image-and-modules/m-p/2092872#M237001</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/125108"&gt;@Bugger&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check the next guides:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-fix-FRDM-IMx93-Linux-Kernel-BSP/ta-p/2035251" target="_self"&gt;How to fix FRDM-IMx93 Linux Kernel BSP&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Flash-customized-Linux-Kernel-Image-and-device-tree-using-UUU/ta-p/2063197" target="_self"&gt;Flash customized Linux Kernel Image and device tree using UUU Tool&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have more inquiries please let me know&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 14:17:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/FRDM-IMX93-updated-kernel-Image-and-modules/m-p/2092872#M237001</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2025-05-07T14:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-IMX93 updated kernel Image and modules</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/FRDM-IMX93-updated-kernel-Image-and-modules/m-p/2092918#M237004</link>
      <description>&lt;P&gt;I did read those documents, though they don't document how to build modules, where/how to copy them to the SD card for the specific linux kernel version (uname -a) . I was confused why the board does not use the root /boot folder Image.&lt;/P&gt;&lt;P&gt;1. checking uboot: it does use "Image" as the boot name.&lt;/P&gt;&lt;P&gt;2. The dts is defined by uboot.&lt;/P&gt;&lt;P&gt;it seems the FRDM-IMX93 board boots Image from mmcblk1p1&amp;nbsp; and not the rootfs /boot folder on mmcblk1p2 that has the Image with the LTS Image as wel.. After replacing Image on p1, it worked. Not sure why the Image is on /boot then ?&lt;/P&gt;&lt;P&gt;However now I face that modprobe cannot find the modules copied to the SD, even they are in the correct lib/modules folder, even they came from the same build tree..&lt;/P&gt;&lt;P&gt;P.s: Having the dts hardcoded by uboot is a bit inflexible. rather prefer uboot show a menu which dtb to boot&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 15:15:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/FRDM-IMX93-updated-kernel-Image-and-modules/m-p/2092918#M237004</guid>
      <dc:creator>Bugger</dc:creator>
      <dc:date>2025-05-07T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-IMX93 updated kernel Image and modules</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/FRDM-IMX93-updated-kernel-Image-and-modules/m-p/2093290#M237020</link>
      <description>&lt;P&gt;Fixed it the module issue ( copied the wrong Image file). Now the board runs fine with config changes. Only pulling partial information information left and right over the internet and many attempts got a complete process and automated script working that does need Yocto for the kernel&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 04:38:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/FRDM-IMX93-updated-kernel-Image-and-modules/m-p/2093290#M237020</guid>
      <dc:creator>Bugger</dc:creator>
      <dc:date>2025-05-08T04:38:29Z</dc:date>
    </item>
  </channel>
</rss>

