What is the difference between MT29FxG08-IFC_64b.bin and MT29FxG08-IFCv1_64b.bin

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

What is the difference between MT29FxG08-IFC_64b.bin and MT29FxG08-IFCv1_64b.bin

跳至解决方案
1,444 次查看
Johnson_s
Contributor III

I am creating the necessary device files to add a new NAND device.

In the XML file within the algorithms folder, there is a section where a binary file is specified.

When I specify MT29FxG08-IFCv1_64b.bin, it reads and writes successfully, but when I specify MT29FxG08-IFC_64b.bin, I get a [FP: operation timeout] error.

What is the difference between these binary files?

0 项奖励
回复
1 解答
1,330 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please use MT29FxG08-IFCv1_64b.bin, this is the latest and correct version.

Please refer to the following in LS1043A_RDB_init.py

# Add NAND device
if BOARD_REV_PD:
fl.add_device({"alias": "nand", "name": "MT29F4G08ABBFAv1", "address": 0x7E800000, "ws_address": 0x10000000, "ws_size": 0x1FFFF, "geometry": "8x1", "controller": "IFC"})
else:
fl.add_device({"alias": "nand", "name": "MT29F4G08ABBDAv1", "address": 0x7E800000, "ws_address": 0x10000000, "ws_size": 0x1FFFF, "geometry": "8x1", "controller": "IFC"})

We also use algorithm MT29FxG08-IFCv1_64b.bin on NXP demo board.

在原帖中查看解决方案

0 项奖励
回复
5 回复数
1,331 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please use MT29FxG08-IFCv1_64b.bin, this is the latest and correct version.

Please refer to the following in LS1043A_RDB_init.py

# Add NAND device
if BOARD_REV_PD:
fl.add_device({"alias": "nand", "name": "MT29F4G08ABBFAv1", "address": 0x7E800000, "ws_address": 0x10000000, "ws_size": 0x1FFFF, "geometry": "8x1", "controller": "IFC"})
else:
fl.add_device({"alias": "nand", "name": "MT29F4G08ABBDAv1", "address": 0x7E800000, "ws_address": 0x10000000, "ws_size": 0x1FFFF, "geometry": "8x1", "controller": "IFC"})

We also use algorithm MT29FxG08-IFCv1_64b.bin on NXP demo board.

0 项奖励
回复
1,412 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi  Johnson_s,

What's your chip part number?

Thanks,

Jun Zhang

0 项奖励
回复
1,402 次查看
Johnson_s
Contributor III

I can't provide details, but it's the MT29 series.

0 项奖励
回复
1,392 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Johnson_s 

We need to know which MCU/MPU device you are using in combination with MT29?

Thanks,

Jun Zhang 

0 项奖励
回复
1,390 次查看
Johnson_s
Contributor III

I'm sorry, I misunderstood. I am using the LS1046A.

0 项奖励
回复