<?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: SPI FLASH MFS in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-FLASH-MFS/m-p/306931#M9851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel like there is great confusion in this area, so let me clarify this:&lt;/P&gt;&lt;P&gt;The sdcard_spi driver is a driver presenting an SD card as a seekable device while utilizing SPI as a communication channel for the SD card. It contains no balancing algorithm because this is not necessary - data storage SD cards implement this internally, presenting its flash memory as a block device. MFS also does not provide any kind of balancing because it is simply not a task for it - FAT filesystem does not natively support this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is certainly possible to implement driver presenting SPI flash as a seekable device, but unless there is some balancing method used it is only safe to use it for read-only filesystem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 12:01:07 GMT</pubDate>
    <dc:creator>pavel_chromy</dc:creator>
    <dc:date>2014-05-06T12:01:07Z</dc:date>
    <item>
      <title>SPI FLASH MFS</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-FLASH-MFS/m-p/306928#M9848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a problem must to fix.I was using the K60D100M board.We want to add a spi dataflash on it,the &lt;SPAN class="def"&gt;&lt;A target=""&gt;capacity&lt;/A&gt;&lt;/SPAN&gt; is 16 MB.My purpose is to add the MQX MFS to it,but I don't konw how to edit it.Do somebody have the same experience or give some suggestions to me?I will be deeply grateful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 00:45:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-FLASH-MFS/m-p/306928#M9848</guid>
      <dc:creator>jackerison</dc:creator>
      <dc:date>2014-04-30T00:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: SPI FLASH MFS</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-FLASH-MFS/m-p/306929#M9849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this will answer your question:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/68894"&gt;Re: File system on SPI flash&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Garabo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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, 01 May 2014 14:26:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-FLASH-MFS/m-p/306929#M9849</guid>
      <dc:creator>Luis_Garabo</dc:creator>
      <dc:date>2014-05-01T14:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: SPI FLASH MFS</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-FLASH-MFS/m-p/306930#M9850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garabo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thks your reply,it's very useful for me.The easy way is to edit the sdcard_spi drvier and use the sdcard mfs to implement file system on SPI flash.But my question is whether the sdcard mfs has the balancing algorithm.Because the SPI Flash life is &lt;SPAN data-aligning="#src_1_5,#tran_1_5"&gt;limited.In other words,I must make sure the mfs is safe.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 03:12:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-FLASH-MFS/m-p/306930#M9850</guid>
      <dc:creator>jackerison</dc:creator>
      <dc:date>2014-05-04T03:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: SPI FLASH MFS</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-FLASH-MFS/m-p/306931#M9851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel like there is great confusion in this area, so let me clarify this:&lt;/P&gt;&lt;P&gt;The sdcard_spi driver is a driver presenting an SD card as a seekable device while utilizing SPI as a communication channel for the SD card. It contains no balancing algorithm because this is not necessary - data storage SD cards implement this internally, presenting its flash memory as a block device. MFS also does not provide any kind of balancing because it is simply not a task for it - FAT filesystem does not natively support this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is certainly possible to implement driver presenting SPI flash as a seekable device, but unless there is some balancing method used it is only safe to use it for read-only filesystem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 12:01:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/SPI-FLASH-MFS/m-p/306931#M9851</guid>
      <dc:creator>pavel_chromy</dc:creator>
      <dc:date>2014-05-06T12:01:07Z</dc:date>
    </item>
  </channel>
</rss>

