MFS on nandflash, MQX3.7

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MFS on nandflash, MQX3.7

跳至解决方案
1,761 次查看
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 解答
853 次查看
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 回复数
853 次查看
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 项奖励
回复
853 次查看
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

853 次查看
alexandrevincon
Contributor III

Great! Thanks a lot !

0 项奖励
回复
853 次查看
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 项奖励
回复
853 次查看
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 项奖励
回复
854 次查看
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 项奖励
回复