<?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>MQX Software SolutionsのトピックRe: Flash File System using MQX for KSDK 1.2</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Flash-File-System-using-MQX-for-KSDK-1-2/m-p/393484#M13199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Meric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So with SPIFFS, can you create files similar to DOS file system?&lt;/P&gt;&lt;P&gt;I am planning to use file system over Serial Flash, so any inputs from your experience will be really helpful. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 13:15:00 GMT</pubDate>
    <dc:creator>kirandalvi</dc:creator>
    <dc:date>2015-12-09T13:15:00Z</dc:date>
    <item>
      <title>Flash File System using MQX for KSDK 1.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Flash-File-System-using-MQX-for-KSDK-1-2/m-p/393481#M13196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using an MK24FN1M running MQX Standard, KSDK version 1.2. I have an IS25LP128 serial NOR flash chip connected to SPI0 which I'd like to install a file system on (MFS?) and I'm having trouble figuring out what is supported by this KSDK release. What is the best approach to implementing a filesystem on serial NOR flash given this KSDK release?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read through the following discussions but they seem out of date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/56951"&gt;File system on SPI flash&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/302433"&gt;Using Micron's external Flash with MQX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/320773"&gt;FlashX vs Flash_LDD for using MFS with internal flash.&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/304345"&gt;Flash Translation Layer&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/315590"&gt;Store MQX web pages externally&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 17:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Flash-File-System-using-MQX-for-KSDK-1-2/m-p/393481#M13196</guid>
      <dc:creator>mozturk</dc:creator>
      <dc:date>2015-06-11T17:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Flash File System using MQX for KSDK 1.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Flash-File-System-using-MQX-for-KSDK-1-2/m-p/393482#M13197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A File System in Flash is not recommended practice, therefore Freescale does not provide an example for that, As you may know, since a file system is very intrusive and does a lot of data verification, it might damage the flash or in the best scenario it will reduce life cycle and endurance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just found an old sample code that uses MFS mounted over the MCU flash, it usesa ColdFire device (MCF5225x) with an old MQX version. You may need to port this application to current tools, but I strongly recommend to reconsider your applications requirements,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 12:48:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Flash-File-System-using-MQX-for-KSDK-1-2/m-p/393482#M13197</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-06-19T12:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Flash File System using MQX for KSDK 1.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Flash-File-System-using-MQX-for-KSDK-1-2/m-p/393483#M13198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Carlos! You're right, I was looking for a file system which made the appropriate considerations for NOR flash, like SFFS from Embedded Access. Reading more about MFS it's clear it's not the right solution for flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up incorporating &lt;A href="https://github.com/pellepl/spiffs"&gt;SPIFFS&lt;/A&gt;​. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 23:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Flash-File-System-using-MQX-for-KSDK-1-2/m-p/393483#M13198</guid>
      <dc:creator>mozturk</dc:creator>
      <dc:date>2015-07-22T23:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Flash File System using MQX for KSDK 1.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Flash-File-System-using-MQX-for-KSDK-1-2/m-p/393484#M13199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Meric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So with SPIFFS, can you create files similar to DOS file system?&lt;/P&gt;&lt;P&gt;I am planning to use file system over Serial Flash, so any inputs from your experience will be really helpful. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 13:15:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Flash-File-System-using-MQX-for-KSDK-1-2/m-p/393484#M13199</guid>
      <dc:creator>kirandalvi</dc:creator>
      <dc:date>2015-12-09T13:15:00Z</dc:date>
    </item>
  </channel>
</rss>

