<?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 U-boot error: ** Unrecognized filesystem type ** in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-error-Unrecognized-filesystem-type/m-p/342574#M47088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to load my ifs-mx6q-sabrelite.raw file into the freescale board through u-boot, but I get this error all the time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; boot&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;switch to partitions #0, OK&lt;/P&gt;&lt;P&gt;mmc1 is current device&lt;/P&gt;&lt;P&gt;** Unrecognized filesystem type **&lt;/P&gt;&lt;P&gt;## Starting application at 0x10800000 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get the kernel I built for QNX 6.6.0 from the microSD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; setenv loadaddr '0x10800000'&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&amp;nbsp; setenv bootcmd_microsd 'mmc dev 1; fatload mmc 1:1 ${loadaddr} ifs-mx6q-sabrelite.raw; go ${loadaddr}'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;U-Boot &amp;gt; setenv bootcmd "run bootcmd_microsd"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; saveenv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I boot the board, I get the above error. The SD card is formatted in FAT32 and it has only that file. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 04:56:45 GMT</pubDate>
    <dc:creator>victorgomez</dc:creator>
    <dc:date>2015-02-03T04:56:45Z</dc:date>
    <item>
      <title>U-boot error: ** Unrecognized filesystem type **</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-error-Unrecognized-filesystem-type/m-p/342574#M47088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to load my ifs-mx6q-sabrelite.raw file into the freescale board through u-boot, but I get this error all the time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; boot&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;switch to partitions #0, OK&lt;/P&gt;&lt;P&gt;mmc1 is current device&lt;/P&gt;&lt;P&gt;** Unrecognized filesystem type **&lt;/P&gt;&lt;P&gt;## Starting application at 0x10800000 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get the kernel I built for QNX 6.6.0 from the microSD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; setenv loadaddr '0x10800000'&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt;&amp;nbsp; setenv bootcmd_microsd 'mmc dev 1; fatload mmc 1:1 ${loadaddr} ifs-mx6q-sabrelite.raw; go ${loadaddr}'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;U-Boot &amp;gt; setenv bootcmd "run bootcmd_microsd"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;U-Boot &amp;gt; saveenv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I boot the board, I get the above error. The SD card is formatted in FAT32 and it has only that file. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 04:56:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-error-Unrecognized-filesystem-type/m-p/342574#M47088</guid>
      <dc:creator>victorgomez</dc:creator>
      <dc:date>2015-02-03T04:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot error: ** Unrecognized filesystem type **</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-error-Unrecognized-filesystem-type/m-p/342575#M47089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.nxp.com/people/victorgomez"&gt;victorgomez&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First change the FS type of ur SD card from FAT32 to EXT4, it might be create problem.&lt;/P&gt;&lt;P&gt;Its something wrong here about mmcdev, &lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;mmc1 is current device&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;do as below and revert back with result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to change the mmc1 to mmc0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so new one will become like this &lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;setenv bootcmd_microsd 'mmc dev 1; fatload mmc 0:1 ${loadaddr} ifs-mx6q-sabrelite.raw; go ${loadaddr}'&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;and be sure that ur uImage is in partition 1 od SD card, bcoz u specify mmcpart = 1 in argument, so if it not in that partition then change the mmcpart argument accordingly to it.&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;setenv bootcmd_microsd 'mmc dev 1; fatload mmc 0:&lt;STRONG&gt;1&lt;/STRONG&gt; ${loadaddr} ifs-mx6q-sabrelite.raw; go ${loadaddr}'&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;u change the &lt;STRONG&gt;bold&amp;nbsp; &lt;/STRONG&gt;digit in above arguments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if possible then provide me complete boot argument of ut U-boot, it will give better idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help u,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jaymin D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 05:25:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-error-Unrecognized-filesystem-type/m-p/342575#M47089</guid>
      <dc:creator>jaymind</dc:creator>
      <dc:date>2015-02-03T05:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot error: ** Unrecognized filesystem type **</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-error-Unrecognized-filesystem-type/m-p/342576#M47090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gomes, have you solved this issue. Cos now I face this issue to, i wanna try to boot the QNX in IMX6Q from eMMC card. It would be great if you share your experience. Thx in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regard&lt;/P&gt;&lt;P&gt;Sodipta Karina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 07:58:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-error-Unrecognized-filesystem-type/m-p/342576#M47090</guid>
      <dc:creator>sodiptaberutu</dc:creator>
      <dc:date>2017-08-21T07:58:48Z</dc:date>
    </item>
  </channel>
</rss>

