MFS on nandflash, MQX3.7

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

MFS on nandflash, MQX3.7

ソリューションへジャンプ
1,759件の閲覧回数
Rpalenci
Contributor II

Hello, 

I have a twrmcf54418 and I am trying mount mfs on a partition of 
nandflash. 

    mqx_status=_io_part_mgr_install ( nandflash_hdl, "PM:", 
528); 
    dev_fd_PM = fopen("PM:", NULL); 

Function fopen always return NULL. 
Is it possible mount mfs on one partition of nandflash?

ラベル(1)
タグ(1)
1 解決策
851件の閲覧回数
c0170
Senior Contributor III

Hi Rpalenci,

 

MFS (FAT) is absolutelly not suitable system for flash drivers. Unfortunatelly, there is no alternative.

Can you find out the reason it failed?

 

Regards,

MartinK

元の投稿で解決策を見る

0 件の賞賛
返信
6 返答(返信)
851件の閲覧回数
alexandrevincon
Contributor III

Hello,

I would like to update this thread, since MQX 4.0 release notes state the following:

<<

Ready for new Freescale NAND Flash File System library.

o The MQX 4.0 has been tested with the new FFS library which implements the wear leveling algorithms and support for on-chip NAND Flash controller.

o This library enables the MFS filesystem to be installed and used on top of the NAND Flash memory devices.

o The FFS library is available as a standalone installation package.

>>


Unfortunately, I was not able to find any link to a so-called "Freescale NAND Flash File System library". All I could find where links to third-party commercial solutions.

0 件の賞賛
返信
851件の閲覧回数
dereksnell
NXP Employee
NXP Employee

Hi Alexandre,

You can find the MQX NAND FFS available here for now: NAND Flash File System patch for Freescale MQX™ RTOS 4.0.0

851件の閲覧回数
alexandrevincon
Contributor III

Great! Thanks a lot !

0 件の賞賛
返信
851件の閲覧回数
oscargarciaabad
Contributor III

Hello,

I can´t find the FFS patch for MQX 4.0. The link above does not work for me. It says restricted access.

Where I can find it?

Best regards.

Oscar.

0 件の賞賛
返信
851件の閲覧回数
Rpalenci
Contributor II

 

Hello,

 

I am stopped on my project because this problem. And now, I beginning to think it is impossible mount a filesystem with MQX on nandflash.

 

Nobody knows anything  about it?

 

Thanks in advanced.

 

Best regards.

0 件の賞賛
返信
852件の閲覧回数
c0170
Senior Contributor III

Hi Rpalenci,

 

MFS (FAT) is absolutelly not suitable system for flash drivers. Unfortunatelly, there is no alternative.

Can you find out the reason it failed?

 

Regards,

MartinK

0 件の賞賛
返信