<?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: Rootfs Mount Issue on custom based board IMX8DX in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1513779#M194441</link>
    <description>&lt;P&gt;please check the partition mmcblk0p1 is well created.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 09:21:43 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2022-08-30T09:21:43Z</dc:date>
    <item>
      <title>Rootfs Mount Issue on custom based board IMX8DX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1511467#M194255</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;we are doing kernel migration from &lt;STRONG&gt;kernel-4.14.98 to 5.10.72_2.2.0&lt;/STRONG&gt; to our custom board based out of IMX8DX.&lt;/P&gt;&lt;P&gt;Source version: &lt;STRONG&gt;linux-imx-5.10.72_2.2.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;we are facing the issue regarding the eMMC mount ,for reference i have attached the logs and defconfig below, please have a look and Kindly help on this issue.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ 1.384161] VFS: Cannot open root device "mmcblk0p1" or unknown-block(0,0): error -6&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.389124] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.396854] Please append a correct "root=" boot option; here are the available partitions:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ 1.412938] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)&lt;/STRONG&gt;&lt;BR /&gt;[ 1.421165] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.10.72-lts-5.10.y+ga68e31b63f86 #1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 06:45:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1511467#M194255</guid>
      <dc:creator>mallikarjuntera</dc:creator>
      <dc:date>2022-08-25T06:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rootfs Mount Issue on custom based board IMX8DX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1511649#M194266</link>
      <description>&lt;P&gt;Seems the mmcblk0 is not exist.&lt;/P&gt;
&lt;P&gt;Please check the emmc setting in the dts file.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 09:50:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1511649#M194266</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2022-08-25T09:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rootfs Mount Issue on custom based board IMX8DX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1512078#M194303</link>
      <description>&lt;P&gt;Thanks for reply,&lt;/P&gt;&lt;P&gt;yes , we have add mmc related changes in dts file.&lt;/P&gt;&lt;P&gt;Below are the changes related to eMMC. please have a look.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Included DTSI files are:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;#include "imx8dx.dtsi"&lt;BR /&gt;#include "imx8x-mek.dtsi"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the USDHC1 node which we are adding into our dts file.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;usdhc1 {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;pinctrl-names = "default", "state_100mhz", "state_200mhz";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_usdhc1&amp;gt;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;pinctrl-1 = &amp;lt;&amp;amp;pinctrl_usdhc1_100mhz&amp;gt;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;pinctrl-2 = &amp;lt;&amp;amp;pinctrl_usdhc1_200mhz&amp;gt;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;bus-width = &amp;lt;8&amp;gt;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;non-removable;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;status = "okay";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know is something we are missing in our dts file.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 05:05:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1512078#M194303</guid>
      <dc:creator>mallikarjuntera</dc:creator>
      <dc:date>2022-08-26T05:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Rootfs Mount Issue on custom based board IMX8DX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1512942#M194377</link>
      <description>&lt;P&gt;In the imx8x-mek.dtsi, there are already usdhc1 setting for the EMMC.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8x-mek.dtsi?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8x-mek.dtsi?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 07:01:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1512942#M194377</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2022-08-29T07:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rootfs Mount Issue on custom based board IMX8DX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1513089#M194392</link>
      <description>&lt;P&gt;Hi Jimmy,&lt;/P&gt;&lt;P&gt;I agree that the node USDHC1 is already present in imx8x-mek.dtsi. And we have removed the the duplicated node USHDC1 from our dts file.&lt;/P&gt;&lt;P&gt;we tried with these changes also , but still facing the issue.&lt;/P&gt;&lt;P&gt;can you help us here,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 10:18:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1513089#M194392</guid>
      <dc:creator>mallikarjuntera</dc:creator>
      <dc:date>2022-08-29T10:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rootfs Mount Issue on custom based board IMX8DX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1513550#M194425</link>
      <description>&lt;P&gt;Do you use the UUU to program the rootfs image to the mmcblk0p1?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 04:02:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1513550#M194425</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2022-08-30T04:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rootfs Mount Issue on custom based board IMX8DX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1513750#M194438</link>
      <description>&lt;P&gt;yes , we use UUU tool to program the rootfs image.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 08:44:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1513750#M194438</guid>
      <dc:creator>mallikarjuntera</dc:creator>
      <dc:date>2022-08-30T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rootfs Mount Issue on custom based board IMX8DX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1513779#M194441</link>
      <description>&lt;P&gt;please check the partition mmcblk0p1 is well created.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 09:21:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Rootfs-Mount-Issue-on-custom-based-board-IMX8DX/m-p/1513779#M194441</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2022-08-30T09:21:43Z</dc:date>
    </item>
  </channel>
</rss>

