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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,438 Views
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 Kudos
Reply
1 Solution
1,324 Views
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.

View solution in original post

0 Kudos
Reply
5 Replies
1,325 Views
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 Kudos
Reply
1,406 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi  Johnson_s,

What's your chip part number?

Thanks,

Jun Zhang

0 Kudos
Reply
1,396 Views
Johnson_s
Contributor III

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

0 Kudos
Reply
1,386 Views
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 Kudos
Reply
1,384 Views
Johnson_s
Contributor III

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

0 Kudos
Reply