<?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: mx28 MMC booting issues in kernel in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022763#M151183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mfg tool is used for programming i.MX28 images&lt;/P&gt;&lt;DIV class=""&gt;&lt;H5 class=""&gt;&lt;A data-dtmaction="Software &amp;amp; Tools tab: Developer Resources - Download Link click" data-dtmsubaction="Tool and documentation for downloading i.MX28 image during manufacturing" href="https://www.nxp.com/webapp/Download?colCode=I.MX28_MFG_TOOL_LINUX&amp;amp;appType=license"&gt;Tool and documentation for downloading i.MX28 image during manufacturing&lt;/A&gt;&lt;/H5&gt;&lt;/DIV&gt;&lt;P&gt;other documentation and tools:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i.mx-applications-processors/i.mx28-processors/multimedia-applications-processors-dual-ethernet-dual-can-lcd-touch-screen-arm9-core:i.MX287?tab=Design_Tools_Tab" title="https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i.mx-applications-processors/i.mx28-processors/multimedia-applications-processors-dual-ethernet-dual-can-lcd-touch-screen-arm9-core:i.MX287?tab=Design_Tools_Tab"&gt;i.MX287 Processors|Dual Ethernet | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Thu, 12 Mar 2020 23:54:37 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-03-12T23:54:37Z</dc:date>
    <item>
      <title>mx28 MMC booting issues in kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022762#M151182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are developing a custom board based on mx28evk. In the previous revision, the external memory was a NAND flash and the device was up and running. In the current version, we have replaced the NAND with eMMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The device boots up to the point of mounting rootfs and then shows following error -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;mxs watchdog: initialized, heartbeat 19 sec&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;mxs-mmc: MXS SSP Controller MMC Interface driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;mxs-mmc mxs-mmc.0: mmc0: MXS SSP MMC DMAIRQ 82 ERRIRQ 96 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;dcp dcp.0: DCP crypto enabled.!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;TCP cubic registered&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;NET: Registered protocol family 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;IPv6 over IPv4 tunneling driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;NET: Registered protocol family 17&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Waiting for root device /dev/mmcblk0p2...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;mmc0: new high speed MMC card at address 0001&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;mmcblk0: mmc0:0001 IS004G 3.64 GiB &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; mmcblk0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; unknown partition table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;VFS: Cannot open root device "mmcblk0p2" or unknown-block(179,2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Please append a correct "root=" boot option; here are the available partitions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;b300 3817472 mmcblk0 driver: mmcblk&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Backtrace: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached boot log for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that once the "mmc rescan" command is send from u-boot, the mmc seems to be not responding or is in an error state. Please see the attached log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;board&amp;nbsp;details -&lt;/P&gt;&lt;P&gt;processor - MCIMX283DVM4B&lt;/P&gt;&lt;P&gt;eMMC - IS21ES04G-JCLI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kernel - linux-imx 2.6.35.3-r45&lt;/P&gt;&lt;P&gt;uboot -&amp;nbsp;U-Boot 2014.01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yocto build environment details -&lt;/P&gt;&lt;P&gt;DISTRO = "poky"&lt;/P&gt;&lt;P&gt;DISTRO_VERSION = "1.6.2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2020 07:38:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022762#M151182</guid>
      <dc:creator>vinugopalakrish</dc:creator>
      <dc:date>2020-03-12T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: mx28 MMC booting issues in kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022763#M151183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mfg tool is used for programming i.MX28 images&lt;/P&gt;&lt;DIV class=""&gt;&lt;H5 class=""&gt;&lt;A data-dtmaction="Software &amp;amp; Tools tab: Developer Resources - Download Link click" data-dtmsubaction="Tool and documentation for downloading i.MX28 image during manufacturing" href="https://www.nxp.com/webapp/Download?colCode=I.MX28_MFG_TOOL_LINUX&amp;amp;appType=license"&gt;Tool and documentation for downloading i.MX28 image during manufacturing&lt;/A&gt;&lt;/H5&gt;&lt;/DIV&gt;&lt;P&gt;other documentation and tools:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i.mx-applications-processors/i.mx28-processors/multimedia-applications-processors-dual-ethernet-dual-can-lcd-touch-screen-arm9-core:i.MX287?tab=Design_Tools_Tab" title="https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i.mx-applications-processors/i.mx28-processors/multimedia-applications-processors-dual-ethernet-dual-can-lcd-touch-screen-arm9-core:i.MX287?tab=Design_Tools_Tab"&gt;i.MX287 Processors|Dual Ethernet | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Thu, 12 Mar 2020 23:54:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022763#M151183</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-03-12T23:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: mx28 MMC booting issues in kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022764#M151184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were able to boot the device from MMC. It was an issue with kernel configuration. Enabling CONFIG_MSDOS_PARTITION did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if there is any way to flash the code to eMMC using mfgtool (for mx28)? We are using uuu utility with sb files and copying the code to RAM,and then writing to mmc from uboot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 05:48:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022764#M151184</guid>
      <dc:creator>vinugopalakrish</dc:creator>
      <dc:date>2020-03-16T05:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: mx28 MMC booting issues in kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022765#M151185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;except mfg tool suggested in first answer one can also check&lt;/P&gt;&lt;P&gt;sect.5.1.3.1 MMC Boot attached Linux Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 07:56:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022765#M151185</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-03-16T07:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: mx28 MMC booting issues in kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022766#M151186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i cant find the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 09:58:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx28-MMC-booting-issues-in-kernel/m-p/1022766#M151186</guid>
      <dc:creator>vinugopalakrish</dc:creator>
      <dc:date>2020-03-16T09:58:00Z</dc:date>
    </item>
  </channel>
</rss>

