<?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: MFS Case sensitivity issues?</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Case-sensitivity-issues/m-p/481653#M15783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luciano,&lt;/P&gt;&lt;P&gt;I can see the issue with MQX4.1.1 but not MQX4.2.&lt;/P&gt;&lt;P&gt;The high level access to MFS seems the same (as I compared the example applications) but when I tried a poor mans test to link in the MQX4.2 MFS library to the MQX4.1.1 application I received errors.&amp;nbsp; Seems most of them at #defines that are in MQX.h header.&amp;nbsp; I didn't try to merge them for fear that another hurdle might pop up to require evaluation/comparison of PSP's too.&lt;/P&gt;&lt;P&gt;There is no patch for MQX4.1.1.&lt;/P&gt;&lt;P&gt;A couple of options to chew on if you do not want to upgrade to latest MQX4.2:&lt;/P&gt;&lt;P&gt;- Have application force all lower or upper case to file names&lt;/P&gt;&lt;P&gt;- Try to back port the MQX4.2 MFS to MQX4.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2016 22:16:51 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2016-02-05T22:16:51Z</dc:date>
    <item>
      <title>MFS Case sensitivity issues?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Case-sensitivity-issues/m-p/481650#M15780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using MQX 4.1.1, we've run into an issue where it seems that the MFS drivers can write 2 files to the SD card or USB stick with file names that just differ in case. Windows does not like this though and does not properly read the files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a known issue, and is there a work-around or a patch?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 15:26:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Case-sensitivity-issues/m-p/481650#M15780</guid>
      <dc:creator>lucianomoretti</dc:creator>
      <dc:date>2016-02-02T15:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: MFS Case sensitivity issues?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Case-sensitivity-issues/m-p/481651#M15781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luciano,&lt;/P&gt;&lt;P&gt;I know the MFS had a few issues with file naming and folder naming.&amp;nbsp; I think MQX4.2 had fixed them.&lt;/P&gt;&lt;P&gt;Can you try on MQX4.2?&lt;/P&gt;&lt;P&gt;If not I can look into the MQX4.1.1 to see if we could do a workaround.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 21:40:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Case-sensitivity-issues/m-p/481651#M15781</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-02-04T21:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: MFS Case sensitivity issues?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Case-sensitivity-issues/m-p/481652#M15782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would I be able to just swap out MFS and not the entire MQX or did the interface change too much?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 22:24:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Case-sensitivity-issues/m-p/481652#M15782</guid>
      <dc:creator>lucianomoretti</dc:creator>
      <dc:date>2016-02-04T22:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: MFS Case sensitivity issues?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Case-sensitivity-issues/m-p/481653#M15783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luciano,&lt;/P&gt;&lt;P&gt;I can see the issue with MQX4.1.1 but not MQX4.2.&lt;/P&gt;&lt;P&gt;The high level access to MFS seems the same (as I compared the example applications) but when I tried a poor mans test to link in the MQX4.2 MFS library to the MQX4.1.1 application I received errors.&amp;nbsp; Seems most of them at #defines that are in MQX.h header.&amp;nbsp; I didn't try to merge them for fear that another hurdle might pop up to require evaluation/comparison of PSP's too.&lt;/P&gt;&lt;P&gt;There is no patch for MQX4.1.1.&lt;/P&gt;&lt;P&gt;A couple of options to chew on if you do not want to upgrade to latest MQX4.2:&lt;/P&gt;&lt;P&gt;- Have application force all lower or upper case to file names&lt;/P&gt;&lt;P&gt;- Try to back port the MQX4.2 MFS to MQX4.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 22:16:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Case-sensitivity-issues/m-p/481653#M15783</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-02-05T22:16:51Z</dc:date>
    </item>
  </channel>
</rss>

