FFS MQX3.81 vs MQX4.0

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

FFS MQX3.81 vs MQX4.0

711 次查看
Microfelix
Contributor IV

Hello

I'm working with "FFS" MQX 4.0 and K70.

Until today I was able to test with a driver "FFS" for MQX 3.81.

Now I have a problem.

I have developed code and prototypes with MQX 3.81 and "FFS".

Now bringing the code in MQX 4.0, I noticed that the formatting of fat NAND Flash is not compatible with the new driver MQX 4.0.

How do I import the data or at least make compatible the two formats?

Maurizio

标记 (4)
0 项奖励
回复
2 回复数

441 次查看
Martin_
NXP Employee
NXP Employee

there are two configuration #defines for the ffs:

in MQX 3.8.1 nandflash_wl.h after installation they are

#define NANDFLASH_1ST_DATA_DRIVE_SIZE_IN_BLOCK 90

#define NANDFLASH_1ST_DATA_DRIVE_START_BLOCK 10

in MQX 4.0 nandflash_wl_ffs.h they are

#define NANDFLASH_1ST_DATA_DRIVE_SIZE_IN_BLOCK 90

#define NANDFLASH_1ST_DATA_DRIVE_START_BLOCK 110

Have you tried to configure MQX 4.0 ffs to match MQX 3.8.1 ffs in these two values ?

0 项奖励
回复

441 次查看
Microfelix
Contributor IV

I tried but it does not read MQX 4.0 formatting done with the MQX 3.81.

seems that uses two kinds of different formats.

Maurizio

0 项奖励
回复