MFS Case sensitivity issues?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MFS Case sensitivity issues?

691件の閲覧回数
lucianomoretti
Contributor IV

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.

Is this a known issue, and is there a work-around or a patch?

ラベル(1)
0 件の賞賛
3 返答(返信)

415件の閲覧回数
DavidS
NXP Employee
NXP Employee

Hi Luciano,

I know the MFS had a few issues with file naming and folder naming.  I think MQX4.2 had fixed them.

Can you try on MQX4.2?

If not I can look into the MQX4.1.1 to see if we could do a workaround.

Regards,

David

0 件の賞賛

415件の閲覧回数
lucianomoretti
Contributor IV

Would I be able to just swap out MFS and not the entire MQX or did the interface change too much?

0 件の賞賛

415件の閲覧回数
DavidS
NXP Employee
NXP Employee

Hi Luciano,

I can see the issue with MQX4.1.1 but not MQX4.2.

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.  Seems most of them at #defines that are in MQX.h header.  I didn't try to merge them for fear that another hurdle might pop up to require evaluation/comparison of PSP's too.

There is no patch for MQX4.1.1.

A couple of options to chew on if you do not want to upgrade to latest MQX4.2:

- Have application force all lower or upper case to file names

- Try to back port the MQX4.2 MFS to MQX4.1.1

Regards,

David

0 件の賞賛